<?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>Joe Hayes {dot} Org &#187; Search Engine Optimization</title>
	<atom:link href="http://www.joehayes.org/cat/search-engine-optimization/feed" rel="self" type="application/rss+xml" />
	<link>http://www.joehayes.org</link>
	<description>Web Development and Internet Marketing</description>
	<lastBuildDate>Fri, 18 Sep 2009 13:43:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Detecting NoFollow Links</title>
		<link>http://www.joehayes.org/detecting-nofollow-links.html</link>
		<comments>http://www.joehayes.org/detecting-nofollow-links.html#comments</comments>
		<pubDate>Fri, 13 Mar 2009 17:38:44 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Search Engine Optimization]]></category>

		<guid isPermaLink="false">http://www.joehayes.org/?p=68</guid>
		<description><![CDATA[As you may already know, placing a re=&#8221;nofollow&#8221; attribute on a link will tell search engines, like Google, to not follow the link &#8211; or give credit as a vote when it comes to search rankings. This is a pretty popular thing to do to control the links in user generated content like forums and blogs [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-71" title="No-Follow" src="http://www.joehayes.org/wp-content/uploads/2009/03/nofollow.png" alt="No-Follow" width="200" height="142" />As you may already know, placing a re=&#8221;nofollow&#8221; attribute on a link will tell search engines, like Google, to not follow the link &#8211; or give credit as a vote when it comes to search rankings. This is a pretty popular thing to do to control the links in user generated content like forums and blogs &#8211; since you are who you link to, so to speak. This also helps to discourage spammers from targetting your web pages, though not always.</p>
<p>At any rate, you may have reasons to quickly and easily find the nofollowed links on a page, to see if your tags are done right or to easily detect where and what is getting the nofollow tag on a page. We won&#8217;t go into all of the uses, though you can use your imagination. At any rate:</p>
<h2>Internet Explorer Detection</h2>
<p>Paste this code into your url bar on the page you&#8217;re wanting to check, or do what I do and make it a link favorite so you can check the page with one click. I link this better than the FireFox method because maybe I don&#8217;t want every nofollow link highlighted on every page I view&#8230;</p>
<p><code>javascript: var anchors;anchors = document.getElementsByTagName("a");var anchorIndex;for(anchorIndex = 0;anchorIndex &lt; anchors.length;anchorIndex++) { if(anchors[anchorIndex].getAttribute("rel") &amp;&amp; anchors[anchorIndex].getAttribute("rel")=="nofollow") anchors[anchorIndex].style.backgroundColor="red";} void(0);</code></p>
<h2>Firefox Nofollow Detection</h2>
<p>You could install the <a href="https://addons.mozilla.org/en-US/firefox/addon/3036">SeoQuake extension</a> and turn the nofollow highlight on in the options, or search for userContent.css and add this anywhere inside of it&#8230; (Windows XP users can find it at C:\Documents and Settings\[User Name]\Application Data\Mozilla\Firefox\Profiles\yad55ash.default(varies)\chrome\userContent.css)</p>
<p><code>a[rel~="nofollow"] { border: thin dashed firebrick! important; background-color: rgb(255, 200, 200)! important; }</code></p>
<h2>Google Chrome Nofollow Detection</h2>
<p>Drag this into your bookmarks&#8230;</p>
<p><a title="Highlight No-Follows" href="javascript:var%20l=document.getElementsByTagName('a');for(n=0;n&lt;l.length;n++){if(l[n].rel.toLowerCase()=='nofollow'){void(l[n].style.backgroundColor='#FF0000');}}"><img title="Highlight NoFollows" src="http://www.joehayes.org/wp-content/uploads/2009/03/highlight-nofollows.jpg" alt="Highlight NoFollows" /></a></p>
<h2>Safari Nofollow Detection</h2>
<p>This is pretty much the same as Internet Explorer (IE6 or IE7), again I&#8217;d suggest making a bookmark of any page then editing the url location with this javascript&#8230;</p>
<p><code>javascript:var%20a=document.getElementsByTagName('a');for(var%20z=0;z%3Ca.length;%20z++){if(a[z].rel==’nofollow’){a[z].style.border=’1px%20solid%20%23F00';}}</code></p>
<hr />
<p><small>&copy; mdvaldosta for <a href="http://www.joehayes.org">Joe Hayes {dot} Org</a>, 2009. |
<a href="http://www.joehayes.org/detecting-nofollow-links.html">Permalink</a> |
<a href="http://www.joehayes.org/detecting-nofollow-links.html#comments">5 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.joehayes.org/detecting-nofollow-links.html&amp;title=Detecting NoFollow Links">del.icio.us</a>
<br/>
Post tags: <br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.joehayes.org/detecting-nofollow-links.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>MSN/Live Search &#8211; Successful Reinclusion Request</title>
		<link>http://www.joehayes.org/msnlive-search-successful-reinclusion-request.html</link>
		<comments>http://www.joehayes.org/msnlive-search-successful-reinclusion-request.html#comments</comments>
		<pubDate>Mon, 20 Oct 2008 15:17:33 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Search Engine Optimization]]></category>

		<guid isPermaLink="false">http://www.joehayes.org/?p=57</guid>
		<description><![CDATA[Recently, I had a website successfully reincluded back into MSN/Live&#8217;s web search. As one of the first websites I built &#8211; way back in 2005 - there were several (dare I say more) questionable methods of promotion and link building as I learned the in&#8217;s/out&#8217;s of being a webmaster. Throughout it&#8217;s life, this site has been penalized/banned [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.joehayes.org/wp-content/uploads/2008/10/windows-live-search.png"><img class="alignleft size-full wp-image-58" title="MSN Live Web Search" src="http://www.joehayes.org/wp-content/uploads/2008/10/windows-live-search.png" alt="" width="149" height="65" /></a>Recently, I had a website successfully reincluded back into MSN/Live&#8217;s <a title="MSN / Live Web Search" href="http://www.live.com/" target="_blank">web search</a>. As one of the first websites I built &#8211; way back in 2005 - there were several (dare I say more) questionable methods of promotion and link building as I learned the in&#8217;s/out&#8217;s of being a webmaster. Throughout it&#8217;s life, this site has been penalized/banned in all three major search engines at one point or another &#8211; in fact it&#8217;s still banned in Yahoo.</p>
<p>At any rate, this post is about MSN/Live (whatever they prefer to be called now). For the past two years I&#8217;ve been trying to get the website back into Live, during which the website in question has been on the straight and narrow. I have submitted several reinclusion requests, fired off emails, etc. &#8211; all to no avail. Recently MSN has been turning it&#8217;s attention to webmasters with their <a title="MSN Webmaster Tools" href="http://webmaster.live.com/">new tools system</a>, and with a <a title="MSN Webmaster Forum" href="http://forums.microsoft.com/webmaster/default.aspx?SiteID=79">new webmaster forum</a>. After verifying the website wasn&#8217;t &#8220;banned&#8221; through <em>MSN&#8217;s webmaster tools</em>, I asked for help in their forum.</p>
<p>A quick response was posted by <a title="Brent Young MSN Search Forum" href="http://forums.microsoft.com/webmaster/User/Profile.aspx?UserID=1130633&amp;SiteID=79">Brent Young</a>, verifying the website was being penalized and offered to help. A couple weeks later, the website is ranking for most of the keywords it used to. Success! So, essentially I want to inform other webmasters what they should do in the even they believe their website is being penalized by <em>MSN/Live Search</em> &#8211; taken from a advice posted by Brent:</p>
<blockquote><p>Please review our <a href="http://help.live.com/Help.aspx?market=en-US&amp;project=WL_Webmasters&amp;querytype=topic&amp;query=WL_WEBMASTERS_REF_GuidelinesforSuccessfulIndexing.htm" target="_blank">Guidelines for successful indexing</a> to ensure that you are not doing anything that would get your site blocked in the future.</p>
<p>In the webmaster tools there is a link to submit your site for reinclusion if it is blocked or if you suspect that your website was incorrectly identified as spam, please do the following:</p>
<ol>
<li>Open the <a href="https://support.live.com/eform.aspx?productKey=wlsearch&amp;page=wlsupport_home_options_form_byemail&amp;ct=eformts" target="_blank">Live Search Site Owner support form</a>.</li>
<li>In the boxes provided, type your name and e-mail address.</li>
<li>In the What type of problem do you have? list, select Other.</li>
<li>In the box provided, describe the issue, including the following information:
<ul>
<li>The search words that you use</li>
<li>The URL</li>
<li>Request re-inclusion</li>
</ul>
</li>
</ol>
</blockquote>
<p>So there you have it, a new (and very helpful) way to get feedback from MSN. I think it&#8217;s great they have offered such an intuitive way to interact with the <em>Live Search</em> staff. If only Google and Yahoo would take note, and be more involved with answering questions and working with webmasters to correct potential issues so that both parties can improve.</p>
<hr />
<p><small>&copy; mdvaldosta for <a href="http://www.joehayes.org">Joe Hayes {dot} Org</a>, 2008. |
<a href="http://www.joehayes.org/msnlive-search-successful-reinclusion-request.html">Permalink</a> |
<a href="http://www.joehayes.org/msnlive-search-successful-reinclusion-request.html#comments">9 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.joehayes.org/msnlive-search-successful-reinclusion-request.html&amp;title=MSN/Live Search &#8211; Successful Reinclusion Request">del.icio.us</a>
<br/>
Post tags: <br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.joehayes.org/msnlive-search-successful-reinclusion-request.html/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Google Trends &#8211; Learn More About Your Competition</title>
		<link>http://www.joehayes.org/google-trends-learn-more-about-your-competition.html</link>
		<comments>http://www.joehayes.org/google-trends-learn-more-about-your-competition.html#comments</comments>
		<pubDate>Thu, 03 Jul 2008 14:37:31 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.joehayes.org/google-trends-learn-more-about-your-competition.html</guid>
		<description><![CDATA[Where have I been? Well, extremely busy with local projects and folks breathing down my neck to get things done. Eh, good problem to have I guess. Been so busy actually I just now got a chance to read through some of my favorite blogs, namely Matt Cutts (head of the spam team at Google) [...]]]></description>
			<content:encoded><![CDATA[<p><img border="0" align="left" src="http://www.joehayes.org/wp-content/uploads/2008/07/google-trends-logo.gif" alt="Google Trends Logo" />Where have I been? Well, extremely busy with local projects and folks breathing down my neck to get things done. Eh, good problem to have I guess. Been so busy actually I just now got a chance to read through some of my favorite blogs, namely Matt Cutts (head of the spam team at Google) &#8211; and I came accross a post late last month about <a target="_blank" href="http://www.mattcutts.com/blog/google-trends-for-websites/" title="Google Trends">Google Trends</a>.</p>
<p>Basically, it offers a free service similar to that of <a target="_blank" href="http://www.alexa.com/" title="Alexa">Alexa</a>,  <a target="_blank" href="http://www.quantcast.com/" title="Quantcast">Quantcast</a> or <a target="_blank" href="http://www.compete.com/" title="Compete">Compete</a> - of which the latter has been my primary indicator of competitor&#8217;s traffic. Neither one, however, including <a target="_blank" href="http://www.google.com/trends" title="Google Trends">Google Trends</a> is going to give you an accurate measure of traffic but for the most part they&#8217;d all give you a good comparison. Note that I&#8217;m referring to trends on &#8220;websites&#8221; not &#8220;searches&#8221; &#8211; which is also useful in it&#8217;s own regards.</p>
<p>I personally am going to prefer the use of Google Trends now, over Compete for traffic analysis, mainly because Google is the main source of traffic for most websites and would be a great way to measure the <em>potential</em> of websites you&#8217;re doing SEO work for.</p>
<p>One of the drawbacks of the new Google Trends service, unfortunately, leave new or low traffic websites drawing a blank with no data showed. Apparently there is some sort of threshold a website must reach before the allmighty &#8220;G&#8221; will spend resources to track it. Another is that you don&#8217;t really get much data, like search terms etc. for your competitors as with some of the other services, but again in my opinion it&#8217;s the most valuable indicator of search traffic &#8211; at least from Google.</p>
<p>One thing I really like is the &#8220;Also searched for&#8221; and &#8220;Also visited&#8221; data&#8230; once again this is very simple and very limited &#8211; but very accurate information based on the traffic levels Google delivers.  And something important to point out is that, if you sign into Google, you&#8217;ll see estimated traffic numbers on the Y axis of the graph&#8230; which seems to be about 70% of the actual unique visitors the handful of sites I checked actually receive.</p>
<p>One question that keeps coming to mind is&#8230; where does Google get this information? It&#8217;s no secret they track clickthroughs on their search results (the redirect link gives that away), but do they also get data from their famous <a target="_blank" href="http://toolbar.google.com/" title="Google Toolbar">Toolbar</a>?</p>
<p>Overall, I like the tool very much. While the data is not as comprehensive as it&#8217;s competitors (discussed earlier), I believe what little is shown is very accurate (at least for comparisons) and a very valuable SEO tool if you know how to use it. I suppose it&#8217;s at least good for determining the traffic potential for niches you&#8217;re working on.</p>
<hr />
<p><small>&copy; mdvaldosta for <a href="http://www.joehayes.org">Joe Hayes {dot} Org</a>, 2008. |
<a href="http://www.joehayes.org/google-trends-learn-more-about-your-competition.html">Permalink</a> |
<a href="http://www.joehayes.org/google-trends-learn-more-about-your-competition.html#comments">4 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.joehayes.org/google-trends-learn-more-about-your-competition.html&amp;title=Google Trends &#8211; Learn More About Your Competition">del.icio.us</a>
<br/>
Post tags: <br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.joehayes.org/google-trends-learn-more-about-your-competition.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Basic Search Engine Optimization Anyone Can Do</title>
		<link>http://www.joehayes.org/basic-search-engine-optimization-anyone-can-do.html</link>
		<comments>http://www.joehayes.org/basic-search-engine-optimization-anyone-can-do.html#comments</comments>
		<pubDate>Mon, 24 Sep 2007 20:02:24 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Search Engine Optimization]]></category>

		<guid isPermaLink="false">http://www.joehayes.org/basic-search-engine-optimization-anyone-can-do.html</guid>
		<description><![CDATA[SEO, an acronym for one of the most misunderstood concepts for a webmaster. Optimizing your websites for search engines isn&#8217;t voodoo, in fact 90% of it is basic stuff almost anyone can do without any prior experience. While some of the more advanced methods like link building and link baiting deserve an article all to [...]]]></description>
			<content:encoded><![CDATA[<p><img align="left" src="http://www.joehayes.org/wp-content/uploads/2007/09/search-engine-optimization.jpg" alt="Search Engine Optimization" title="Search Engine Optimization" />SEO, an acronym for one of the most misunderstood concepts for a webmaster. Optimizing your websites for search engines isn&#8217;t voodoo, in fact 90% of it is basic stuff almost anyone can do without any prior experience. While some of the more advanced methods like link building and link baiting deserve an article all to themselves, the stuff covered here get to the core of what we&#8217;re after &#8211; to  get your pages in the search indexes and have them rank for the key terms you deserve.</p>
<p>First thing&#8217;s first, on page optimization (then we&#8217;ll finish with link building). While many SEO&#8217;s delve into a bunch of <a href="http://www.joehayes.org/what-are-meta-tags.html" title="Meta Tags">meta</a> information (keywords, index and follow, etc.) and keyword density, we&#8217;re not going to worry with that. Not  that I&#8217;m saying it&#8217;s unecessary or unimportant, only that there is little (if any) benefit to worrying about that. Let&#8217;s just make sure the pages on your website are crawlable and able to be fully indexed. There are a few factors here that are quite important:</p>
<p><strong>Page Title</strong> &#8211; in my experience this is the most important part of your web page. The page title (found in your head tags and is visible in your browser bar) and should briefly describe exactly what your page is about. Less is more here, keep it short and sweet. My advice is to avoid using your site&#8217;s domain name in the title unless it contains your main keyword, or you&#8217;re concerned with branding. Regardless of what you decide, at least place you page&#8217;s actual title in front of anything else.</p>
<p>For example, this page&#8217;s title would display as &#8220;Basic Search Engine Optimization Anyone Can Do&#8221; or if I wanted to I could append &#8220;- Joe hayes {dot} Org&#8221; to the end of that or maybe even the category the post was placed in.</p>
<p>Another important thing is to ensure all pages titles are different. Duplicate page titles will likely land you&#8217;re pages deep into the supplemental index &#8211; and alot of sites do this. Every page on their site will be &#8220;DomainName.com&#8221; or whatever. Really bad, fix this quick.</p>
<p><strong>Heading Tags</strong> &#8211; When at all possible, include your page title somewhere on the page in a heading tag, preferably H1 though H2 will do if you&#8217;re using that for you&#8217;re site name (common for blogs). Don&#8217;t repeat your site&#8217;s domain name here though, your visitors already know where they are. If you have sub-sections for longer posts, feel free to use H3 or H4 tags there as well. It&#8217;s good practice for copywriting.</p>
<p><strong>Your Content</strong> &#8211; Yea that&#8217;s important too. When writing it&#8217;s important to use the keywords your wanting to rank for in your content, preferably starting early (in your first paragraph). Nothing spammy here, just make it a point to ensure the key phrases can be found on your page.</p>
<p><strong>Interlink Where Possible</strong> &#8211; When referencing things that can be found other places on your website, link to them when possible. In content links are perhaps the most important links you can have. Not only that, it helps your readers with references to things you&#8217;re talking about. Also, don&#8217;t be afraid to link to other sources of information &#8211; even your competition.</p>
<p><strong>Site Map -</strong> Good idea to have one of these as well, especially helpful in a portal or blog type platform where articles or posts can get lost deep in an archive. Notice I&#8217;m referring to a physical <a href="http://www.joehayes.org/site-map" title="Site-Map For Joe Hayes Dot Org">site-map</a> here, not an <a href="http://www.joehayes.org/sitemap.xml" title="XML Sitemap">xml</a> machine readable format. Also good for visitors who may be looking for something in particular, in absense of a search tool. And on xml sitemaps while we&#8217;re on the subject, I&#8217;ve found they&#8217;re great for getting pages indexed fast but doesn&#8217;t seem to make a difference when it comes to rankings.</p>
<p><strong>Friendly URLs</strong> &#8211; Not quite as important as it used to be but still a good idea if you can. While both www.example.com/topic.php?=123 and www.example.com/the-topic.html should both be indexed equally (used to be having multiple parameters in the url would prevent the page from being indexed, now it doesn&#8217;t seem to be a problem as long as it&#8217;s not excessive), having keywords in the url does seem to have some weight when comes to serps. It&#8217;s not a dramatic difference, which is why it&#8217;s near the bottom of the list.</p>
<p><strong>Build Relevant Backlinks</strong> &#8211; While this is posted last, it&#8217;s certainly not last when it comes to ranking well and is is one of the more misunderstood concepts. All links, quite simply, are not the same. Now, let me be clear &#8211; <em>you don&#8217;t have to buy links to be successful</em> &#8211; in this day and age the social media sites out there are a great avenue for getting exposure and building natural backlinks to <a href="http://www.joehayes.org/the-importance-of-writing-compelling-content.html" title="Compelling Content">compelling content</a>. With that said, however, getting powerful websites in your niche linking back to you is a great way to bolster search rankings and drive targetted traffic to your website. For many, this means purchasing advertising or trading reciprocal links.</p>
<p>Some basic backlink strategies include submitting to <a target="_blank" href="http://www.google.com/search?sourceid=navclient&amp;ie=UTF-8&amp;rls=GWYA,GWYA:2006-13,GWYA:en&amp;q=website+directory" title="Website Directory via Google Search">web directories</a> (free and paid), Submitting articles to <a target="_blank" href="http://www.google.com/search?hl=en&amp;rls=GWYA%2CGWYA%3A2006-13%2CGWYA%3Aen&amp;q=article+directory" title="Article Directory via Google Search">article sites</a>, exchanging links with other sites in your niche (this is important, don&#8217;t link spam with unrelated websites), purchase links on related websites (please don&#8217;t be one of those page rank huggers that blindly go after after any website just because of PR and also know that Google <a target="_blank" href="http://www.mattcutts.com/blog/text-links-and-pagerank/" title="Google Link Buying For Pagerank">doesn&#8217;t like</a> link buying), leaving valuable comments on blogs related to your niche &#8211; especially if they dofollow (blogs that don&#8217;t use a rel=&#8221;nofollow&#8221; on outgoing links), participate in forums related to your niche (most allow a link back in your signature), along with many other ways to get people linking to your website &#8211; be creative!</p>
<p><strong>In Summary</strong>, remember that any search engines goal is to return the most relevant results for the user&#8217;s query. Your site must be more relevant for that particular search than any of your competition. Once your site is crawlable or otherwise search engine friendly, it pretty much comes down to backlinks. All things being equal, the site with the most (relevant, powerful, and in quantity)  backlinks will win. Things like the age of the backlinks, sudden surges in recent backlinks, relevancy (have I mentioned relevancy?), and strength of the backlinks among the things that play a part in how your website ranks today. Once you get top 10 exposure, writing the best content should get you to the top eventually.</p>
<p>Hopefully these tips can help get you on a level playing field with your compeition. Remember to have patience and don&#8217;t expect results overnight. It can often take months to bring a site from zero to hero in the serps &#8211; depending on site age, competition, and many other factors. Build a website of value for your visitors, make sure it&#8217;s crawlable, and gain exposure from other websites &#8211; then rankings will come.</p>
<hr />
<p><small>&copy; mdvaldosta for <a href="http://www.joehayes.org">Joe Hayes {dot} Org</a>, 2007. |
<a href="http://www.joehayes.org/basic-search-engine-optimization-anyone-can-do.html">Permalink</a> |
<a href="http://www.joehayes.org/basic-search-engine-optimization-anyone-can-do.html#comments">47 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.joehayes.org/basic-search-engine-optimization-anyone-can-do.html&amp;title=Basic Search Engine Optimization Anyone Can Do">del.icio.us</a>
<br/>
Post tags: <br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.joehayes.org/basic-search-engine-optimization-anyone-can-do.html/feed</wfw:commentRss>
		<slash:comments>47</slash:comments>
		</item>
		<item>
		<title>What are Meta Tags?</title>
		<link>http://www.joehayes.org/what-are-meta-tags.html</link>
		<comments>http://www.joehayes.org/what-are-meta-tags.html#comments</comments>
		<pubDate>Wed, 15 Aug 2007 19:35:09 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Search Engine Optimization]]></category>

		<guid isPermaLink="false">http://www.joehayes.org/what-are-meta-tags.hml</guid>
		<description><![CDATA[Simply put, a meta tag is information located between your head tags giving search engines more information about your web page. This isn&#8217;t viewable to a websurfer, however most web pages have at least some meta information and this can be seen by viewing a pages source code (right click, view source with internet explorer). [...]]]></description>
			<content:encoded><![CDATA[<p>Simply put, a meta tag is information located between your head tags giving search engines more information about your web page. This isn&#8217;t viewable to a websurfer, however most web pages have at least some meta information and this can be seen by viewing a pages source code (right click, view source with internet explorer). When search engine bots (sometimes called spiders) come to your website, they use this meta information to help build their index of your web page. Typically, meta data looks like this:</p>
<p><img src="http://www.joehayes.org/wp-content/uploads/2007/08/meta.jpg" alt="Meta Data" /></p>
<p><strong>Title Tag</strong><br />
The title tag is the most important tag of all. Not really a meta tag, but it goes hand in hand with them. The title tag is what appears at the top of your browser bar. This is also one of the key determining factors for search engines to determine the relevancy of your page in respect to the term being searched for. Make sure your title tag is unique for each page of your website, and accurately describes what you will find on your web page. Avoid &#8220;stop&#8221; words such as &#8220;the&#8221;, &#8220;and&#8221;, etc. as much as possible in the title. Less is more and keywords here are essential for good rankings.</p>
<p><strong>Meta Description</strong><br />
The meta description tag, if the search engine supports it, allows you to influence the description shown under the search results. If a meta description is not used, often the search engine will just use the first text it finds in your source code (which might be your navigation links, not ideal). Even though not all search engines obey the meta description, it&#8217;s good practice to use it.</p>
<p><strong>Meta Keywords</strong><br />
Meta keywords are outdated and not supported by most search engines. Years ago this was important, but because it was easy to manipulate rankings with this meta, it was devalued and in many cases not valued at all. Nevetheless, as long as it&#8217;s used responsibly it can only help. Choose keywords that you want your page found for, and be sure that these keywords can be found on that page.</p>
<p><strong>Meta Robots</strong><br />
Meta robots tag controls the behavior of search engine spiders. The content=&#8221;all&#8221; is really unnecessary because they do this already, but I use it anyway for good practice. You may want to use keys such as &#8220;nofollow&#8221; or other tags to control their behavior. For example, the &#8220;nofollow&#8221; tag will instruct the bots to not follow any of the links on the entire page. The &#8220;follow&#8221;, in retrospect, will instruct them to follow all the links. &#8220;Index&#8221; would recommend the spiders to cache, or save, the web page into the search results, and &#8220;noindex&#8221; would instruct them not to. Some web designers only use the meta robots command if they want to prevent indexing or following the links on the page.</p>
<p><strong>Other Meta Tags</strong><br />
There are many other meta tags available, but the above listed are the most common and most important. Some tags are supported by only certain search engines, and some aren&#8217;t supported at all. Nevertheless, while meta tags are not required it is still good coding practice to use them.</p>
<hr />
<p><small>&copy; mdvaldosta for <a href="http://www.joehayes.org">Joe Hayes {dot} Org</a>, 2007. |
<a href="http://www.joehayes.org/what-are-meta-tags.html">Permalink</a> |
<a href="http://www.joehayes.org/what-are-meta-tags.html#comments">4 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.joehayes.org/what-are-meta-tags.html&amp;title=What are Meta Tags?">del.icio.us</a>
<br/>
Post tags: <br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.joehayes.org/what-are-meta-tags.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
