<?xml version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Page comments</title>
		<link>http://www.ssbits.com/home/</link>
		<atom:link href="http://www.ssbits.com/home/" rel="self" type="application/rss+xml" />
		<description></description>

		
		<item>
			<title></title>
			<link>http://www.ssbits.com/tutorials/2011/add-flexible-metatags-control-to-pages/#PageComment_1282</link>
			<description>@Martijn - I think it is not necessary to override the MetaTags function from SiteTree.php. The controller methods get priority over the model.

class Page extends SiteTree {
    public static $db = array(
        &quot;Foo&quot; =&gt; &quot;Text&quot;,
    );
}
class Page_Controller extends ContentController {
    public function getFoo() {
        return 'controller value';
    }
}

Calling $Foo from template will result in 'controller value'. I remember using this approach to set the $MetaTitle for DataObject as pages.</description>
			<pubDate></pubDate>
			<dc:creator>RSSName</dc:creator>
			<guid>http://www.ssbits.com/tutorials/2011/add-flexible-metatags-control-to-pages/#PageComment_1282</guid>
		</item>
		
		<item>
			<title></title>
			<link>http://www.ssbits.com/tutorials/2011/add-flexible-metatags-control-to-pages/#PageComment_482</link>
			<description>@Martijn van Nieuwenhoven - I like that technique - makes the SEO more relevant.  I am going to try this on my current project where I am displaying DataObjects as pages.  Thanks for sharing.</description>
			<pubDate></pubDate>
			<dc:creator>RSSName</dc:creator>
			<guid>http://www.ssbits.com/tutorials/2011/add-flexible-metatags-control-to-pages/#PageComment_482</guid>
		</item>
		

	</channel>
</rss>