<?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>:: TechBlog :: &#187; meta-data</title>
	<atom:link href="http://techblog.touchbasic.com/html/tag/meta-data/feed/" rel="self" type="application/rss+xml" />
	<link>http://techblog.touchbasic.com/html</link>
	<description>Techblog is collection of articles covering a wide variety of tech related topics including: Linux, Microsoft, Google, web development, web design, open source, wordpress, security, and more.</description>
	<lastBuildDate>Fri, 06 May 2011 00:58:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Optimize WordPress for Seach Engines</title>
		<link>http://techblog.touchbasic.com/html/optimize-wordpress-for-seach-engines/</link>
		<comments>http://techblog.touchbasic.com/html/optimize-wordpress-for-seach-engines/#comments</comments>
		<pubDate>Mon, 11 Jul 2005 01:43:32 +0000</pubDate>
		<dc:creator>elran</dc:creator>
				<category><![CDATA[Everything]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[meta-data]]></category>
		<category><![CDATA[optimize wordpress]]></category>
		<category><![CDATA[permalinks]]></category>
		<category><![CDATA[robots.txt]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[wordpress plugins]]></category>

		<guid isPermaLink="false">http://techblog.touchbasic.com/html/?p=95</guid>
		<description><![CDATA[These are some additional tips i picked up for getting better page rankings from site like google while using wordpress. Basic SEO (Search Engine Optimization) can be found on another post entitled: <a href="http://techblog.touchbasic.com/html/?p=92">SEO - 13 Basic Steps</a>.]]></description>
			<content:encoded><![CDATA[<p>These are some additional tips i picked up for getting better page rankings from sites like google while using wordpress. Basic SEO (Search Engine Optimization) can be found on another post entitled: <a href="http://techblog.touchbasic.com/html/?p=92">SEO &#8211; 13 Basic Steps</a>.</p>
<p><span id="more-95"></span></p>
<p>1. Use Permalinks &#8211; to improve URLs<br />
A great article on a site called <a href="http://www.tomrafteryit.net/boost-search-engine-optimisation-seo-using-permalinks/">Tom Raftery&#8217;s I.T. views</a> explains exactly how to get the most out of this advanced feature. The basic idea is to get the unique keywords &#8211; the words people will later use to find you &#8211; as close to the beginning of the URL as possible. This usually means trying to get the title of each post to appear right after the first &#8220;/&#8221; (root folder) in your domain (ie: www.domain.com/reallygoodtitle/)</p>
<p>2.  Use the <a href="http://dirkz.com/rewrite-titles/">Rewrite Titles plugin</a> &#8211; to improve page titles<br />
This plugin for WordPress allows you to dynamically rearrange the order of your page/post titles. Once again the purpose with regards to SEO is that you can get the unique titles of your posts to appear before the name of your blog. For example, instead of your page title being something like: &#8220;BlogName >> Blog Archive >> PageTitle&#8221;, you could have: &#8220;PageTitle >> Blog Archive >> BlogName&#8221;. This layout will likely rank higher for those unique words used in all your different posts.</p>
<p>3.  Get the <a href="http://dougal.gunters.org/blog/2004/06/17/my-first-wordpress-plugin-headmeta">HeadMeta plugin</a> -<br />
This plugin allows you to include different meta data for each post. What this means is that you can add stuff like:<code>&lt;meta name=&quot;keywords&quot; content=&quot;entertainment,movies&quot; /&gt;</code> and <code>&lt;link rel=&quot;seealso&quot; href=&quot;http://example.com/movies/&quot; /&gt;</code> to the <code>&lt;head&gt;</code> of your html documents. The unique keywords and link relations would then be updated on the fly.</p>
<p>4. Linearize your content &#8211; [taken from <a href="http://www.socialpatterns.com/category/search-engine-optimization/page/2/">socialpatterns.com</a>]<br />
&#8220;Move your content higher up in your code. Search engines place greater weight on text found near the beginning of your page. Use css to layout your site&#8221;. I have also read that search engines only read 1/3 of any given page before moving on to the next.</p>
<p>5. Optimize Dynamically &#8211; [taken from <a href="http://www.socialpatterns.com/category/search-engine-optimization/page/2/">socialpatterns.com</a>, again]<br />
&#8220;For example, you could create three templates &#8211; one for your homepage, one for individual post pages and one for categories. For the homepage template you can optimize for a general set of keywords. For the individual pages template you would optimize using variables generated from the post title. For the categories template you would optimize around the category variable. This way every post in the future is automatically optimized&#8221;. They also say to &#8220;change your title tag so that it displays relevant keywords (like your post title) before your site name&#8221; &#8211; another reason to install the Rewrite Titles plugin.</p>
<h3 style="margin:0;padding:0;">Other useful resources:</h3>
<p>- Check you keyword numbers and density using the <a href="http://www.googlerankings.com/ultimate_seo_tool.php">Ultimate Seo Tool</a>.<br />
- Install the  <a href="http://www.arnebrachhold.de/2005/06/05/google-sitemaps-generator-v2-final">Google Sitemap Generator</a> for WordPress.<br />
- Use either a <a href="http://www.robotstxt.org/wc/robots.html">robots.txt</a> file for each site, or &lt;meta http-equiv=&#8221;robots&#8221; content=&#8221;" /&gt; for each page you put online. For more info read, <a href="http://www.searchengineworld.com/robots/robots_tutorial.htm">Robots.txt File Tutorial</a>.<br />
- To prevent robots from following a particular page, use<br />
&lt;meta name=&#8221;robots&#8221; content=&#8221;noindex&#8221; /&gt;<br />
- To prevent robots from following a particular link on a page, use<br />
&lt;a href=http://www.example.com/ rel=&#8221;nofollow&#8221;&gt; I can&#8217;t vouch for this link&lt;/a&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://techblog.touchbasic.com/html/optimize-wordpress-for-seach-engines/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

