﻿<?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>Wayne John &#187; robots</title>
	<atom:link href="http://www.waynejohn.com/tag/robots/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.waynejohn.com</link>
	<description>Something is stirring, and I don&#039;t think it&#039;s a mouse...</description>
	<lastBuildDate>Thu, 22 Jul 2010 17:35:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>What are meta-tags?</title>
		<link>http://www.waynejohn.com/what-are-meta-tags/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=what-are-meta-tags</link>
		<comments>http://www.waynejohn.com/what-are-meta-tags/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 07:00:57 +0000</pubDate>
		<dc:creator>Wayne</dc:creator>
				<category><![CDATA[Blogging Help & Tips]]></category>
		<category><![CDATA[description]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[googlebot]]></category>
		<category><![CDATA[keywords]]></category>
		<category><![CDATA[meta]]></category>
		<category><![CDATA[meta-tags]]></category>
		<category><![CDATA[robots]]></category>
		<category><![CDATA[Search Engine]]></category>
		<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[title]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.waynejohn.com/?p=1211</guid>
		<description><![CDATA[You have no doubt heard the term meta-tag before, and perhaps you have an idea of what a meta-tag is, or maybe you don&#8217;t have a clue.  If you&#8217;re a blogger, you need to know what they are.  After all, &#8230; <a href="http://www.waynejohn.com/what-are-meta-tags/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>You have no doubt heard the term meta-tag before, and perhaps you have an idea of what a meta-tag is, or maybe you don&#8217;t have a clue.  If you&#8217;re a blogger, you need to know what they are.  After all, you can call what you&#8217;re doing &#8220;blogging&#8221;, or you can call it &#8220;building a website&#8221;, but no matter what you call it, meta-tags are there for you to take advantage of, and there are some meta-tags that will help you, and other meta-tags that won&#8217;t do a thing for you at all.</p>
<p>This post will attempt to demystify what meta-tags are, how they&#8217;re used, and if you should even care about them.</p>
<p><a href="http://soswitcher.blogspot.com/">Switcher</a> had asked me on my <a href="http://www.waynejohn.com/ask-me-anything-and-ill-respond/">Ask me anything</a> post:</p>
<blockquote>
<div>LOL, <img src="../wp-includes/images/smilies/icon_smile.gif" alt=":)" /></p>
<p>I don’t count myself as a spammer, I’ll ask anyway.</p>
<p>What’s your thoughts on “Meta Tags” for blogger/blogspot.com?</p>
<p>The reason I ask is, from an SEO point of view I’ve had the idea for a while to write some code, that will write dynamic content for each & every blog page on my Blogger blog.</p>
<p>I have the code up & running, & actually showing up in the Google SERP, I really don’t have any answers for a long term results. Do you think this would be something that would benefit Blogger hosted blogs?<br />
Ok, let’s hear your thoughts, don’t hold back! LOL <img src="../wp-includes/images/smilies/icon_smile.gif" alt=":)" />
</div>
</blockquote>
<p>Thanks for asking the question Switcher!  I&#8217;ll try my best to help you out here.</p>
<h3>So what is a meta-tag anyway?</h3>
<p>Meta-tags are HTML elements that reside in the header of any given HTML document.  They help describe a page by providing extended information about the page they are found on.  For instance, if you look at the HTML that makes this page, you&#8217;ll see a mess of meta-tags in the header area.</p>
<p>For instance, on my recent post where I asked everyone if they had a question, the meta-tags found on that particular page look like this:</p>
<pre name="code" class="c-sharp">&lt;meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /&gt;
&lt;meta name="generator" content="WordPress 2.8.7" /&gt;
&lt;meta name="description" content="I'll answer any questions etc..." /&gt;
&lt;meta name="keywords" content="anything" /&gt;</pre>
<p>So as you can see here, I have only four tags working for me on this post.  I believe that each and every blog system will provide the first meta-tag by default.  I don&#8217;t believe you need to even worry if it&#8217;s there or not.  If you can read your blog posts, and no one else is complaining that some characters look like question marks, you&#8217;re probably fine.  If you do want to read more about that particular line, a good resource can be found <a href="http://www.w3.org/TR/REC-html40/charset.html">here</a> and <a href="http://www.w3.org/International/O-charset">here</a>.<br />
The generator meta-tag is completely unnecessary, and could expose you to problems <a href="http://www.lancelhoff.com/remove-meta-name-generator-content-wordpress/">in some cases</a>.  I recommend removing it entirely as it does you as a web site owner no good, but it could help others determine how to exploit your site and find vulnerabilities.</p>
<h3>Keywords and Description meta-tags</h3>
<p>Perhaps the two most well known meta-tags are the keywords and description meta-tags.  These two meta-tags were intended to provide search engines and spiders a quick idea of what the page is about, but after a few years people began to realize that they could manipulate these items to increase their search engine ranking.</p>
<p>The best search engines have realized this and have changed the way they determine what a page is about, and how it gets ranked, that the keywords meta-tag is darn close to pointless.  <a href="http://googlewebmastercentral.blogspot.com/2009/09/google-does-not-use-keywords-meta-tag.html">Google no longer uses the keyword meta-tag</a>, so should you worry about including it if you aren&#8217;t already?  Should you try to optimize your keywords with each post you write even though Google doesn&#8217;t do anything with this tag?</p>
<p>Yes, you should.</p>
<p>Even though Google states they don&#8217;t look at the keyword meta-tag or even use it, they might one day.  Besides, there are plenty of other search engines out there that might use the keyword meta-tag, so for those reasons, yes you should continue to use it as if it were an effective part of your SEO.  I just wouldn&#8217;t put a great amount of importance into the keyword tag as I would the description meta-tag.</p>
<h3>The importance of the Description meta-tag</h3>
<p>The description meta-tag is used frequently as part of search engine results.  Google uses the page description as part of the search results (in case you haven&#8217;t noticed, it&#8217;s the little blurb under the search result links) and it also carries a little weight in SEO as well.  A well crafted description can also help drive more traffic from search engines by providing a concise description of the page offerings to the user.</p>
<p>Some blogging tools will provide an area for you to provide a description, whereas others might take the &#8220;excerpt&#8221; you provide, or the first hundred or so characters from your first paragraph of text.</p>
<p>There might be other uses of the description meta-tag by robots, spiders and search engines, and you should consider this tag very important.  After all, it very well may be the first impression given to a new visitor.  Make it the best one you can.</p>
<h3>Are there any other meta-tags?</h3>
<p>Yes, there are several.  There are select set of meta-tags that Google understands and uses as part of it&#8217;s indexing process.  Here&#8217;s a list of those tags along with a quick description of each.</p>
<p><strong>Title</strong> &#8211; While not really a meta-tag, the &lt;title&gt; tag is found in the header along with all the other meta-tags.  Google uses this tag to create the text of the hyperlink in the search engines search results.  Including keywords into your title tag will help you rank in search engines for those keywords.</p>
<p>There is plenty more that goes into a well-done SEO page, and the title tag is perhaps the most important part of that equation.</p>
<p><strong>Robots or Googlebot</strong> &#8211; This tag helps you control how often your page is indexed, if it is even available for indexing and what options might be available to an end user on Google.  More info on this tag and the variety of options that Google accepts can be found <a href="http://www.google.com/support/webmasters/bin/answer.py?hl=en&answer=79812">here</a>.</p>
<p><strong>Refresh</strong> &#8211; Including this tag will redirect a user to another page after a certain amount of time has passed.  Ever hit one of those pages that state &#8220;Redirecting you to your page.  If the page does not refresh after 5 seconds, click here&#8221;?  If so, they very well may have used this tag to perform the redirection.</p>
<h3>An unending supply of meta-tags</h3>
<p>These are just a few of the <a href="http://www.webmarketingnow.com/tips/meta-tags-uncovered.html">many tags</a> that are available to use on your web pages.  Have you taken a look at your source and analyzed what your software is doing to your meta-tags?  You really should if you haven&#8217;t.  Take a little time to understand them and refine them.  The little bit of effort will pay dividends to you later on by helping you craft better pages, target keywords better, and present your site the best it can be in search engine results.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.waynejohn.com/what-are-meta-tags/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>
