<?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>SEO Positive Ltd - SEO Tips, SEO News, Updated And Maintained By SEO Positive Ltd. &#187; Meta Content</title>
	<atom:link href="http://www.eggrage.co.uk/t/seo/meta-content/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.eggrage.co.uk</link>
	<description></description>
	<lastBuildDate>Tue, 03 Aug 2010 06:49:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Meta Content for 2,000+ Pages In Under 10 Minutes</title>
		<link>http://www.eggrage.co.uk/meta-content-for-2000-pages-in-under-10-minutes/</link>
		<comments>http://www.eggrage.co.uk/meta-content-for-2000-pages-in-under-10-minutes/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 14:26:13 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Meta Content]]></category>
		<category><![CDATA[Copy Writing]]></category>
		<category><![CDATA[descriptions]]></category>
		<category><![CDATA[dynamic content]]></category>
		<category><![CDATA[large websites]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[titles]]></category>

		<guid isPermaLink="false">http://www.eggrage.co.uk/?p=164</guid>
		<description><![CDATA[Writing meta content is a chore, it isn&#8217;t fun and it certainly doesn&#8217;t stimulate the creative parts of the brain. It&#8217;s a pretty mundane task, and one that I don&#8217;t take to enthusiastically. But it has to be done, I&#8217;ve spoken previously about the importance of meta content and it really is a fundamental aspect [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Writing meta content is a chore, it isn&#8217;t fun and it certainly doesn&#8217;t stimulate the creative parts of the brain. It&#8217;s a pretty mundane task, and one that I don&#8217;t take to enthusiastically. But it has to be done, I&#8217;ve <a href="http://www.eggrage.co.uk/how-to-seo-a-forum/">spoken previously</a> about the importance of meta content and it really is a fundamental aspect of any SEO campaign.<span id="more-164"></span></p>
<p><a href="http://flickr.com/photos/soylentgreen23/190770849/"><img class="alignnone size-full wp-image-165" title="bigseo" src="http://www.eggrage.co.uk/wp-content/uploads/2008/11/bigseo.jpg" alt="Big SEO" width="540" height="195" /></a></p>
<p><strong>How To Write Effective Meta Content For Large Websites</strong></p>
<p>First of all, when I say &#8216;large websites&#8217; I&#8217;m talking 250+ pages, at which point it really becomes difficult to manually go through and write niche meta content for every single page.  When I say &#8216;meta content&#8217; I am of course referring to the title and meta description, though the now seldom-used meta keywords can still fit into it if you really want them to.</p>
<p><strong>Setting Up The Base Framework</strong></p>
<p>The amount of work involved in writing meta content for a large site is immense, and as such is takes a very long time to do (no matter which way you choose to go about it). But what happens with the rest of your site while you&#8217;re writing all this content? You certainly can&#8217;t just leave it sitting there with no page titles or descriptions, so you need to insert a placeholder or at least <em>something</em> to do the job while you get the really good stuff written.</p>
<p>Enter the &#8216;base meta framework&#8217; (a generic term which I assure you I invented and doesn&#8217;t have any greater meaning).</p>
<p>The framework itself consists of a dynamic statement, in this case in PHP and one which I have used before in my <a href="http://www.eggrage.co.uk/how-to-seo-a-forum/">how to: SEO a forum</a> post. (In this case  the meta desciption field is used, but this can be applied to title/description/keywords easily enough)</p>
<blockquote><p>&lt;?php<br />
if (isset($StaticDesc)) {<br />
echo $StaticDesc;<br />
} else {<br />
echo $ProductName . &#8216; available in bulk online for free home delivery. Also view our other &#8216; . $CategoryName . &#8216; products and &#8216; . $PromotionName . &#8216; deals! &#8216; $ProductName . &#8216; from &#8216; . $SiteName . &#8216;.&#8217;;<br />
}<br />
?&gt;</p></blockquote>
<p>This statement would sit directly inside your meta description tag, so something like this:</p>
<blockquote><p>&lt;meta name=&#8221;description&#8221; content=&#8221;&lt;?php //some dynamic statment here ?&gt;&#8221; /&gt;</p></blockquote>
<p><strong>Confused? Here&#8217;s The Explanation</strong></p>
<p><a href="http://flickr.com/photos/utpalnath/1683431349/"><img class="alignnone size-full wp-image-167" title="confused" src="http://www.eggrage.co.uk/wp-content/uploads/2008/11/confused.jpg" alt="by utpal." width="540" height="195" /></a></p>
<p>What the statement does is simple, but clever: In the first two lines it checks to see if a static description has been set (defined by the $StaticDesc variable), this would hypothetically be a field in your admin area which you could go through and fill out page by page to write an optimal description for each page. If this static description field has some content, it places it there &#8216;else&#8217; it places a new statement in the meta description tag (defined in the second half of the php statement above).</p>
<p>The query draws a number of variables from the database to construct a meta description by itself which will be different for every product. For a page about wooden spoons, the above statement might produce something like this:</p>
<blockquote><p>Wooden Spoons available in bulk online for free home delivery. Also view our other Kitchen Accessory products and Christmas Kitchenware deals! Wooden Spoons from The Kitchen Accessory Store.</p></blockquote>
<p>It isn&#8217;t perfect, and it certainly won&#8217;t be 100% gramatically correct for all pages &#8211; but it does do the job, and it does include relevant key phrases and related content, as well as sticking (roughly) to the meta description guideline of 150 characters.</p>
<p>Once you have this statement in place, you will effectively have a great starting point for however many thousand pages you have, with relatively little work.</p>
<p><strong>Getting Advanced</strong></p>
<p><a href="http://flickr.com/photos/roland/1924450950/"><img class="alignnone size-full wp-image-166" title="php" src="http://www.eggrage.co.uk/wp-content/uploads/2008/11/php.jpg" alt="by roland" width="540" height="195" /></a></p>
<p>Of course if you&#8217;re any good at PHP you&#8217;ll be able to customise this even further (PHP wizards correct me if I get this wrong), and do something like:</p>
<blockquote><p>&lt;?php<br />
if (isset($StaticDesc)) {<br />
echo $StaticDesc;<br />
} elseif $CatId = 2 {<br />
echo $ProductName . &#8216; available on the phone, call us for special deals. Also view our other &#8216; . $CategoryName . &#8216; beauty products and &#8216; . $PromotionName . &#8216;  beauty deals! &#8216; $ProductName . &#8216; from &#8216; . $SiteName . &#8216;.&#8217;;<br />
} elseif $CatId = 5 {<br />
echo $ProductName . &#8216; specialist woodword products + tools, and amazing &#8216; . $CategoryName . &#8216; products and &#8216; . $PromotionName . &#8216; deals! &#8216; $ProductName . &#8216; from &#8216; . $SiteName . &#8216;.&#8217;;<br />
} else {<br />
echo $ProductName . &#8216; available in bulk online for free home delivery. Also view our other &#8216; . $CategoryName . &#8216; products and &#8216; . $PromotionName . &#8216; deals! &#8216; $ProductName . &#8216; from &#8216; . $SiteName . &#8216;.&#8217;;<br />
}<br />
?&gt;</p></blockquote>
<p>This checks for two specific categories, which have specific meta description structures &#8211; otherwise it reverts to the default one which we defined earlier.</p>
<p><strong>Now What?</strong></p>
<p>Now you get your finest intern, or writer, or whoever to go through your admin area painstakingly inserting the optimal meta content to replace the dynamic stuff that&#8217;s already there. This is great because they can start with your most important (or best-selling) products, and then slowly work their way through.</p>
<p>Another added benefit is that as new products or pages are added to the site they will automatically have a full set of meta content generated for them without having to call in any outside help.</p>
<p><strong>What Do You Think?</strong></p>
<p>Have you done something similar or perhaps something more effective? Do you have a better way of constructing these dynamic statements? Tell me what you think and drop me a line in the comments!</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.eggrage.co.uk/meta-content-for-2000-pages-in-under-10-minutes/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

