<?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>Bosmol - Social Media &#38; Web 2.0 Internet Marketing News&#187; spider</title>
	<atom:link href="http://bosmol.com/tag/spider/feed" rel="self" type="application/rss+xml" />
	<link>http://bosmol.com</link>
	<description>Subscribe to our RSS Feed for web 2.0 marketing techniques and interesting facts. Stay up-to-date with Twitter, Facebook, YouTube, Smartphones, Google, Yahoo, Bing, &#38; More</description>
	<lastBuildDate>Fri, 03 Feb 2012 13:30:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Robots.txt Meta Tag Versus X-Robots-Tag HTTP Header .htaccess</title>
		<link>http://bosmol.com/2009/12/robotstxt-meta-tag-versus-x-robots-tag.html</link>
		<comments>http://bosmol.com/2009/12/robotstxt-meta-tag-versus-x-robots-tag.html#comments</comments>
		<pubDate>Thu, 17 Dec 2009 16:20:00 +0000</pubDate>
		<dc:creator>bosmol</dc:creator>
				<category><![CDATA[Search Engines]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[Crawling]]></category>
		<category><![CDATA[header]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[Indexing]]></category>
		<category><![CDATA[Meta Tag]]></category>
		<category><![CDATA[Robots.txt]]></category>
		<category><![CDATA[spider]]></category>
		<category><![CDATA[X-Robots-Tag]]></category>

		<guid isPermaLink="false">http://wp.local/?p=49</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://bosmol.com/2009/12/robotstxt-meta-tag-versus-x-robots-tag.html' addthis:title='Robots.txt Meta Tag Versus X-Robots-Tag HTTP Header .htaccess '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>It has become common practice to implement robot.txt files to prevent the search engine spiders from crawling your webpage and having it show up in the search engine results page (SERP). Unfortunately, robots.txt does not prevent your site from showing up in the search engine results. That means your web page is passing on link [...]]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://bosmol.com/2009/12/robotstxt-meta-tag-versus-x-robots-tag.html' addthis:title='Robots.txt Meta Tag Versus X-Robots-Tag HTTP Header .htaccess '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div><p>It has become common practice to implement robot.txt files to prevent the search engine spiders from crawling your webpage and having it show up in the <a href="http://www.seooptimizers.com/news.html">search engine results page (SERP)</a>. Unfortunately, robots.txt does not prevent your site from showing up in the search engine results. That means your web page is passing on link juice that is unused and wasted. It does prevent your site from being indexed, but it could show a result in the SERP’s. It will not have a description of your site, only a URL and strange title.</p>
<p>Matt Cutt’s from <a href="http://www.youtube.com/watch?v=KBdEwpRQRD0&amp;feature=player_embedded">Google explains this in his video</a></p>
<p>A better way to prevent a web site from being crawled and indexed in the search engines is to use a robots meta tag a X robots-tag http header .htaccess file to your website.</p>
<p><span style="font-weight: bold;">Meta Tag</span><br />
Adding the met tag &lt; name=&#8221;robots&#8221; content=&#8221;noindex,nofollow&#8221;&gt;  lets the search engine’s spider know not to index or follow your website and show it in the search results. This is a useful snippet and can be very beneficial. The downside to this is that you have to hand code this into every page on your web site. This can be impossible for larger sites with tens of thousands of pages.</p>
<p><span style="font-weight: bold;">X robots-tag http header .htaccess</span><br />
The new tag allows you to create a HTTP header called X-Robots-Tag and set the value as you would the meta robots tag value. This will set up the file for the entire site making your life much easier. So, if your site is running on Apache, and mod_headers is enabled (it usually is), you could add the following single line to your .htaccess file: Header set X-Robots-Tag &#8220;noindex, nofollow&#8221;</p>
<div class="blogger-post-footer"><a href="http://www.seooptimizers.com">By: SEO Optimizers &#8211; Professional Search Engine Optimization Consultants</a></div>
]]></content:encoded>
			<wfw:commentRss>http://bosmol.com/2009/12/robotstxt-meta-tag-versus-x-robots-tag.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Alt Tags and Title Tags for SEO&#8230;What is the difference</title>
		<link>http://bosmol.com/2009/08/alt-tags-and-title-tags-for-seowhat-is.html</link>
		<comments>http://bosmol.com/2009/08/alt-tags-and-title-tags-for-seowhat-is.html#comments</comments>
		<pubDate>Mon, 24 Aug 2009 18:53:00 +0000</pubDate>
		<dc:creator>bosmol</dc:creator>
				<category><![CDATA[HTML Coding]]></category>
		<category><![CDATA[Search Engines]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[alt tag]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[spider]]></category>

		<guid isPermaLink="false">http://wp.local/?p=70</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://bosmol.com/2009/08/alt-tags-and-title-tags-for-seowhat-is.html' addthis:title='Alt Tags and Title Tags for SEO&#8230;What is the difference '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>Alt Tags (alt=&#8221;")Anchor tags are important for receiving link juice and build your search engine rankings. Without the proper anchor tags; your links will not be as valuable as they can be. Proper keyword research and strategically placing these keywords in the link text is a valuable SEO technique. There are options for using tags [...]]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://bosmol.com/2009/08/alt-tags-and-title-tags-for-seowhat-is.html' addthis:title='Alt Tags and Title Tags for SEO&#8230;What is the difference '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div><p><strong>Alt Tags (alt=&#8221;")</strong><br />Anchor tags are important for receiving link juice and build your search engine rankings.  Without the proper <a href="http://www.seooptimizers.com/link-building.html">anchor tags; your links will not be as valuable </a>as they can be.  Proper keyword research and strategically placing these keywords in the link text is a valuable SEO technique.  </p>
<p>There are options for using tags to help the search engines and the disabled comprehend what a links is about and where it is pointing to.  </p>
<p>Alt tags are used to explain that an image is to the disabled.  The alt actually stands for alternative text and is used for accessibility issues.  People who cannot view images on their computer need a way to understand what the image is.  The alt text appears instead of the image on a website, so it is good to put descriptive words here not just keyword stuff.  The alt tags are part of the <a href="http://www.w3schools.com/htmL/html_images.asp">W3C requirements</a> for friendly websites.  There is some SEO value as well because the search engines spider read the links anchor text and the alt tags, both of which describe the link.  Remember keyword stuffing is SPAM and should never be used.   alt=&#8221;"</p>
<p><strong>Title Tags (title&#8221;")</strong><br />Title Tags are still one of the most important tags in terms of search engine optimization (SEO) and marketing your company to potential searchers.  Your websites title tag is what appear in the search engine results when you search for specific keywords.  Your title and description shown on the search engine results are actually your title and description tags from your website.  Make sure you properly use this tag.  You should keep the title tag under 70 characters and the description tag less than 150 characters.  Anything more than this is likely to get cut off by the search engines ad looks SPAMMY.  This means making it both search engine friendly and human friendly.  You want to have keywords targeting your customers, but you also want it to sound smooth and natural when read by humans.  This is a difficult balance to achieve with the limited space provided.  </p>
<p>Some things to avoid with the title tag are: leaving it bank, using non descriptive words, putting &#8220;Welcome to my Website&#8221;, and keyword stuffing.  Doing this can result in your website being banned from the search engines.  Even worse is that when your site does appear in the search engine results it will be inappropriate and useless.  You will have a high bounce rate.</p>
<p>In essence using the proper tags is important for website accessibility, search ability, and ultimately usability.  Making sure you have done the proper <a href=“http://www.seooptimizers.com/keyword-research.html”>keyword research</a> and implementing the <a href=http://www.seooptimizers.com>search engine techniques</a> is vital to your websites success.
<div class="blogger-post-footer"><a href="http://www.seooptimizers.com">By: SEO Optimizers &#8211; Professional Search Engine Optimization Consultants</a></div>
]]></content:encoded>
			<wfw:commentRss>http://bosmol.com/2009/08/alt-tags-and-title-tags-for-seowhat-is.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

