<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: TYPO3 SEO: The Basics&#8230;</title>
	<atom:link href="http://www.typo3-addict.com/2009/10/typo3-seo-the-basics/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.typo3-addict.com/2009/10/typo3-seo-the-basics/</link>
	<description>For those addicted to TYPO3</description>
	<lastBuildDate>Wed, 18 Jan 2012 17:05:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jangla</title>
		<link>http://www.typo3-addict.com/2009/10/typo3-seo-the-basics/comment-page-1/#comment-586</link>
		<dc:creator>Jangla</dc:creator>
		<pubDate>Mon, 21 Dec 2009 13:29:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.typo3-addict.com/?p=556#comment-586</guid>
		<description>Hi Maarten,

That won&#039;t work as it will change the default header for the entire site - I need to target a single templavoila template.</description>
		<content:encoded><![CDATA[<p>Hi Maarten,</p>
<p>That won&#8217;t work as it will change the default header for the entire site &#8211; I need to target a single templavoila template.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maarten</title>
		<link>http://www.typo3-addict.com/2009/10/typo3-seo-the-basics/comment-page-1/#comment-584</link>
		<dc:creator>Maarten</dc:creator>
		<pubDate>Fri, 18 Dec 2009 19:25:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.typo3-addict.com/?p=556#comment-584</guid>
		<description>Jangla, please go to the TypoScript Template Analyser (Template module). Have a look at line 192 of the css_styled_content setup. Here the Constant &#039;defaultHeaderType&#039; is being loaded. (If not, search for the line). This will probably help you.

Hint: 
lib.stdheader.10.key {
     field = header_layout
     ifEmpty = {$content.defaultHeaderType}
     ifEmpty.override.data = register: defaultHeaderType
}

If you need help, please contact me through maarten (at) emaux.nl.</description>
		<content:encoded><![CDATA[<p>Jangla, please go to the TypoScript Template Analyser (Template module). Have a look at line 192 of the css_styled_content setup. Here the Constant &#8216;defaultHeaderType&#8217; is being loaded. (If not, search for the line). This will probably help you.</p>
<p>Hint:<br />
lib.stdheader.10.key {<br />
     field = header_layout<br />
     ifEmpty = {$content.defaultHeaderType}<br />
     ifEmpty.override.data = register: defaultHeaderType<br />
}</p>
<p>If you need help, please contact me through maarten (at) emaux.nl.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jangla</title>
		<link>http://www.typo3-addict.com/2009/10/typo3-seo-the-basics/comment-page-1/#comment-583</link>
		<dc:creator>Jangla</dc:creator>
		<pubDate>Fri, 18 Dec 2009 11:23:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.typo3-addict.com/?p=556#comment-583</guid>
		<description>Ah - I&#039;ve found why the above doesn&#039;t work: the defaultHeaderType needs to be set in the constants field and not the setup field. My question therefore is whether it&#039;s possible to achieve the same result in the setup field so I can change it for a single content definition or templavoila template?</description>
		<content:encoded><![CDATA[<p>Ah &#8211; I&#8217;ve found why the above doesn&#8217;t work: the defaultHeaderType needs to be set in the constants field and not the setup field. My question therefore is whether it&#8217;s possible to achieve the same result in the setup field so I can change it for a single content definition or templavoila template?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jangla</title>
		<link>http://www.typo3-addict.com/2009/10/typo3-seo-the-basics/comment-page-1/#comment-582</link>
		<dc:creator>Jangla</dc:creator>
		<pubDate>Fri, 18 Dec 2009 11:01:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.typo3-addict.com/?p=556#comment-582</guid>
		<description>I&#039;ve just tried using the defaultHeaderType but had no luck. Possibly because of the way I&#039;m trying to use it :) In order to reduce the amount of work needed to change all the H1 tags in the site, I&#039;m trying to specifically target one content definition that only appears in one template.

I&#039;ve got this code to render the content:

tempinfo.right_pag_sub4 = USER
tempinfo.right_pag_sub4 {
    userFunc = tx_jspagination_pi2-&gt;main
    content = USER
    content {
       defaultHeaderType = 2
       userFunc = tx_tsvoila_pi1-&gt;main
       field = right_column
    }
    title = TEXT
    title.field = title
    title.htmlSpecialChars = 1
    breaking = FLEX
    breaking.field = breaking
    subtitle = TEXT
}

... but the H1 tag remains an H1 tag. Any help from anyone - is this even possible to do it this way?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve just tried using the defaultHeaderType but had no luck. Possibly because of the way I&#8217;m trying to use it <img src='http://www.typo3-addict.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  In order to reduce the amount of work needed to change all the H1 tags in the site, I&#8217;m trying to specifically target one content definition that only appears in one template.</p>
<p>I&#8217;ve got this code to render the content:</p>
<p>tempinfo.right_pag_sub4 = USER<br />
tempinfo.right_pag_sub4 {<br />
    userFunc = tx_jspagination_pi2-&gt;main<br />
    content = USER<br />
    content {<br />
       defaultHeaderType = 2<br />
       userFunc = tx_tsvoila_pi1-&gt;main<br />
       field = right_column<br />
    }<br />
    title = TEXT<br />
    title.field = title<br />
    title.htmlSpecialChars = 1<br />
    breaking = FLEX<br />
    breaking.field = breaking<br />
    subtitle = TEXT<br />
}</p>
<p>&#8230; but the H1 tag remains an H1 tag. Any help from anyone &#8211; is this even possible to do it this way?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maarten</title>
		<link>http://www.typo3-addict.com/2009/10/typo3-seo-the-basics/comment-page-1/#comment-576</link>
		<dc:creator>Maarten</dc:creator>
		<pubDate>Wed, 25 Nov 2009 09:12:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.typo3-addict.com/?p=556#comment-576</guid>
		<description>Hi Jangla,

This can be done by using the following patch:
http://bugs.typo3.org/view.php?id=6637

This will add a TypoScript feature:
special = reverseOrder

It should be in the core of TYPO3 4.3</description>
		<content:encoded><![CDATA[<p>Hi Jangla,</p>
<p>This can be done by using the following patch:<br />
<a href="http://bugs.typo3.org/view.php?id=6637" rel="nofollow">http://bugs.typo3.org/view.php?id=6637</a></p>
<p>This will add a TypoScript feature:<br />
special = reverseOrder</p>
<p>It should be in the core of TYPO3 4.3</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jangla</title>
		<link>http://www.typo3-addict.com/2009/10/typo3-seo-the-basics/comment-page-1/#comment-575</link>
		<dc:creator>Jangla</dc:creator>
		<pubDate>Tue, 24 Nov 2009 17:13:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.typo3-addict.com/?p=556#comment-575</guid>
		<description>Was very interested to read this article (finally some decent, easily implemented optimisations in English!) but wondered if you could assist with one thing? I already have some typoscript to generate a breadcrumb style title tag but have no idea how to reverse it to take advantage of the SEO gain mentioned above:

page.headerData.1 = HMENU
page.headerData.1.special = rootline
page.headerData.1.1 = TMENU
page.headerData.1.1.wrap = &#124;
page.headerData.1.1 {
  noBlur = 1
  NO.linkWrap = &#124; :: &#124;*&#124;&#124;*&#124; &#124;
  NO.doNotLinkIt = 1
  NO.stdWrap.htmlSpecialChars = 1
}
page.headerData.1.doNotLinkIt = 1
page.headerData.1.wrap = &#124;

Any ideas?</description>
		<content:encoded><![CDATA[<p>Was very interested to read this article (finally some decent, easily implemented optimisations in English!) but wondered if you could assist with one thing? I already have some typoscript to generate a breadcrumb style title tag but have no idea how to reverse it to take advantage of the SEO gain mentioned above:</p>
<p>page.headerData.1 = HMENU<br />
page.headerData.1.special = rootline<br />
page.headerData.1.1 = TMENU<br />
page.headerData.1.1.wrap = |<br />
page.headerData.1.1 {<br />
  noBlur = 1<br />
  NO.linkWrap = | :: |*||*| |<br />
  NO.doNotLinkIt = 1<br />
  NO.stdWrap.htmlSpecialChars = 1<br />
}<br />
page.headerData.1.doNotLinkIt = 1<br />
page.headerData.1.wrap = |</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maarten</title>
		<link>http://www.typo3-addict.com/2009/10/typo3-seo-the-basics/comment-page-1/#comment-571</link>
		<dc:creator>Maarten</dc:creator>
		<pubDate>Wed, 04 Nov 2009 18:08:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.typo3-addict.com/?p=556#comment-571</guid>
		<description>Thank you guys... you might also want to read this post:

http://www.typo3-addict.com/2009/09/typo3-seo-combining-graphical-headers-with-text-headers/

It&#039;s a bit more advanced but I think it you&#039;ll like it.</description>
		<content:encoded><![CDATA[<p>Thank you guys&#8230; you might also want to read this post:</p>
<p><a href="http://www.typo3-addict.com/2009/09/typo3-seo-combining-graphical-headers-with-text-headers/" rel="nofollow">http://www.typo3-addict.com/2009/09/typo3-seo-combining-graphical-headers-with-text-headers/</a></p>
<p>It&#8217;s a bit more advanced but I think it you&#8217;ll like it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tone P</title>
		<link>http://www.typo3-addict.com/2009/10/typo3-seo-the-basics/comment-page-1/#comment-569</link>
		<dc:creator>Tone P</dc:creator>
		<pubDate>Tue, 03 Nov 2009 06:55:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.typo3-addict.com/?p=556#comment-569</guid>
		<description>Wonderfull, im new to typo3 and will definitely need this.

Thank you.</description>
		<content:encoded><![CDATA[<p>Wonderfull, im new to typo3 and will definitely need this.</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony Lush</title>
		<link>http://www.typo3-addict.com/2009/10/typo3-seo-the-basics/comment-page-1/#comment-566</link>
		<dc:creator>Tony Lush</dc:creator>
		<pubDate>Wed, 28 Oct 2009 14:00:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.typo3-addict.com/?p=556#comment-566</guid>
		<description>Thank you. You&#039;ve brought me up to date on TYPO3 SEO procedures using some new extensions that I was not aware of.

Best regards</description>
		<content:encoded><![CDATA[<p>Thank you. You&#8217;ve brought me up to date on TYPO3 SEO procedures using some new extensions that I was not aware of.</p>
<p>Best regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank Ritzen</title>
		<link>http://www.typo3-addict.com/2009/10/typo3-seo-the-basics/comment-page-1/#comment-561</link>
		<dc:creator>Frank Ritzen</dc:creator>
		<pubDate>Sun, 11 Oct 2009 18:28:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.typo3-addict.com/?p=556#comment-561</guid>
		<description>This is really a great post, thanks! I downloaded the seo_basic extension and it&#039;s really easy. Keep up the good work!</description>
		<content:encoded><![CDATA[<p>This is really a great post, thanks! I downloaded the seo_basic extension and it&#8217;s really easy. Keep up the good work!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

