<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/1.5.2" -->
<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/"
>

<channel>
	<title>AutoMapIt Sitemap Creation Service</title>
	<link>http://www.automapit.com/news</link>
	<description>Keep your website healthy</description>
	<pubDate>Sun, 02 Mar 2008 23:22:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5.2</generator>
	<language>en</language>

		<item>
		<title>Cross Domain sitemaps. What does cross-submission mean?</title>
		<link>http://www.automapit.com/news/2008/03/02/cross-domain-sitemaps-what-does-it-all-mean/</link>
		<comments>http://www.automapit.com/news/2008/03/02/cross-domain-sitemaps-what-does-it-all-mean/#comments</comments>
		<pubDate>Sun, 02 Mar 2008 22:01:06 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>AutoMapIt News</category>
		<guid>http://www.automapit.com/news/2008/03/02/cross-domain-sitemaps-what-does-it-all-mean/</guid>
		<description><![CDATA[	Cross Domain sitemaps are located on one domain, but mapping a different domain. For example, you may decide to place your sitemaps from xyz.com over at abc.com. In the past, this was not allowed and would generate an error.
	This news means BIG things for AutoMapIt customers since FTP is no longer a necessity&#8230; you don&#8217;t [...]]]></description>
			<content:encoded><![CDATA[	<p>Cross Domain sitemaps are located on one domain, but mapping a different domain. For example, you may decide to place your sitemaps from xyz.com over at abc.com. In the past, this was not allowed and would generate an error.</p>
	<p>This news means BIG things for AutoMapIt customers since FTP is no longer a necessity&#8230; you don&#8217;t need to host the sitemap on your own site, you just need to add a link to your robots.txt file that points to your sitemap on AutoMapIt&#8217;s servers! No need for FTP and no need to remember to make your own uploads&#8230; Once you signup and activate your domain, your site will be picked up by the search engines!</p>
	<p>It has never been easier to <a href="http://www.automapit.com/">make sitemaps for your website</a> than it is at AutoMapIt right now!
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.automapit.com/news/2008/03/02/cross-domain-sitemaps-what-does-it-all-mean/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>AutoMapIt Crawlers saves you bandwidth checking your Last-Modified headers by using If-Modified-Since</title>
		<link>http://www.automapit.com/news/2007/09/19/automapit-crawlers-support-last-modified-headers-by-using-if-modified-since/</link>
		<comments>http://www.automapit.com/news/2007/09/19/automapit-crawlers-support-last-modified-headers-by-using-if-modified-since/#comments</comments>
		<pubDate>Wed, 19 Sep 2007 17:56:01 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>AutoMapIt News</category>
		<guid>http://www.automapit.com/news/2007/09/19/automapit-crawlers-support-last-modified-headers-by-using-if-modified-since/</guid>
		<description><![CDATA[	AutoMapIt now uses If-Modified-Since headers with the crawlers. What this means for you is that pages that haven&#8217;t been updated since the last time this system crawled your website won&#8217;t need to be loaded again. This saves bandwidth and means faster crawls of your website.
	Google has used these headers when requesting your pages for years [...]]]></description>
			<content:encoded><![CDATA[	<p>AutoMapIt now uses If-Modified-Since headers with the crawlers. What this means for you is that pages that haven&#8217;t been updated since the last time this system crawled your website won&#8217;t need to be loaded again. This saves bandwidth and means faster crawls of your website.</p>
	<p>Google has used these headers when requesting your pages for years and I&#8217;ve written about how they can help your website before, but the crawlers at AutoMapIt haven&#8217;t adopted this practice until now.</p>
	<p>Before you can take advantage of this bandwidth saving feature, you will need to make sure that your site supports this HTTP header request. The <a href="http://www.automapit.com/headerchecker.html" title="HTTP Header Checker">Header Checker</a> here at AutoMapIt has been re-designed to show you whether your server supports this feature or not. The bottom line of the header report states whether your website will ~likely~ support this because depending on the URL that you check, it may or may not hold true for other pages of yours.</p>
	<p>As long as the Header Checker reports that your site supports the If-Modified-Since header, there is nothing else for you to do. When AutoMapIt crawls your pages, we will automatically ask if the page has been modified since the last time we checked it. If there have been no changes, the data from the last crawl will be used and we will not download the page from your site. The extreme scenario is that this will help you save up to 7.5 GB of bandwidth per update, but this will depend on how many URLs you have and how large your files are.</p>
	<h2>What gets in the way?</h2>
	<p>Apache is built to handle these headers automatically, no tweaking needed&#8230; unless your URLs are parsed through the PHP interpreter or other server-side &#8216;page creators&#8217;. I know for a fact that PHP breaks this ability on Apache&#8230; not sure of other servers or pre-processing languages (ASP, PERL, ColdFusion, RUby, Python, etc.). I have a fix for this in PHP by downloading my <a href="http://www.automapit.com/servhead.zip" title="ServHead">ServHead</a> zip file (unzip it and include() the file into your pages at the top of the page). </p>
	<p>This file is intended to be included into your pages and works with static files passed through the PHP interpreter. If your pages are entirely generated from a database (php-nuke, osCommerce, Joomla, phpBB, and many many more), then this script will require a tweak to get the lastmod datestamp from your database. Of course, if you can&#8217;t get this to work yourself, I can be <a href="http://www.automapit.com/support.html">contracted to make it work for a small fee</a> <img src='http://www.automapit.com/news/wp-images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  The code in that zip is free for you to use and modify, but it is my code&#8230; I&#8217;m keeping the rights to it so that I can continue to offer it for free&#8230; personal or commercial use.</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.automapit.com/news/2007/09/19/automapit-crawlers-support-last-modified-headers-by-using-if-modified-since/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>An open letter to congress concerning Net Neutrality</title>
		<link>http://www.automapit.com/news/2007/09/12/an-open-letter-to-congress-concerning-net-neutrality/</link>
		<comments>http://www.automapit.com/news/2007/09/12/an-open-letter-to-congress-concerning-net-neutrality/#comments</comments>
		<pubDate>Wed, 12 Sep 2007 16:51:25 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>AutoMapIt News</category>
		<guid>http://www.automapit.com/news/2007/09/12/an-open-letter-to-congress-concerning-net-neutrality/</guid>
		<description><![CDATA[	The internet is the last bastion of true freedom for individuals left in the world. In a time when everything else is &#8220;freedom with their exceptions&#8221;, the internet stands for true freedom and individuality. 
	Preserving Net Neutrality is the only way to preserve true freedom. To level the playing field for all and to allow [...]]]></description>
			<content:encoded><![CDATA[	<p>The internet is the last bastion of true freedom for individuals left in the world. In a time when everything else is &#8220;freedom with their exceptions&#8221;, the internet stands for true freedom and individuality. </p>
	<p>Preserving Net Neutrality is the only way to preserve true freedom. To level the playing field for all and to allow each individual person to make their own individual choices about what to read, listen to, view, or contribute. </p>
	<p>The corporations that charge users for their connection are already profitable. &#8216;Usage taxes&#8217; by these corporations is un-american in that we, the people, are not represented by these corporations. They serve their own interests which is precisely why the United States of America declared her independence from an entity that served it&#8217;s own interest just over 200 years ago.</p>
	<p>How can one promote the fall of Net Neutrality and still declare themselves an American? This goes against the basic ideals behind being an American. Protect this country, and in fact, the world by promoting free speech and preserving Net Neutrality. Vote NO for the dictators who represent their own corporate interests and Vote YES for the vast majority of individuals to have un-fettered access to information and services on the web. </p>
	<p>&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
	<p>If you, the people, are interested in what the major media corporations are doing to prevent your free and open access to the web, please visit the <a href="http://savetheinternet.com/=faq">Net Neutrality</a> website.</p>
	<p>Corporations are currently trying to control what you can and cannot view on the web as well as who gets to use their &#8216;fast lane&#8217; while the rest of us are relegated to their slowest traffic lanes. You pay to use their connection&#8230; why should the places you visit have to pay as well? What if your favorite sites are so slow that you are practically required to use the corporations own (more expensive, less open) services?</p>
	<p>This is not a doomsday scenario&#8230; it is happening now according to the corporations own words. If the USA (free speech, no taxation without representation) can do this and get away with it&#8230; what hope is there for countries that are supposedly &#8220;not as free as America&#8221;? Please visit the <a href="http://savetheinternet.com/=faq">Net Neutrality</a> website and stand up for yourself and others.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.automapit.com/news/2007/09/12/an-open-letter-to-congress-concerning-net-neutrality/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>The death of AdSense and Text-Link-Ads?</title>
		<link>http://www.automapit.com/news/2007/09/10/the-death-of-adsense-and-text-link-ads/</link>
		<comments>http://www.automapit.com/news/2007/09/10/the-death-of-adsense-and-text-link-ads/#comments</comments>
		<pubDate>Mon, 10 Sep 2007 16:59:49 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>Tips and Tricks</category>
		<guid>http://www.automapit.com/news/2007/09/10/the-death-of-adsense-and-text-link-ads/</guid>
		<description><![CDATA[	The internet has again allowed Pandora&#8217;s Box to be opened&#8230; Direct Advertising has poked it&#8217;s head out and been permanently released to the world. ForSaleByPublisher.com is a website dedicated to connecting advertisers and publishers directly. 
	Because the advertising is direct, this means higher profits for publishers AND lower fees for advertisers! Since the ad-centers such [...]]]></description>
			<content:encoded><![CDATA[	<p>The internet has again allowed Pandora&#8217;s Box to be opened&#8230; <a href="http://www.forsalebypublisher.com/">Direct Advertising</a> has poked it&#8217;s head out and been permanently released to the world. ForSaleByPublisher.com is a website dedicated to connecting advertisers and publishers directly. </p>
	<p>Because the advertising is direct, this means higher profits for publishers AND lower fees for advertisers! Since the ad-centers such as AdWords and text-link-ads aren&#8217;t playing middleman, the publishers can keep 100% of the revenue and charge lower prices to make more! Advertisers are able to find websites that offer direct advertising and don&#8217;t have to pay premiums that would go to the brokers.</p>
	<p>This isn&#8217;t a &#8216;complete&#8217; no-brainer&#8230; what are ads on your site worth? How much should you pay for advertising? This is where the &#8216;real world&#8217; comes in. Don&#8217;t charge more than you would pay for a similar ad, and don&#8217;t pay for ads that don&#8217;t bring in good traffic. Time to pay closer attention to your stats and referrer logs!</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.automapit.com/news/2007/09/10/the-death-of-adsense-and-text-link-ads/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>&#8216;Defensible&#8217; websites help ensure your success more than SEO alone</title>
		<link>http://www.automapit.com/news/2007/09/06/defensible-websites-help-ensure-your-success-more-than-seo-alone/</link>
		<comments>http://www.automapit.com/news/2007/09/06/defensible-websites-help-ensure-your-success-more-than-seo-alone/#comments</comments>
		<pubDate>Thu, 06 Sep 2007 16:58:58 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>Tips and Tricks</category>
		<guid>http://www.automapit.com/news/2007/09/06/defensible-websites-help-ensure-your-success-more-than-seo-alone/</guid>
		<description><![CDATA[A website with great SEO that is not 'defensible' is at risk of becoming useless... and not by anything you do to it!]]></description>
			<content:encoded><![CDATA[	<p>I just read a great blog post about <a href="http://tropicalseo.com/2007/is-your-site-defensible-a-10-point-quiz/">Defensible websites</a> which talks about certain metrics for a websites success. I thought that a lot more people could benefit from this understanding so I figured I&#8217;d share it with you!</p>
	<p>The basic idea is that you try to remove single points of income or traffic from your site. I don&#8217;t mean remove Google as a source of traffic, but if they account for more than 75% your traffic and for whatever reason, they change their algo and shake you loose&#8230; you wouldn&#8217;t be getting any more users to your site. If the only source of income for your site is Google Adsense (or ONLY any other single source) and that source dries up by going out of business, canceling your membership, or any other problems&#8230; you wouldn&#8217;t be making anything else from your site.</p>
	<p>With multiple sources of traffic, with multiple revenue streams&#8230; your site will stand the test of time and weather what comes it&#8217;s way. The article at tropicalseo.com will give you specific metrics to measure your site against that will help make your site more defensible, virtually eliminating the risk that any single change in a factor outside of your control will permanently sink your website.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.automapit.com/news/2007/09/06/defensible-websites-help-ensure-your-success-more-than-seo-alone/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>AutoMapIt Scores Another &#8220;You Saw It Here First&#8221; for Dynamic URL Rewriting!</title>
		<link>http://www.automapit.com/news/2007/08/24/automapit-scores-another-you-saw-it-here-first-for-dynamic-url-rewriting/</link>
		<comments>http://www.automapit.com/news/2007/08/24/automapit-scores-another-you-saw-it-here-first-for-dynamic-url-rewriting/#comments</comments>
		<pubDate>Fri, 24 Aug 2007 22:51:04 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>AutoMapIt News</category>
		<guid>http://www.automapit.com/news/2007/08/24/automapit-scores-another-you-saw-it-here-first-for-dynamic-url-rewriting/</guid>
		<description><![CDATA[	Long time subscribers of AutoMapIt have seen a few of the tools that I provide go into the mainstream search engines in one way or another. I like to think of it as a testament to my staying a step or two ahead of the search engines and designing tools to help keep you, the [...]]]></description>
			<content:encoded><![CDATA[	<p>Long time subscribers of AutoMapIt have seen a few of the tools that I provide go into the mainstream search engines in one way or another. I like to think of it as a testament to my staying a step or two ahead of the search engines and designing tools to help keep you, the webmasters and SEO community, there on the front lines. Yahoo has just released the first-ever Beta launch of &#8216;<a href="http://help.yahoo.com/l/us/yahoo/search/siteexplorer/dynamic/">Dynamic URL Rewriting</a>&#8216; in Site Explorer. This tool is very similar to the &#8220;Ignore URL Key&#8221; filter that has been available to AutoMapIt users for a good, long time and allows you help filter a portion of a URL on your site. It is an awesome tool that helps you to be sure that session IDs do not make it into the URLs indexed for your site.</p>
	<p>Most session IDs use a 32 character string of numbers 0-9 and letters A-F (hex-based). This means 16 possibilities for each character to the 32 (character) power or 3 with 38 zeroes after it&#8230; yup, a lot of potential page with different URLs all saying the exact same thing as each other. By stripping out the session IDs, these pages are consolidated into one.</p>
	<p>Another issue that a tool like this could help to fix would be the ability to exclude URLs with certain keys or key/value pairs altogether. Yes, AutoMapIt has these as well. These types of filters are handy for skipping past pages such as action=buynow or redirect_to=htpp:///xxxxxx which typically all look the same and don&#8217;t really contain any unique content to the other pages like these&#8230; </p>
	<p>Imagine a 1,000 page catalog&#8230; every item description page has a link to a &#8216;print version&#8217;, &#8216;buy now&#8217;, &#8216;tell-a-friend&#8217;&#8230; it usually doesn&#8217;t matter which product is shown&#8230; the tell-a-friend has the same form on it with a unique identifier. The only difference between one page and the other is the product ID code. Aside from possible a 6-8 digit ID number, those are 1,000 tell-a-friend pages that are exactly the same as each other. Plus 1,000 buy now pages that are exactly like each other&#8230; and 1,000 pages worth of print versions exactly like their parent pages.</p>
	<p>That&#8217;s a TON of bandwidth that can be saved by using filters and tools like Dynamic URL Rewriting from Yahoo! Well, Yahoo has taken the first step toward this bright future and hopefully webmasters can continue to help Yahoo help the webmasters.</p>
	<p>If you haven&#8217;t done so already, get over to Yahoo! and setup your filters&#8230; then come back to AutoMapIt and use the same filters AND MORE to help out the other search engines.</p>
	<p>tags: <a href="http://technorati.com/tag/Dynamic+URL+Rewriting" rel="tag"><img style="border:0;vertical-align:middle;margin-left:.4em" src="http://static.technorati.com/static/img/pub/icon-utag-16x13.png?tag=Dynamic+URL+Rewriting" alt=" " />Dynamic URL Rewriting</a>, <a href="http://technorati.com/tag/sitemap" rel="tag"><img style="border:0;vertical-align:middle;margin-left:.4em" src="http://static.technorati.com/static/img/pub/icon-utag-16x13.png?tag=sitemap" alt=" " />sitemap</a>, <a href="http://technorati.com/tag/seo" rel="tag"><img style="border:0;vertical-align:middle;margin-left:.4em" src="http://static.technorati.com/static/img/pub/icon-utag-16x13.png?tag=seo" alt=" " />seo</a>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.automapit.com/news/2007/08/24/automapit-scores-another-you-saw-it-here-first-for-dynamic-url-rewriting/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Sarcasm hits a painfully true note</title>
		<link>http://www.automapit.com/news/2007/08/20/sarcasm-hits-a-painfully-true-note/</link>
		<comments>http://www.automapit.com/news/2007/08/20/sarcasm-hits-a-painfully-true-note/#comments</comments>
		<pubDate>Mon, 20 Aug 2007 18:23:06 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>Tips and Tricks</category>
		<guid>http://www.automapit.com/news/2007/08/20/sarcasm-hits-a-painfully-true-note/</guid>
		<description><![CDATA[	With all of the stats and numbers and reports (oh my!), it&#8217;s sometimes hard to notice the lighter side of things. I just read a blog entry on another site that I thought would help with a ring of truth among webmasters.
	It&#8217;s about a new trend in making money for websites. I can back this [...]]]></description>
			<content:encoded><![CDATA[	<p>With all of the stats and numbers and reports (oh my!), it&#8217;s sometimes hard to notice the lighter side of things. I just read a blog entry on another site that I thought would help with a ring of truth among webmasters.</p>
	<p>It&#8217;s about a new trend in <a href="http://internetmarketingsucks.com/blog/2007/08/20/the-latest-trend-made-for-making-money-websites/" target="_blank">making money for websites</a>. I can back this up from an SEO perspective&#8230; if you build a unique and genuinely useful website, you are almost doomed to succeed. It seems the new trend will favor sites that step away from the pack and concern themselves with visitors first and income&#8230; also first.</p>
	<p>Actually, this has been true for a good, long time. The pioneers and groundbreakers have traditionally done well, but so have many who have taken a &#8216;repeat&#8217; idea and pushed it&#8217;s boundaries into new territory. One thing about most internet success stories&#8230; they focus on the visitors and what keeps them coming back. From features to service, putting your customers first is good business sense.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.automapit.com/news/2007/08/20/sarcasm-hits-a-painfully-true-note/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Live Help Support System</title>
		<link>http://www.automapit.com/news/2007/08/12/live-help-support-system/</link>
		<comments>http://www.automapit.com/news/2007/08/12/live-help-support-system/#comments</comments>
		<pubDate>Sun, 12 Aug 2007 18:26:27 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>AutoMapIt News</category>
		<guid>http://www.automapit.com/news/2007/08/12/live-help-support-system/</guid>
		<description><![CDATA[	AutoMapIt has always been about unparalleled service. I have just added live support chat from Help Center Live to the site that will help out on specific pages that usually require some form of assistance. This is in addition to the email support, a help-desk ticketing system, and the forums that have been around for [...]]]></description>
			<content:encoded><![CDATA[	<p>AutoMapIt has always been about unparalleled service. I have just added live support chat from <a href="http://www.helpcenterlive.com/">Help Center Live</a> to the site that will help out on specific pages that usually require some form of assistance. This is in addition to the email support, a help-desk ticketing system, and the forums that have been around for quite some time. </p>
	<p>AutoMapIt contains many advanced features and stats. Sometimes it helps to ask what something means or how to make changes to improve your site. This Live Help system will keep me in closer contact with you for those times that you need a little more information than what&#8217;s written on the page.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.automapit.com/news/2007/08/12/live-help-support-system/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Streamlined signup process</title>
		<link>http://www.automapit.com/news/2007/08/11/streamlined-signup-process/</link>
		<comments>http://www.automapit.com/news/2007/08/11/streamlined-signup-process/#comments</comments>
		<pubDate>Sun, 12 Aug 2007 02:54:30 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>AutoMapIt News</category>
		<guid>http://www.automapit.com/news/2007/08/11/streamlined-signup-process/</guid>
		<description><![CDATA[	AutoMapIt is proud to announce a more streamlined signup process. Several steps have been fully automated making it easier than ever to start getting your website crawled for sitemaps and tons of other stats related to your websites health. We now ask for basic information such as your domain, your email address to let you [...]]]></description>
			<content:encoded><![CDATA[	<p>AutoMapIt is proud to announce a more streamlined signup process. Several steps have been fully automated making it easier than ever to start getting your website crawled for sitemaps and tons of other stats related to your websites health. We now ask for basic information such as your domain, your email address to let you know when the spider completes, and whether this will be an upgraded or free account. That&#8217;s it!</p>
	<p>After this, my spiders will visit your website and analyze the data it collects. You will have 6 sitemap formats uploaded to your website automatically, or available for download within minutes. As always, AutoMapIt will continue to spider your website from time to time in order to create updated sitemaps regularly. We still offer site search for your website with representative images for each of your pages in the search results. Just add a small bit of code to your pages and AutoMapIt will show your product next to the link in the search results.</p>
	<p>tags: <a href="http://technorati.com/tag/google+sitemaps" rel="tag"><img style="border:0;vertical-align:middle;margin-left:.4em" src="http://static.technorati.com/static/img/pub/icon-utag-16x13.png?tag=google+sitemaps" alt=" " />google sitemaps</a>, <a href="http://technorati.com/tag/sitemap+generator" rel="tag"><img style="border:0;vertical-align:middle;margin-left:.4em" src="http://static.technorati.com/static/img/pub/icon-utag-16x13.png?tag=sitemap+generator" alt=" " />sitemap generator</a>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.automapit.com/news/2007/08/11/streamlined-signup-process/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>New spiders at AutoMapIt!</title>
		<link>http://www.automapit.com/news/2007/04/12/new-spiders-at-automapit/</link>
		<comments>http://www.automapit.com/news/2007/04/12/new-spiders-at-automapit/#comments</comments>
		<pubDate>Thu, 12 Apr 2007 20:40:07 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>AutoMapIt News</category>
		<guid>http://www.automapit.com/news/2007/04/12/new-spiders-at-automapit/</guid>
		<description><![CDATA[	The long-awaited arrival of an entirely new spidering system is beginning to take shape!!
	AutoMapIt has long used a simple spider to handle all of the information that I try to cram into your site stats. The philosophy behind this new technology uses ants as inspiration. The new ants each work individually from cached copies of [...]]]></description>
			<content:encoded><![CDATA[	<p>The long-awaited arrival of an entirely <b>new spidering system</b> is beginning to take shape!!</p>
	<p>AutoMapIt has long used a simple spider to handle all of the information that I try to cram into your site stats. The philosophy behind this new technology uses ants as inspiration. The new ants each work individually from cached copies of your pages that the scout ants bring back to the anthill. Once we have your pages stored in the anthill, an army of statistic-grabbing ants sinks their mandibles into your content and determines keyword analysis, populates the site search engine that I offer, checks for broken links, webmaster guidelines violations, and overall spiderability and health of your site.</p>
	<p>This new technology allows me to produce sitemaps for you in a fraction of the time that it used to take meaning a shorter time to wait for your sitemaps and a more regular spidering schedule. because of the architecture, I can now deliver your sitemaps to your server before AutoMapIt finishes calculating the additional stats!</p>
	<p>The server load has overall been reduced due to this upgrade from about 10MB per running spider down to about 1MB per ant which allows me to coordinate the timing better and shift the number of ants crawling sites to increase the stats-ants when there are fewer sites to be crawled.</p>
	<p>I have also added an <b>adaptive crawling</b> feature since the spider was sped up so fast. This technology senses when your server is having a difficult time trying to keep up with the spider and slows the rate of page requests down to match your servers rate of comfortability. The system adds a longer delay between crawling your pages whenever your server slows down, automatically!
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.automapit.com/news/2007/04/12/new-spiders-at-automapit/feed/</wfw:commentRSS>
	</item>
	</channel>
</rss>
