<?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"
	>
<channel>
	<title>Comments on: The Gigantic SEO Client Technical Checklist</title>
	<atom:link href="http://www.aimclearblog.com/2008/10/06/the-gigantic-seo-client-technical-checklist/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aimclearblog.com/2008/10/06/the-gigantic-seo-client-technical-checklist/</link>
	<description>A search marketing blog for advertising agency, in-house &#38; PR professionals</description>
	<pubDate>Tue, 06 Jan 2009 13:35:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Marty Weintraub</title>
		<link>http://www.aimclearblog.com/2008/10/06/the-gigantic-seo-client-technical-checklist/#comment-4805</link>
		<dc:creator>Marty Weintraub</dc:creator>
		<pubDate>Wed, 08 Oct 2008 19:00:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.aimclearblog.com/?p=918#comment-4805</guid>
		<description>@Mel66: It was a very interesting conference, and it would have been enjoyable to see you.</description>
		<content:encoded><![CDATA[<p>@Mel66: It was a very interesting conference, and it would have been enjoyable to see you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.aimclearblog.com/2008/10/06/the-gigantic-seo-client-technical-checklist/#comment-4804</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Wed, 08 Oct 2008 16:24:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.aimclearblog.com/?p=918#comment-4804</guid>
		<description>Great post. Thanks for the comprehensive list. Nice to have it all in one place.</description>
		<content:encoded><![CDATA[<p>Great post. Thanks for the comprehensive list. Nice to have it all in one place.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mel66</title>
		<link>http://www.aimclearblog.com/2008/10/06/the-gigantic-seo-client-technical-checklist/#comment-4803</link>
		<dc:creator>Mel66</dc:creator>
		<pubDate>Wed, 08 Oct 2008 14:56:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.aimclearblog.com/?p=918#comment-4803</guid>
		<description>Great list, Marty - very thorough.  Thanks for sharing.  Wish I was at SMX - catch you at a future conference!  Melissa</description>
		<content:encoded><![CDATA[<p>Great list, Marty - very thorough.  Thanks for sharing.  Wish I was at SMX - catch you at a future conference!  Melissa</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane McCallum</title>
		<link>http://www.aimclearblog.com/2008/10/06/the-gigantic-seo-client-technical-checklist/#comment-4795</link>
		<dc:creator>Shane McCallum</dc:creator>
		<pubDate>Tue, 07 Oct 2008 17:27:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.aimclearblog.com/?p=918#comment-4795</guid>
		<description>Nice post, I have been collecting most of that information but having it in a nice organized form really highlights the importance.</description>
		<content:encoded><![CDATA[<p>Nice post, I have been collecting most of that information but having it in a nice organized form really highlights the importance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marty Weintraub</title>
		<link>http://www.aimclearblog.com/2008/10/06/the-gigantic-seo-client-technical-checklist/#comment-4790</link>
		<dc:creator>Marty Weintraub</dc:creator>
		<pubDate>Mon, 06 Oct 2008 19:47:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.aimclearblog.com/?p=918#comment-4790</guid>
		<description>@Scott Clark: Thanks for the explanation Scott. I've been busy here @ SMX.</description>
		<content:encoded><![CDATA[<p>@Scott Clark: Thanks for the explanation Scott. I&#8217;ve been busy here @ SMX.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Clark</title>
		<link>http://www.aimclearblog.com/2008/10/06/the-gigantic-seo-client-technical-checklist/#comment-4786</link>
		<dc:creator>Scott Clark</dc:creator>
		<pubDate>Mon, 06 Oct 2008 16:08:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.aimclearblog.com/?p=918#comment-4786</guid>
		<description>@marty - rubbing it in, eh?  Yes, I should be there.  Bah!

.htaccess is a per-directory configuration file used on the Linux Apache server.   It has an extensive number of ways it can be used, but for SEO, it is often used for redirections or making search-friendly URL changes.  The effects of an .htaccess change are applied before the user or search engine fetches the page, so everything you do there will affect the pages that the search engines see.  This is the power for SEO.  One important way .htaccess is used is to reduce the complexity of URLs that are being created run-time by a database.  Another reason to use it is to forward folders or directories to a new site design if your file system structure has changed.  SEOs can use the .htaccess file in such a way to sculpt page rank, by guiding Google in what parts of the site should be considered in relevancy algorithms versus less useful pages that can dilute the effect.

Robots.txt is a file which is placed on a website to guide indexing algorithms (crawlers.)  Its syntax is defined as a standard (Robots Exclusion Standard) and pretty much every search engine crawler obeys it.  The file may be used to entirely certain crawlers from seeing all or part of the site, making it a useful tool for keeping certain parts of your site out of the search engines that could be considered duplicate content or low-value content.

A third file to consider is the sitemaps file.  This XML (Extended Markup Language) file complements the robots standard, but is not as well supported/standardized.</description>
		<content:encoded><![CDATA[<p>@marty - rubbing it in, eh?  Yes, I should be there.  Bah!</p>
<p>.htaccess is a per-directory configuration file used on the Linux Apache server.   It has an extensive number of ways it can be used, but for SEO, it is often used for redirections or making search-friendly URL changes.  The effects of an .htaccess change are applied before the user or search engine fetches the page, so everything you do there will affect the pages that the search engines see.  This is the power for SEO.  One important way .htaccess is used is to reduce the complexity of URLs that are being created run-time by a database.  Another reason to use it is to forward folders or directories to a new site design if your file system structure has changed.  SEOs can use the .htaccess file in such a way to sculpt page rank, by guiding Google in what parts of the site should be considered in relevancy algorithms versus less useful pages that can dilute the effect.</p>
<p>Robots.txt is a file which is placed on a website to guide indexing algorithms (crawlers.)  Its syntax is defined as a standard (Robots Exclusion Standard) and pretty much every search engine crawler obeys it.  The file may be used to entirely certain crawlers from seeing all or part of the site, making it a useful tool for keeping certain parts of your site out of the search engines that could be considered duplicate content or low-value content.</p>
<p>A third file to consider is the sitemaps file.  This XML (Extended Markup Language) file complements the robots standard, but is not as well supported/standardized.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marty Weintraub</title>
		<link>http://www.aimclearblog.com/2008/10/06/the-gigantic-seo-client-technical-checklist/#comment-4785</link>
		<dc:creator>Marty Weintraub</dc:creator>
		<pubDate>Mon, 06 Oct 2008 15:50:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.aimclearblog.com/?p=918#comment-4785</guid>
		<description>@Scott Clark: First files we grab after connecting :) . Please would you explain what those two documents are about Scott? Greetings from SMX  East.</description>
		<content:encoded><![CDATA[<p>@Scott Clark: First files we grab after connecting <img src='http://www.aimclearblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . Please would you explain what those two documents are about Scott? Greetings from SMX  East.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Clark</title>
		<link>http://www.aimclearblog.com/2008/10/06/the-gigantic-seo-client-technical-checklist/#comment-4784</link>
		<dc:creator>Scott Clark</dc:creator>
		<pubDate>Mon, 06 Oct 2008 15:46:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.aimclearblog.com/?p=918#comment-4784</guid>
		<description>I recommend grabbing a copy of .htaccess and robots.txt files.  Echos of previous SEO work is often lurking therein.</description>
		<content:encoded><![CDATA[<p>I recommend grabbing a copy of .htaccess and robots.txt files.  Echos of previous SEO work is often lurking therein.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
