<?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>SEO Blog, Forum and News - Smart Traffic &#187; Google SEO</title>
	<atom:link href="http://www.smart-traffic.co.uk/seo-blog/category/google-search-engine-optimization/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.smart-traffic.co.uk/seo-blog</link>
	<description>SEO Blog, Forum and News - Smart Traffic</description>
	<lastBuildDate>Tue, 07 Feb 2012 10:20:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>A Reminder to Webmasters: Check your Robots.txt File&#8217;s Health</title>
		<link>http://www.smart-traffic.co.uk/seo-blog/a-reminder-to-webmasters-check-your-robots-txt-files-health.htm</link>
		<comments>http://www.smart-traffic.co.uk/seo-blog/a-reminder-to-webmasters-check-your-robots-txt-files-health.htm#comments</comments>
		<pubDate>Tue, 07 Feb 2012 10:20:53 +0000</pubDate>
		<dc:creator>Jane</dc:creator>
				<category><![CDATA[Google SEO]]></category>
		<category><![CDATA[Google Webmaster Tools]]></category>
		<category><![CDATA[Seo Articles]]></category>

		<guid isPermaLink="false">http://www.smart-traffic.co.uk/seo-blog/?p=3433</guid>
		<description><![CDATA[<strong>A Reminder to Webmasters: Check your Robots.txt File's Health</strong>

Googler John Mueller <a href="https://plus.google.com/113006028898915385825/posts/Wbk17p6bMSe" rel="nofollow" target="_blank"><span style="color: #0000ff !important;">posted</span></a> on his Google+ profile a reminder to webmasters. He said, <em style="font-style:italic">"...things to keep in mind when working on a big website: If you have a giant robots.txt file, remember that Googlebot will only read the first 500kb"</em>. He also added, <em style="font-style:italic">"If your robots.txt is longer, it can result in a line being truncated in an unwanted way."</em>]]></description>
			<content:encoded><![CDATA[<p><strong>A Reminder to Webmasters: Check your Robots.txt File&#8217;s Health</strong></p>
<p>Googler John Mueller <a rel="nofollow" href="https://plus.google.com/113006028898915385825/posts/Wbk17p6bMSe" target="_blank"><span style="color: #0000ff !important;">posted</span></a> on his Google+ profile a reminder to webmasters. He said, <em style="font-style: italic;">&#8220;&#8230;things to keep in mind when working on a big website: If you have a giant robots.txt file, remember that Googlebot will only read the first 500kb&#8221;</em>. He also added, <em style="font-style: italic;">&#8220;If your robots.txt is longer, it can result in a line being truncated in an unwanted way.&#8221;</em></p>
<p>With all the many updates that Google has rolled out in the last month (e.g. <a href="http://www.smart-traffic.co.uk/seo-blog/googles-search-plus-your-world.htm" target="_blank"><span style="color: #0000ff !important;">Search Plus Your World</span></a>, <a href="http://www.smart-traffic.co.uk/seo-blog/google-introduces-page-layout-algorithm-update.htm" target="_blank"><span style="color: #0000ff !important;">Page Layout Algorithm</span></a>), which has caused quite a fuss and not a tiny bit stress to online marketers and the search optimization community, we sometimes get so preoccupied with the big changes that we tend to forget a few basics. It is a good thing that there are proactive Googlers out there who remind us of these things. Anyhow, since the subject of Robots.txt limitations has been brought up, we thought it necessary to have a refresher post covering this topic.</p>
<p><strong>Robots.txt Specifications </strong></p>
<p>Here are some basic things about the Robots.txt file as per Google’s specifications:</p>
<ul style="list-style-type: disc;">
<li>The robots.txt file must be in the top-level directory of the host. Crawlers will not check for robots.txt files inside subdirectories.</li>
<li>The URL for the robots.txt file is case-sensitive. You should always name it as lower case &#8220;robots.txt&#8221;.</li>
</ul>
<p>Below image shows example of valid robots.txt URLs.</p>
<div id="attachment_3434" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.smart-traffic.co.uk/seo-blog/wp-content/uploads/2012/02/image.jpg"><img class="size-medium wp-image-3434" title="image" src="http://www.smart-traffic.co.uk/seo-blog/wp-content/uploads/2012/02/image-300x173.jpg" alt="" width="300" height="173" /></a><p class="wp-caption-text">Image Courtesy of Google</p></div>
<ul style="list-style-type: disc;">
<li>The expected file format is plain text encoded in UTF-8. If a character encoding is not a subset of UTF-8 or is not compliant to its standard, this may result in the contents of the file being parsed incorrectly. In this case we have to be mindful of the text editor being used.</li>
<li>Google currently enforces a file size limit of 500KB. Content after the maximum limit will be ignored. Note that the size limit may vary across various crawlers.</li>
<li>The &#8220;disallow&#8221; directive specifies paths that must not be accessed by the designated crawlers while the &#8220;allow&#8221; directive specifies paths that may be accessed. When no path is defined, the directive will be ignored.</li>
<li>When specifying a sitemap or sitemaps to your robots.txt file, the absolute or full URL must be used. However, the sitemap URL does not necessarily have to be on the same host.</li>
</ul>
<p>The <a href="http://www.smart-traffic.co.uk/seo-blog/robots-txt-is-it-still-useful.htm" target="_blank"><span style="color: #0000ff !important;">robots.txt file</span></a> may appear to be a simple tool but is actually a powerful and useful addition to one’s site since it can be essential for the purposes of <a href="http://www.smart-traffic.co.uk/" target="_blank"><span style="color: #0000ff !important;">SEO</span></a>. However, if not done properly, this could result in your site being removed from the face of Google. So go ahead and check your robots.txt file’s health.</p>
<p>To learn more as to how Google handles the robots.txt file, check out this link: <a rel="nofollow" href="http://code.google.com/web/controlcrawlindex/docs/robots_txt.html" target="_blank"><span style="color: #0000ff !important;">http://code.google.com/web/controlcrawlindex/docs/robots_txt.html</span></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.smart-traffic.co.uk/seo-blog/a-reminder-to-webmasters-check-your-robots-txt-files-health.htm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Introduces Page Layout Algorithm Update</title>
		<link>http://www.smart-traffic.co.uk/seo-blog/google-introduces-page-layout-algorithm-update.htm</link>
		<comments>http://www.smart-traffic.co.uk/seo-blog/google-introduces-page-layout-algorithm-update.htm#comments</comments>
		<pubDate>Mon, 30 Jan 2012 08:30:15 +0000</pubDate>
		<dc:creator>bernabe.sobrevilla</dc:creator>
				<category><![CDATA[Google SEO]]></category>

		<guid isPermaLink="false">http://www.smart-traffic.co.uk/seo-blog/?p=3414</guid>
		<description><![CDATA[<strong>Google Introduces Page Layout Algorithm Update</strong>

Google has launched a change in algorithm that looks at the layout of a webpage bringing in factors highlighted in user research . This improvement calls the attention of webmasters who have placed excessive ads above the fold on their sites. It yet another update to the algorithm which values visitor experience over profit, which may also show some correlation to the quality of the on-page content.]]></description>
			<content:encoded><![CDATA[<p><strong>Google Introduces Page Layout Algorithm Update</strong></p>
<p>Google has launched a change in algorithm that looks at the layout of a webpage bringing in factors highlighted in user research . This improvement calls the attention of webmasters who have placed excessive ads above the fold on their sites. It yet another update to the algorithm which values visitor experience over profit, which may also show some correlation to the quality of the on-page content.</p>
<p><strong>What has been improved on this update?</strong></p>
<p>Google uses a visual system, much like the one that shows image previews in SERPs. This time, the algorithm update is focused on looking for signs of an ad, penalising websites with too many above the fold. It should affect 1% of searches globally.</p>
<p><strong>How will these improvements affect SEO?</strong></p>
<p>(1)	If you have already been following the guidelines in <a href="http://www.smart-traffic.co.uk/seo-blog/the-google-panda-update-explained-further.htm" target="_blank"><span style="color: #0000ff !important;">Google’s Panda</span></a> update last year, this improvement will no longer be threatening on your part since one of the key points there was to take a specific look at the abusive use of ads.</p>
<p>(2)	From SEO’s perspective, the updated algorithm serves as housecleaning tool which improves the user’s search engine experience by bringing up the quality content on the top of the search results while the putting ad-loaded sites beneath.</p>
<p>(3)	According to Matt Cutts: “This algorithmic change does not affect sites that place ads above-the-fold to a normal degree, but affects sites that go much further to load the top of the page with ads to an excessive degree or that make it hard to find the actual original content on the page”. This means that having ads on the site will not harm your webpage; they just don’t want you to overdo it, especially for content appearing above the fold.</p>
<p>For your convenience, Google has provided <a rel="nofollow" href="http://browsersize.googlelabs.com/" target="_blank"><span style="color: #0000ff !important;">browser size tool</span></a> to show you how your website appears in various <a rel="nofollow" href="https://chrome.google.com/webstore/search/screen resolution" target="_blank"><span style="color: #0000ff !important;">screen resolutions</span></a> to help you measure the scale of your ads in your site.</p>
<p><strong>Move Forward &amp; Take Some Actions</strong><br />
(1) Check out the <a href="http://www.smart-traffic.co.uk/seo-blog/instant-previews-googles-new-feature.htm" target="_blank"><span style="color: #0000ff !important;">site preview</span></a> via Google SERPs to see one possible way Google might be judging how much content is above the fold. (2) Review your content and try to see if any of the headers can be reduced to bring more content above the fold. (3) Make sure to embed ads into relevant content below the fold. Take note this might also improve the CTR &amp; ad engagement levels of your site. (4) Just to be safe, consistently check the traffic of your pages if they are still stable and dynamically increasing its position.</p>
<p>Overall, the best advice for publishers and website owners is to continue focusing on delivering the best possible user experience on your websites.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.smart-traffic.co.uk/seo-blog/google-introduces-page-layout-algorithm-update.htm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google&#8217;s Search Plus Your World</title>
		<link>http://www.smart-traffic.co.uk/seo-blog/googles-search-plus-your-world.htm</link>
		<comments>http://www.smart-traffic.co.uk/seo-blog/googles-search-plus-your-world.htm#comments</comments>
		<pubDate>Thu, 19 Jan 2012 08:35:27 +0000</pubDate>
		<dc:creator>bernabe.sobrevilla</dc:creator>
				<category><![CDATA[Google SEO]]></category>

		<guid isPermaLink="false">http://www.smart-traffic.co.uk/seo-blog/?p=3381</guid>
		<description><![CDATA[<strong>Google's Search Plus Your World</strong>

Google's unveiling of  “Search Plus Your World”  last week signifies a new look SERP for 2012. This integreation of Google Search with Google+ data means that if you are signed into a Google Account, your results will now be personalised with updates, posts, photo, video and other media from within your circles. ]]></description>
			<content:encoded><![CDATA[<p><strong>Google&#8217;s Search Plus Your World</strong></p>
<p>Google&#8217;s unveiling of  “<a rel="nofollow" href="http://insidesearch.blogspot.com/2012/01/search-plus-your-world.html" target="_blank"><span style="color: #0000ff !important;">Search Plus Your World</span></a>”  last week signifies a new look SERP for 2012. This integration of Google Search with Google+ data means that if you are signed into a Google Account, your results will now be personalised with updates, posts, photo, video and other media from within your circles.</p>
<p>The search results page has introduced a new toggle on the upper right of the search results page where you can see what your search results look like.<br />
<a href="http://www.smart-traffic.co.uk/seo-blog/wp-content/uploads/2012/01/image1.jpg"><img class="aligncenter size-medium wp-image-3392" title="Personalise Results Button " src="http://www.smart-traffic.co.uk/seo-blog/wp-content/uploads/2012/01/image1-300x55.jpg" alt="" width="300" height="55" /></a><br />
At a single click you can see the personalised view of your search results. If toggled to No Personal Results, it means that Google will no longer display results from your friends, no private information and no personalization of results based on your Web History will be shown.</p>
<p>With Search plus Your World enabled you can do the following:<br />
<strong>Personal Results</strong> &#8211; allows you to find personal content shared to you by people who matter. This includes blog entries as well as Google+ photos and posts. Both your own and those shared specifically with you will be visible on your results page.</p>
<p><strong>Profiles in Search</strong> – allows you to immediately find the people whom you are close to or interested in following. You can even connect with them instantly from Google SERPS.</p>
<p><strong>People and Pages</strong> – allows you to connect directly to Google+ with people who frequently discuss the topics you are interested in and gives you the chance to interact with them.</p>
<p>So how is this new innovation changing SERP appearance? Just take a look at these cool features.</p>
<p><a href="http://www.smart-traffic.co.uk/seo-blog/wp-content/uploads/2012/01/image2.jpg"><img class="aligncenter size-medium wp-image-3393" title="New Personalize Results" src="http://www.smart-traffic.co.uk/seo-blog/wp-content/uploads/2012/01/image2-300x126.jpg" alt="" width="300" height="126" /></a></p>
<p>Green arrow shows that there are “50 personal results and 419,000 other results” that have been found. Then some of those 50 results will be combined into the first page of results being shown.</p>
<p>Yellow arrow shows that when the button with a person icon is shown dark, it means results are being personalized.</p>
<p>Purple arrow shows the new toggle that Google has introduced. It allows you to switch between personalized and non-personalized results.</p>
<p><strong>So What Does Search Plus Your World mean for SEO?</strong></p>
<p>This is yet another major step towards a completed personalised search experience, following in from the introduction of Google+1. This might be great news to users, as it moves towards individuals seeing results that they trust, recognise, and favour &#8211; but for SEOs and webmasters it means that generating organic traffic may become not just about rankings and more about the overall marketing and onsite experience. More and more, <a href="http://www.smart-traffic.co.uk/social-media-optimisation.php"><span style="color: #0000ff !important;">social media optimisation</span></a> will be an important factor in reaching out to and retaining visitors. This also moves towards a SERP landscape where understanding and utilising Google Products can give you a significant advantage.</p>
<p>We&#8217;ll be keeping track of Search Plus Your World over the coming weeks to give you further information on it&#8217;s impact to SEO.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.smart-traffic.co.uk/seo-blog/googles-search-plus-your-world.htm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

