<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>just4freaks.de &#187; canonical</title>
	<atom:link href="http://www.just4freaks.de/tag/canonical/feed" rel="self" type="application/rss+xml" />
	<link>http://www.just4freaks.de</link>
	<description>Typo3 München Wordpress Starnberg  Freelancer</description>
	<lastBuildDate>Tue, 25 Oct 2011 20:40:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Typo3 &#8211; Einbinden von canonical Tag</title>
		<link>http://www.just4freaks.de/tutorials/typo3-einbinden-von-canonical-tag</link>
		<comments>http://www.just4freaks.de/tutorials/typo3-einbinden-von-canonical-tag#comments</comments>
		<pubDate>Tue, 24 Feb 2009 10:06:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[tutorials]]></category>
		<category><![CDATA[canonical]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[typo3]]></category>

		<guid isPermaLink="false">http://www.just4freaks.de/?p=471</guid>
		<description><![CDATA[Über das sogenannte kanonische Tag &#8220;canonical&#8221; kann man auf den jeweiligen Ursprungsbeitrag verlinken. Es dient dazu Duplicate Content für die Suchmaschinen identifizierbar zu machen. Mit ein wenig Typoscript lässt sich das Problem mit Duplicate Content vermeiden.]]></description>
			<content:encoded><![CDATA[<p><img class="img-border mb5" title="Typo3" src="http://www.just4freaks.de/wp-content/uploads/2009/02/typo3-logo.png" alt="Typo3" width="403" height="111" />Über das sogenannte kanonische Tag <em>&#8220;canonical</em>&#8221; kann man auf den jeweiligen Ursprungsbeitrag verlinken. Es dient dazu Duplicate Content für die Suchmaschinen identifizierbar zu machen.</p>
<pre class="brush: xml; title: ; notranslate">
&lt;link rel=&quot;canonical&quot; href=&quot;http://www.domain.de&quot; /&gt;
</pre>
<p>Mit ein wenig Typoscript lässt sich das Problem mit Duplicate Content vermeiden.</p>
<pre class="brush: xml; title: ; notranslate">
// Typoscript Constants
baseUrlOn = 1
baseUrl = http://www.domain.de/

// Typoscript Setup
lib.canonicalTag = TEXT
lib.canonicalTag {
typolink.parameter.data = TSFE:id
typolink.returnLast = url
wrap = &lt;link rel=&quot;canonical&quot; href=&quot;{$baseUrl}|&quot;  /&gt;
}
page.headerData.1000 &lt; lib.canonicalTag
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.just4freaks.de/tutorials/typo3-einbinden-von-canonical-tag/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

