<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Important HTML Meta Tags</title>
	<atom:link href="http://www.tech-evangelist.com/2006/01/22/html-meta-tags/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-evangelist.com/2006/01/22/html-meta-tags/</link>
	<description>Technical Articles, Musings and Opinions from Tech-Evangelist</description>
	<lastBuildDate>Sun, 29 Jan 2012 19:09:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Doogie</title>
		<link>http://www.tech-evangelist.com/2006/01/22/html-meta-tags/comment-page-1/#comment-22064</link>
		<dc:creator>Doogie</dc:creator>
		<pubDate>Fri, 03 Jun 2011 18:33:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.tech-evangelist.com/2006/01/22/html-meta-tags/#comment-22064</guid>
		<description>Hi Andy

The W3Schools article doesn&#039;t give any indication that they think the meta tags used in their examples are important. It simply shows you how to use them. Two out of the three examples they give have not been used by any major search engines since the 1990s, which is when the W3Schools article was probably written.</description>
		<content:encoded><![CDATA[<p>Hi Andy</p>
<p>The W3Schools article doesn&#8217;t give any indication that they think the meta tags used in their examples are important. It simply shows you how to use them. Two out of the three examples they give have not been used by any major search engines since the 1990s, which is when the W3Schools article was probably written.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Carloff</title>
		<link>http://www.tech-evangelist.com/2006/01/22/html-meta-tags/comment-page-1/#comment-22059</link>
		<dc:creator>Andy Carloff</dc:creator>
		<pubDate>Thu, 02 Jun 2011 20:55:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.tech-evangelist.com/2006/01/22/html-meta-tags/#comment-22059</guid>
		<description>http://www.w3schools.com/tags/att_meta_name.asp -- The W3Schools seems to think those tags are important, actually.  Makes sense, too.</description>
		<content:encoded><![CDATA[<p><a href="http://www.w3schools.com/tags/att_meta_name.asp" rel="nofollow">http://www.w3schools.com/tags/att_meta_name.asp</a> &#8212; The W3Schools seems to think those tags are important, actually.  Makes sense, too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jack</title>
		<link>http://www.tech-evangelist.com/2006/01/22/html-meta-tags/comment-page-1/#comment-18123</link>
		<dc:creator>jack</dc:creator>
		<pubDate>Thu, 02 Sep 2010 09:07:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.tech-evangelist.com/2006/01/22/html-meta-tags/#comment-18123</guid>
		<description>Wow!

Very useful! 
I&#039;ve learnt SEO for days but could now see that the tutor gave me just an half of things. Thanks...</description>
		<content:encoded><![CDATA[<p>Wow!</p>
<p>Very useful!<br />
I&#8217;ve learnt SEO for days but could now see that the tutor gave me just an half of things. Thanks&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rose</title>
		<link>http://www.tech-evangelist.com/2006/01/22/html-meta-tags/comment-page-1/#comment-4382</link>
		<dc:creator>Rose</dc:creator>
		<pubDate>Thu, 13 Dec 2007 06:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.tech-evangelist.com/2006/01/22/html-meta-tags/#comment-4382</guid>
		<description>Thanks for the outline of the meta tags considered important / or not. I have streamlined the meta tags and it all makes perfect sense to me.
There are a few that I would like to query - some are standard such as &#039;Distribution&#039;, content-language, &#039;document-rating&#039; - How useful are these now in everyone opinion?
A few meta tage that I had never seen until recent are popping up - &#039;classification&#039; eg  and &#039;subject&#039; eg  Is this something a webdesigner sat in NZ AA tourism just thought up one day and dont mean a thing or are they a useful addition?</description>
		<content:encoded><![CDATA[<p>Thanks for the outline of the meta tags considered important / or not. I have streamlined the meta tags and it all makes perfect sense to me.<br />
There are a few that I would like to query &#8211; some are standard such as &#8216;Distribution&#8217;, content-language, &#8216;document-rating&#8217; &#8211; How useful are these now in everyone opinion?<br />
A few meta tage that I had never seen until recent are popping up &#8211; &#8216;classification&#8217; eg  and &#8216;subject&#8217; eg  Is this something a webdesigner sat in NZ AA tourism just thought up one day and dont mean a thing or are they a useful addition?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TE</title>
		<link>http://www.tech-evangelist.com/2006/01/22/html-meta-tags/comment-page-1/#comment-3584</link>
		<dc:creator>TE</dc:creator>
		<pubDate>Fri, 02 Nov 2007 13:07:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.tech-evangelist.com/2006/01/22/html-meta-tags/#comment-3584</guid>
		<description>Hi Diane

Meta tags are intended to only affect the page on which they are found.

To block single pages, you want to use the following robots meta tag on each page you wish to block from indexing:

&lt;meta name=&quot;robots&quot; content=&quot;noindex,follow&quot;&gt;

This tells the spiders to NOT index the page, but DO follow the links to other pages. I&#039;ve used it for years and have never seen it affect other pages in a site.  Only place it on the pages that you do not want to see indexed. 

</description>
		<content:encoded><![CDATA[<p>Hi Diane</p>
<p>Meta tags are intended to only affect the page on which they are found.</p>
<p>To block single pages, you want to use the following robots meta tag on each page you wish to block from indexing:</p>
<p>&lt;meta name=&#8221;robots&#8221; content=&#8221;noindex,follow&#8221;&gt;</p>
<p>This tells the spiders to NOT index the page, but DO follow the links to other pages. I&#8217;ve used it for years and have never seen it affect other pages in a site.  Only place it on the pages that you do not want to see indexed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: diane</title>
		<link>http://www.tech-evangelist.com/2006/01/22/html-meta-tags/comment-page-1/#comment-3573</link>
		<dc:creator>diane</dc:creator>
		<pubDate>Thu, 01 Nov 2007 21:58:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.tech-evangelist.com/2006/01/22/html-meta-tags/#comment-3573</guid>
		<description>I have a 40 plus cat rescue site so it is important that it be indexed for which I have meta tags. 

I am adding 5 pages that are not cat related that I do not want to be indexed. If I use the NO INDEX tag on each of those 5 pages, can I be sure it will not affect the rest of my site? Thank you. diane</description>
		<content:encoded><![CDATA[<p>I have a 40 plus cat rescue site so it is important that it be indexed for which I have meta tags. </p>
<p>I am adding 5 pages that are not cat related that I do not want to be indexed. If I use the NO INDEX tag on each of those 5 pages, can I be sure it will not affect the rest of my site? Thank you. diane</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TE</title>
		<link>http://www.tech-evangelist.com/2006/01/22/html-meta-tags/comment-page-1/#comment-3533</link>
		<dc:creator>TE</dc:creator>
		<pubDate>Tue, 30 Oct 2007 22:37:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.tech-evangelist.com/2006/01/22/html-meta-tags/#comment-3533</guid>
		<description>Most meta tag generators continue to generate several virtually worthless meta tags.  Many claim that using those meta tags will improve your rank positions. This is utter nonsense and thousands of articles on the web support my position. 

The Microsoft Smart Tags meta tag was created to avoid the uproar that occurred when MS first announced the Smart Tags feature, which did intent to inject links into your content that would take users to other sites. That meta tag didn&#039;t stop the outrage from site owners, so Smart Tags were never implemented.</description>
		<content:encoded><![CDATA[<p>Most meta tag generators continue to generate several virtually worthless meta tags.  Many claim that using those meta tags will improve your rank positions. This is utter nonsense and thousands of articles on the web support my position. </p>
<p>The Microsoft Smart Tags meta tag was created to avoid the uproar that occurred when MS first announced the Smart Tags feature, which did intent to inject links into your content that would take users to other sites. That meta tag didn&#8217;t stop the outrage from site owners, so Smart Tags were never implemented.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Larry Kuck</title>
		<link>http://www.tech-evangelist.com/2006/01/22/html-meta-tags/comment-page-1/#comment-3520</link>
		<dc:creator>Larry Kuck</dc:creator>
		<pubDate>Tue, 30 Oct 2007 07:25:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.tech-evangelist.com/2006/01/22/html-meta-tags/#comment-3520</guid>
		<description>I have seen many articles on this topic with various points of view, and this one dismisses as useless many tags that I currently am using  thanks to an online tag generator tool.

However, I was surprised to find the Smart Tags meta tag among the useless.  I understand that Internet Explorer 6 and Microsoft Office tools use this Smart Tags feature to insert links onto rendered Web documents if permitted to do so, though one source did say this tag may or may not work to prevent the Microsoft re-edit of my pages.

I have read before that minimizing overhead to bring the content up closer to the top of the page source script makes it more relevant to search engines.

I have seen some of the abuses of the Keywords tag, and or perhaps if it is used, best if those keywords appear in a header text (h1 - h6), since search engines assign more relevance to headers and strong text than the normal text in a page.  Along that line, it is a good practice to follow a good outline, and I make use of the W3C HTML Validation Service&#039;s outline tool.</description>
		<content:encoded><![CDATA[<p>I have seen many articles on this topic with various points of view, and this one dismisses as useless many tags that I currently am using  thanks to an online tag generator tool.</p>
<p>However, I was surprised to find the Smart Tags meta tag among the useless.  I understand that Internet Explorer 6 and Microsoft Office tools use this Smart Tags feature to insert links onto rendered Web documents if permitted to do so, though one source did say this tag may or may not work to prevent the Microsoft re-edit of my pages.</p>
<p>I have read before that minimizing overhead to bring the content up closer to the top of the page source script makes it more relevant to search engines.</p>
<p>I have seen some of the abuses of the Keywords tag, and or perhaps if it is used, best if those keywords appear in a header text (h1 &#8211; h6), since search engines assign more relevance to headers and strong text than the normal text in a page.  Along that line, it is a good practice to follow a good outline, and I make use of the W3C HTML Validation Service&#8217;s outline tool.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

