<?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>Pocket SEO &#187; Markup</title>
	<atom:link href="http://pocketseo.com/category/markup/feed" rel="self" type="application/rss+xml" />
	<link>http://pocketseo.com</link>
	<description>Practical SEO blog</description>
	<lastBuildDate>Wed, 28 Jul 2010 17:12:22 +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>Don&#8217;t Block Your RSS Feeds</title>
		<link>http://pocketseo.com/markup/207</link>
		<comments>http://pocketseo.com/markup/207#comments</comments>
		<pubDate>Tue, 08 Jan 2008 06:34:49 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Markup]]></category>

		<guid isPermaLink="false">http://pocketseo.com/markup/207</guid>
		<description><![CDATA[How do you handle indexing of your RSS/ATOM feeds?


Related posts:<ol><li><a href='http://pocketseo.com/google/214' rel='bookmark' title='Permanent Link: RSS/ATOM Feeds Still in Google SERPs'>RSS/ATOM Feeds Still in Google SERPs</a></li>
<li><a href='http://pocketseo.com/google/210' rel='bookmark' title='Permanent Link: How to Get Indexed by Google in Under 10 Minutes'>How to Get Indexed by Google in Under 10 Minutes</a></li>
<li><a href='http://pocketseo.com/news/129' rel='bookmark' title='Permanent Link: Update: Moved to Full RSS/ATOM Feeds'>Update: Moved to Full RSS/ATOM Feeds</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Don&#8217;t block all of your RSS feeds from search engines with robots.txt because <a href="http://www.google.com/support/webmasters/bin/answer.py?answer=35309">some blog search engines won&#8217;t include your site</a>.</p>
<p>I usually block all RSS feeds except for the main feed(s) on a site.  I don&#8217;t know what the effect on blog search engines of blocking your Feedburner feed is (setting &#8220;noindex&#8221; through the Feedburner control panel), but recently I&#8217;ve been unblocking it.</p>
<p>Google recently said that they are <a href="http://googlewebmastercentral.blogspot.com/2007/12/taking-feeds-out-of-our-web-search.html">going to stop indexing RSS feeds</a> (first seen <a href="http://sebastians-pamphlets.com/google-to-remove-feeds-from-web-search-results/">here</a>), but I&#8217;ve still seen RSS feeds in the search results as recently as a few days ago.</p>
<p>When Google showed Supplemental Results, XML feeds would often be indexed in the Supplemental Results which made me think that Google considers them to be low quality, duplicate pages.</p>
<p>How do you handle indexing of your RSS/ATOM feeds?  Do you think that search engines consider XML pages (RSS/ATOM feeds) to be duplicate content of the HTML pages?</p>
<img src="http://pocketseo.com/?ak_action=api_record_view&id=207&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://pocketseo.com/google/214' rel='bookmark' title='Permanent Link: RSS/ATOM Feeds Still in Google SERPs'>RSS/ATOM Feeds Still in Google SERPs</a></li>
<li><a href='http://pocketseo.com/google/210' rel='bookmark' title='Permanent Link: How to Get Indexed by Google in Under 10 Minutes'>How to Get Indexed by Google in Under 10 Minutes</a></li>
<li><a href='http://pocketseo.com/news/129' rel='bookmark' title='Permanent Link: Update: Moved to Full RSS/ATOM Feeds'>Update: Moved to Full RSS/ATOM Feeds</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://pocketseo.com/markup/207/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t Optimize Your Title Tags</title>
		<link>http://pocketseo.com/markup/14</link>
		<comments>http://pocketseo.com/markup/14#comments</comments>
		<pubDate>Tue, 22 May 2007 01:17:15 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Markup]]></category>

		<guid isPermaLink="false">http://pocketseo.com/markup/14</guid>
		<description><![CDATA[Don't make the mistake of optimzing your title tags.


Related posts:<ol><li><a href='http://pocketseo.com/google/181' rel='bookmark' title='Permanent Link: Google&#8217;s Vastly Improved Webmaster Guidelines'>Google&#8217;s Vastly Improved Webmaster Guidelines</a></li>
<li><a href='http://pocketseo.com/tools/59' rel='bookmark' title='Permanent Link: 12 1/2 Essential Firefox Extensions for SEO'>12 1/2 Essential Firefox Extensions for SEO</a></li>
<li><a href='http://pocketseo.com/site-analysis/142' rel='bookmark' title='Permanent Link: Introduction to Advanced SEO Site Analysis for Large Web Sites'>Introduction to Advanced SEO Site Analysis for Large Web Sites</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>A common mistake when talking about SEO is to use the term &quot;<em>optimize your title tags</em>&quot;.  This is an incorrect use of the word <em>tags</em>.</p>
<p>HTML is made up of elements.  Elements have start tags and ending tags.</p>
<p>This is an HTML title tag: <code>&lt;title&gt;</code></p>
<p>This is an HTML title element: <code>&lt;title&gt;This is a title&lt;/title&gt;</code></p>
<p>The following image shows the start and end tags on a title element:</p>
<p><img src='http://pocketseo.com/wp-content/uploads/2007/05/title-tags.png' alt='Title Tags' /></p>
<p>The <a href="http://www.w3.org/TR/html401/intro/sgmltut.html">W3C talks about it</a>:</p>
<blockquote><p>Elements are not tags. Some people refer to elements as tags (e.g., &#8220;the P tag&#8221;). Remember that the element is one thing, and the tag (be it start or end tag) is another.</p></blockquote>
<p>When talking about SEO, use the phrase, &quot;optimize your title <em>elements</em>&quot;.</p>
<h2>Don&#8217;t Optimize Your Alt Tags Either</h2>
<p>Another common mistake is to call attributes tags.  For example, &quot;<em>optimize your alt tags</em>&quot;.</p>
<p><a href="http://www.google.com/search?q=%22alt+tags%22" rel="nofollow">Google shows over 800,000 Web pages</a> that contain the text <em>&quot;alt tags&quot;</em> (probably incorrectly).</p>
<p>You should not add <em>alt tags</em> to your images &mdash; you should add <em>alt attributes</em> to your images.</p>
<p>Wikipedia has <a href="http://en.wikipedia.org/wiki/Image:HTML_element_structure.svg">a good illustration</a> that summarizes the sections of an HTML element:</p>
<p><img src='http://pocketseo.com/wp-content/uploads/2007/05/html-elements.png' alt='HTML Element' /></p>
<p>I also recommend reading the Wikipedia page on <a href="http://en.wikipedia.org/wiki/Html#HTML_markup" rel="nofollow">HTML elements</a>.</p>
<img src="http://pocketseo.com/?ak_action=api_record_view&id=14&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://pocketseo.com/google/181' rel='bookmark' title='Permanent Link: Google&#8217;s Vastly Improved Webmaster Guidelines'>Google&#8217;s Vastly Improved Webmaster Guidelines</a></li>
<li><a href='http://pocketseo.com/tools/59' rel='bookmark' title='Permanent Link: 12 1/2 Essential Firefox Extensions for SEO'>12 1/2 Essential Firefox Extensions for SEO</a></li>
<li><a href='http://pocketseo.com/site-analysis/142' rel='bookmark' title='Permanent Link: Introduction to Advanced SEO Site Analysis for Large Web Sites'>Introduction to Advanced SEO Site Analysis for Large Web Sites</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://pocketseo.com/markup/14/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
