<?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>Free SEO Tips and Tricks // Search Engine Optimization and Website Marketing Promotion // SEOjr.com &#187; Google Webmaster Central Tips</title>
	<atom:link href="http://seojr.com/category/google-webmaster-central/feed/" rel="self" type="application/rss+xml" />
	<link>http://seojr.com</link>
	<description>Latest SEO Tips and Tricks. Free Articles and Tools for Search Engine optimization and Website Marketing/Promotion.</description>
	<lastBuildDate>Mon, 22 Feb 2010 07:42:08 +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>A spider&#8217;s view of Web 2.0</title>
		<link>http://seojr.com/a-spiders-view-of-web-20/</link>
		<comments>http://seojr.com/a-spiders-view-of-web-20/#comments</comments>
		<pubDate>Fri, 09 Nov 2007 04:01:57 +0000</pubDate>
		<dc:creator>seojr</dc:creator>
				<category><![CDATA[Google Webmaster Central Tips]]></category>

		<guid isPermaLink="false">http://seojr.com/a-spiders-view-of-web-20/</guid>
		<description><![CDATA[Written by Michael Wyszomierski and Greg Grothaus, Search Quality
Many webmasters have discovered the advantages of using Ajax to improve the user experience on their sites, creating dynamic pages that act as powerful web applications. But, like Flash, Ajax can make a site difficult for search engines to index if the technology is not implemented carefully. [...]]]></description>
			<content:encoded><![CDATA[<p><span>Written by Michael Wyszomierski and Greg Grothaus, Search Quality</p>
<p></span>Many webmasters have discovered the advantages of using Ajax to improve the user experience on their sites, creating dynamic pages that act as powerful web applications. But, like Flash, Ajax can make a site difficult for search engines to index if the technology is not implemented carefully. As promised in our post answering questions about <a href="http://googlewebmastercentral.blogspot.com/2007/08/server-location-cross-linking-and-web.html">Server location, cross-linking, and Web 2.0 technology</a>, we&#8217;ve compiled some tips for creating Ajax-enhanced websites that are also understood by search engines.</p>
<p><span>How will Google see my site?</span></p>
<p>One of the main issues with Ajax sites is that while Googlebot is great at following and understanding the structure of HTML links, it can have a difficult time finding its way around sites which use JavaScript for navigation. While we are working to better understand JavaScript, your best bet for creating a site that&#8217;s crawlable by Google and other search engines is to provide HTML links to your content.</p>
<p><span>Design for accessibility</span></p>
<p>We encourage webmasters to create pages for users, not just search engines. When you&#8217;re designing your Ajax site, think about the needs of your users, including those who may not be using a JavaScript-capable browser. There are plenty of such users on the web, including those using screen readers or mobile devices.</p>
<p>One of the easiest ways to test your site&#8217;s accessibility to this type of user is to explore the site in your browser with JavaScript turned off, or by viewing it in a text-only browser such as <a href="http://en.wikipedia.org/wiki/Lynx_%28web_browser%29">Lynx</a>. Viewing a site as text-only can also help you identify other content which may be hard for Googlebot to see, including images and Flash.</p>
<p><span>Develop with progressive enhancement</span></p>
<p>If you&#8217;re starting from scratch, one good approach is to build your site&#8217;s structure and navigation using only HTML. Then, once you have the site&#8217;s pages, links, and content in place, you can spice up the appearance and interface with Ajax. Googlebot will be happy looking at the HTML, while users with modern browsers can enjoy your Ajax bonuses.</p>
<p>Of course you will likely have links requiring JavaScript for Ajax functionality, so here&#8217;s a way to help Ajax and static links coexist:<br />When creating your links, format them so they&#8217;ll offer a static link as well as calling a JavaScript function. That way you&#8217;ll have the Ajax functionality for JavaScript users, while non-JavaScript users can ignore the script and follow the link. For example:</p>
<div>&lt;a href=”ajax.htm?foo=32””navigate(&#8216;ajax.html#foo=32&#8242;); return false”&gt;foo 32&lt;/a&gt;</div>
<p>Note that the static link&#8217;s URL has a parameter (?foo=32) instead of a fragment (#foo=32), which is used by the Ajax code. This is important, as search engines understand URL parameters but often ignore fragments. Web developer <a href="http://adactio.com/">Jeremy Keith</a> labeled this technique as <a href="http://domscripting.com/presentations/xtech2006/">Hijax</a>. Since you now offer static links, users and search engines can link to the exact content they want to share or reference.</p>
<p>While we&#8217;re constantly improving our crawling capability, using HTML links remains a strong way to help us (as well as other search engines, mobile devices and users) better understand your site&#8217;s structure.</p>
<p><span>Follow the guidelines</span></p>
<p>In addition to the tips described here, we encourage you to also check out our <a href="http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;answer=35769">Webmaster Guidelines</a> for more information about what can make a site good for Google and your users. The guidelines also point out some practices to avoid, including <a href="http://www.google.com/support/webmasters/bin/answer.py?answer=66355">sneaky JavaScript redirects</a>. A general rule to follow is that while you can provide users different experiences based on their capabilities, the content should remain the same. For example, imagine we&#8217;ve created a page for Wysz&#8217;s Hamster Farm. The top of the page has a heading of &#8220;Wysz&#8217;s Hamster Farm,&#8221; and below it is an Ajax-powered slideshow of the latest hamster arrivals. Turning JavaScript off on the same page shouldn&#8217;t surprise a user with additional text reading:<br /><span><br />
<blockquote>Wysz&#8217;s Hamster Farm &#8212; hamsters, best hamsters, cheap hamsters, free hamsters, pets, farms, hamster farmers, dancing hamsters, rodents, hampsters, hamsers, best hamster resource, pet toys, dancing lessons, cute, hamster tricks, pet food, hamster habitat, hamster hotels, hamster birthday gift ideas and more!</p></blockquote>
<p></span>A more ideal implementation would display the same text whether JavaScript was enabled or not, and in the best scenario, offer an HTML version of the slideshow to non-JavaScript users.</p>
<p>This is a pretty advanced topic, so please <a href="http://groups.google.com/group/Google_Webmaster_Help-Indexing/browse_thread/thread/dabe5ab778e8dd4">continue the discussion</a> by asking questions and sharing ideas over in the Webmaster Help Group.  See you there!<img src="http://feeds.feedburner.com/~r/blogspot/amDG/~4/180844466" height="1" width="1"/></p>
]]></content:encoded>
			<wfw:commentRss>http://seojr.com/a-spiders-view-of-web-20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Better geographic choices for webmasters</title>
		<link>http://seojr.com/better-geographic-choices-for-webmasters/</link>
		<comments>http://seojr.com/better-geographic-choices-for-webmasters/#comments</comments>
		<pubDate>Fri, 09 Nov 2007 03:59:23 +0000</pubDate>
		<dc:creator>seojr</dc:creator>
				<category><![CDATA[Google Webmaster Central Tips]]></category>

		<guid isPermaLink="false">http://seojr.com/better-geographic-choices-for-webmasters/</guid>
		<description><![CDATA[Written by Amanda Camp, Webmaster Tools and Trystan Upstill, International Search Quality Team
Starting today Google Webmaster Tools helps you better control the country association of your content on a per-domain, per-subdomain, or per-directory level. The information you give us will help us determine how your site appears in our country-specific search results, and also improves [...]]]></description>
			<content:encoded><![CDATA[<p>Written by Amanda Camp, Webmaster Tools and Trystan Upstill, International Search Quality Team</p>
<p>Starting today <a href="http://www.google.com/webmasters/tools/"></a><a href="http://www.google.com/webmasters/tools/">Google Webmaster Tools</a> helps you better control the country association of your content on a per-domain, per-subdomain, or per-directory level. The information you give us will help us determine how your site appears in our country-specific search results, and also improves our search results for geographic queries.</p>
<p>We currently only allow you to associate your site with a single country and location.  If your site is relevant to an even more specific area, such as a particular state or region, feel free to tell us that. Or let us know if your site isn&#8217;t relevant to any particular geographic location at all. If no information is entered in Webmaster Tools, we&#8217;ll continue to make geographic associations <a href="http://googlewebmastercentral.blogspot.com/2007/08/server-location-cross-linking-and-web.html">largely based on the top-level domain (e.g. .co.uk or .ca) and the IP of the webserver</a><span></span> from which the context was served.</p>
<p>For example, if we wanted to associate www.google.com with Hungary:</p>
<p><a href="http://bp3.blogger.com/_9jh8JYfXv8c/Ryjwwf4c_6I/AAAAAAAAABs/4mFLC4QexTI/s1600-h/geo1.png"><img src="http://bp3.blogger.com/_9jh8JYfXv8c/Ryjwwf4c_6I/AAAAAAAAABs/4mFLC4QexTI/s400/geo1.png" alt="" border="0" /></a><br />But you don&#8217;t want www.google.com/webmasters/tools&#8221; associated with any country&#8230;</p>
<p><a href="http://bp0.blogger.com/_9jh8JYfXv8c/Ryjw6v4c_7I/AAAAAAAAAB0/pEmmKhOfmSI/s1600-h/geo2.png"><img src="http://bp0.blogger.com/_9jh8JYfXv8c/Ryjw6v4c_7I/AAAAAAAAAB0/pEmmKhOfmSI/s400/geo2.png" alt="" border="0" /></a><br />This feature is restricted for sites with a country code top level domain, as we&#8217;ll always associate that site with the country domain. (For example, google.ru will always be the version of Google associated with Russia.)</p>
<p><a href="http://bp3.blogger.com/_9jh8JYfXv8c/Ryjx3f4c__I/AAAAAAAAACU/IAep40mRl8Y/s1600-h/geo3.png"><img src="http://bp3.blogger.com/_9jh8JYfXv8c/Ryjx3f4c__I/AAAAAAAAACU/IAep40mRl8Y/s400/geo3.png" alt="" border="0" /></a><br />Note that in the same way that Google may show your business address if you register your brick-and-mortar business with the <a title="Google Local Business Center" href="http://www.google.com/local/add/">Google Local Business Center</a>, we may show the information that you give us publicly.</p>
<p>This feature was largely initiated by your feedback, so thanks for the great suggestion.  Google is always committed towards helping more sites and users get better and more relevant results.  This is a new step as we continue to think about how to improve searches around the world.</p>
<p>We encourage you to tell us what you think in the Webmaster Tools section of our <a href="http://groups.google.com/group/Google_Webmaster_Help-Tools/topics">discussion group</a>.<img src="http://feeds.feedburner.com/~r/blogspot/amDG/~4/177896304" height="1" width="1"/></p>
]]></content:encoded>
			<wfw:commentRss>http://seojr.com/better-geographic-choices-for-webmasters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dealing with Sitemap cross-submissions</title>
		<link>http://seojr.com/dealing-with-sitemap-cross-submissions/</link>
		<comments>http://seojr.com/dealing-with-sitemap-cross-submissions/#comments</comments>
		<pubDate>Fri, 09 Nov 2007 03:58:42 +0000</pubDate>
		<dc:creator>seojr</dc:creator>
				<category><![CDATA[Google Webmaster Central Tips]]></category>

		<guid isPermaLink="false">http://seojr.com/dealing-with-sitemap-cross-submissions/</guid>
		<description><![CDATA[Posted by Mickey Kataria, Google Zürich
Since the launch of Sitemaps, webmasters have been asking if they could submit their Sitemaps for multiple hosts on a single dedicated host. A fair question &#8212; and now you can!
Why would someone want to do this? Let&#8217;s say that you own www.example.com and mysite.google.com and you have Sitemaps for [...]]]></description>
			<content:encoded><![CDATA[<p><span>Posted by Mickey Kataria, Google Zürich</p>
<p></span>Since the <a title="launch of Sitemaps" href="http://googleblog.blogspot.com/2005/06/webmaster-friendly.html">launch of Sitemaps</a>, webmasters have been asking if they could submit their Sitemaps for multiple hosts on a single dedicated host. A fair question &#8212; and now you can!</p>
<p>Why would someone want to do this? Let&#8217;s say that you own www.example.com and mysite.google.com and you have Sitemaps for both hosts, e.g. sitemap-example.xml and sitemap-mysite.xml. Until today, you would have to store each Sitemap on its respective host. If you tried to place sitemap-mysite.xml on www.example.com, you would <a title="get an error" href="http://www.google.com/support/webmasters/bin/answer.py?answer=35143">get an error</a> because, for security reasons, a Sitemap on www.example.com can only contains URLs from www.example.com.  So how do we solve this? Well, if you can &#8220;prove&#8221; that you own or control both of these hosts, then either one can host a Sitemap containing URLs for the other. Just follow the normal <a title="verification process" href="http://www.google.com/support/webmasters/bin/answer.py?answer=35181">verification process</a> in <a title="Webmaster Tools" href="http://www.google.com/webmasters/tools">Google Webmaster Tools</a> and any verified site in your account will be able to host Sitemaps for any other verified site in the same account.</p>
<p>Here is an example showing both sites verified:</p>
<p><a href="http://bp1.blogger.com/_FylZ0kTmnTQ/RyDMV18owqI/AAAAAAAAaWQ/lmG3Mklubtk/s1600-h/wmtools+dashboard.jpg"><img src="http://bp1.blogger.com/_FylZ0kTmnTQ/RyDMV18owqI/AAAAAAAAaWQ/lmG3Mklubtk/s400/wmtools+dashboard.jpg" alt="" border="0" /></a>
<div>And now, from a single host, you can submit Sitemaps for both sites without any errors.  <i>sitemap-example.xml</i> contains URLs from www.example.com and <i>sitemap-mysite.xml</i> contains URLs from mysite.google.com but both now reside on www.example.com:
<div><a href="http://bp2.blogger.com/_FylZ0kTmnTQ/RyDMhF8owrI/AAAAAAAAaWY/AEkvg50H6Dg/s1600-h/sitemaps+cross+submit.jpg"><img src="http://bp2.blogger.com/_FylZ0kTmnTQ/RyDMhF8owrI/AAAAAAAAaWY/AEkvg50H6Dg/s400/sitemaps+cross+submit.jpg" alt="" border="0" /></a></div>
<p>We&#8217;ve also added more information on <a href="http://www.google.com/support/webmasters/bin/answer.py?answer=75712"><span >handling cross-submits</span></a> in our <a title="Webmaster Help Center" href="http://www.google.com/support/webmasters">Webmaster Help Center</a>.</div>
<p>For those of you wondering how this affects the other search engines that support the Sitemap Protocol, rest assured that we&#8217;re talking to them about how to make cross-submissions work seamlessly across all of them.  Until then, this specific solution will work only for users of Google Webmaster Tools.<img src="http://feeds.feedburner.com/~r/blogspot/amDG/~4/174987244" height="1" width="1"/></p>
]]></content:encoded>
			<wfw:commentRss>http://seojr.com/dealing-with-sitemap-cross-submissions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Submit your Sitemaps for multiple hosts on a single dedicated host</title>
		<link>http://seojr.com/submit-your-sitemaps-for-multiple-hosts-on-a-single-dedicated-host/</link>
		<comments>http://seojr.com/submit-your-sitemaps-for-multiple-hosts-on-a-single-dedicated-host/#comments</comments>
		<pubDate>Sat, 03 Nov 2007 19:39:14 +0000</pubDate>
		<dc:creator>seojr</dc:creator>
				<category><![CDATA[Google Webmaster Central Tips]]></category>

		<guid isPermaLink="false">http://seojr.com/submit-your-sitemaps-for-multiple-hosts-on-a-single-dedicated-host/</guid>
		<description><![CDATA[ Sitemaps question answered by the one who knows the best the Official Google Webmaster Central Blog.
Great post Posted by Mickey Kataria, Google Zürich
&#8220;Since the launch of Sitemaps, webmasters have been asking if they could submit their Sitemaps for multiple hosts on a single dedicated host. A fair question &#8212; and now you can!
Why would someone [...]]]></description>
			<content:encoded><![CDATA[<p> Sitemaps question answered by the one who knows the best the Official Google Webmaster Central Blog.</p>
<p><span class="byline-author">Great post Posted by Mickey Kataria, Google Zürich</p>
<p></span>&#8220;Since the <a href="http://googleblog.blogspot.com/2005/06/webmaster-friendly.html" title="launch of Sitemaps" id="q_de">launch of Sitemaps</a>, webmasters have been asking if they could submit their Sitemaps for multiple hosts on a single dedicated host. A fair question &#8212; and now you can!</p>
<p>Why would someone want to do this? Let&#8217;s say that you own www.example.com and mysite.google.com and you have Sitemaps for both hosts, e.g. sitemap-example.xml and sitemap-mysite.xml. Until today, you would have to store each Sitemap on its respective host. If you tried to place sitemap-mysite.xml on www.example.com, you would <a href="http://www.google.com/support/webmasters/bin/answer.py?answer=35143" title="get an error" id="gx83">get an error</a> because, for security reasons, a Sitemap on www.example.com can only contains URLs from www.example.com. So how do we solve this? Well, if you can &#8220;prove&#8221; that you own or control both of these hosts, then either one can host a Sitemap containing URLs for the other. Just follow the normal <a href="http://www.google.com/support/webmasters/bin/answer.py?answer=35181" title="verification process" id="pj3p">verification process</a> in <a href="http://www.google.com/webmasters/tools" title="Webmaster Tools" id="ayvd">Google Webmaster Tools</a> and any verified site in your account will be able to host Sitemaps for any other verified site in the same account.&#8221;</p>
<p>Read this post <a href="http://googlewebmastercentral.blogspot.com/2007/10/dealing-with-sitemap-cross-submissions.html">here!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://seojr.com/submit-your-sitemaps-for-multiple-hosts-on-a-single-dedicated-host/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blast from the past</title>
		<link>http://seojr.com/blast-from-the-past/</link>
		<comments>http://seojr.com/blast-from-the-past/#comments</comments>
		<pubDate>Sun, 21 Oct 2007 05:03:10 +0000</pubDate>
		<dc:creator>seojr</dc:creator>
				<category><![CDATA[Google Webmaster Central Tips]]></category>

		<guid isPermaLink="false">http://seojr.com/blast-from-the-past/</guid>
		<description><![CDATA[Written by Sahala Swenson, Webmaster Tools Team
As you know, the queries used to find your website in search results can change over time. Your website content changes, as do the needs of all the busy searchers out there. Whether the queries associated with your site change subtly or dramatically, it&#8217;s pretty useful to see how [...]]]></description>
			<content:encoded><![CDATA[<p><span"color: rgb(102, 102, 102);font-family:arial;font-size:100%;"  >Written by Sahala Swenson, Webmaster Tools Team</span><span"font-size:100%;"></p>
<p></span><span"color: rgb(0, 0, 0);font-family:arial;font-size:100%;"  >As you know, the queries used to find your website in search results can change over time. Your website content changes, as do the needs of all the busy searchers out there. Whether the queries associated with your site change subtly or dramatically, it&#8217;s pretty useful to see how they transform over time.</span><span"color: rgb(0, 0, 0);font-size:100%;" ></p>
<p></span><span"color: rgb(0, 0, 0);font-family:arial;font-size:100%;"  >Recognizing this, Top Search Queries in </span><span"color: rgb(0, 0, 0);font-size:100%;" ><a href="http://www.google.com/webmasters/tools/">Webmaster Tools</a></span><span"color: rgb(0, 0, 0);font-family:arial;font-size:100%;"  > now presents historical data and other enhancements.  Let&#8217;s take a closer look:</span><span"color: rgb(0, 0, 0);font-size:100%;" ></p>
<p><a href="http://bp0.blogger.com/_MW02koZqmgM/RxaHXyvVUuI/AAAAAAAAAjs/IqjlcOQWhAo/s1600-h/qs_big.png"><img src="http://bp0.blogger.com/_MW02koZqmgM/RxaHXyvVUuI/AAAAAAAAAjs/IqjlcOQWhAo/s320/qs_big.png" alt="" border="0" /></a><br /></span><span"font-weight: bold; color: rgb(0, 0, 0);font-family:arial;font-size:100%;"  >Up to 6 months of historical data:<br /></span><span"color: rgb(0, 0, 0);font-family:arial;font-size:100%;"  >Previously we only showed query stats for the last 7 days. Now you can jump between 9 query stats snapshots ranging from now to 6 months ago. Note that the time interval for each of these snapshots is different. For the 7 day, 2 week, and 3 week snapshots, we report the top queries for the previous week. For the 1 to 6 month snapshots, we report statistics for the previous month.  And still others of you who log in may notice that you don&#8217;t have query stats data going back to 6 months ago.  We hope to improve that experience in the future.  <img src='http://seojr.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </span><span"color: rgb(0, 0, 0);font-size:100%;" ></p>
<p></span><span"font-weight: bold; color: rgb(0, 0, 0);font-family:arial;font-size:100%;"  >Top query percentages:</span><span"color: rgb(0, 0, 0);font-size:100%;" ><br /></span><span"color: rgb(0, 0, 0);font-family:arial;font-size:100%;"  >You might have noticed a new column in the top query listings. Previously we just ranked your query results and clicks. While useful, this didn&#8217;t really tell you to what extent one query was ranked higher than another. Now we show what percentage each query result or click represents out of the top 20 queries. This should help you see how well the result or click volume is distributed in the top 20.</span><span"color: rgb(0, 0, 0);font-size:100%;" ><br /></span><span"font-weight: bold; color: rgb(0, 0, 0);font-family:arial;font-size:100%;"  ><br />Downloads:</span><span"color: rgb(0, 0, 0);font-size:100%;" ><br /></span><span"color: rgb(0, 0, 0);font-family:arial;font-size:100%;"  >Since we&#8217;re now showing historical data on the Top Search Queries screen, we figured it would be rude to not let you download it all and play with the data yourself (spreadsheet masochists, I&#8217;m looking at you). We added a “Download data” link that lets you download all the stats in CSV format. Note that this exports all query stats historical data across all snapshots as well as search types and languages, so you can slice and dice to your satisfaction. The “Download all stats (including subfolders)” link, however, will still only show query stats for your site and sub-folders for the last 7 days.</span><span"color: rgb(0, 0, 0);font-size:100%;" ><br /></span><span"font-weight: bold; color: rgb(0, 0, 0);font-family:arial;font-size:100%;"  ><br />Freshness:</span><span"color: rgb(0, 0, 0);font-size:100%;" ><br /></span><span"color: rgb(0, 0, 0);font-family:arial;font-size:100%;"  >We&#8217;ve </span><span"color: rgb(0, 0, 0);font-size:100%;" ><a href="http://googlewebmastercentral.blogspot.com/2007/10/data-freshness.html">improved data freshness</a></span><span"color: rgb(0, 0, 0);font-family:arial;font-size:100%;"  > in Webmaster Tools a couple of times in the past, and we&#8217;ve done it again with the new Top Search Queries. Statistics are being now updated constantly. Top query results and clicks may visibly change rank a lot more often now, sometimes daily.</span><span"color: rgb(0, 0, 0);font-size:100%;" ></p>
<p></span><span"color: rgb(0, 0, 0);font-family:arial;font-size:100%;"  >So enough talk. </span><span"color: rgb(0, 0, 0);font-size:100%;" ><a href="http://www.google.com/webmasters/tools">Sign in</a></span><span"color: rgb(0, 0, 0);font-family:arial;font-size:100%;"  > and play around with the new improvements for yourself. As always we welcome feedback (especially in the form of beer), so feel free to drop us a note in the </span><span"color: rgb(0, 0, 0);font-size:100%;" ><a href="http://groups.google.com/group/Google_Webmaster_Help">Webmaster Help Group</a></span><span"color: rgb(0, 0, 0);font-family:arial;font-size:100%;"  > and let us know what you think. </span><span"color: rgb(0, 0, 0);font-size:100%;" ><br /></span><span";font-family:arial;font-size:100%;"  ></p>
<p></span><img src="http://feeds.feedburner.com/~r/blogspot/amDG/~4/171779861" height="1" width="1"/></p>
]]></content:encoded>
			<wfw:commentRss>http://seojr.com/blast-from-the-past/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introducing Code Search Sitemaps</title>
		<link>http://seojr.com/introducing-code-search-sitemaps/</link>
		<comments>http://seojr.com/introducing-code-search-sitemaps/#comments</comments>
		<pubDate>Sun, 21 Oct 2007 05:02:48 +0000</pubDate>
		<dc:creator>seojr</dc:creator>
				<category><![CDATA[Google Webmaster Central Tips]]></category>

		<guid isPermaLink="false">http://seojr.com/introducing-code-search-sitemaps/</guid>
		<description><![CDATA[Written by Mickey Kataria, Google ZürichThe Sitemaps team is continuing its trend of extending the Sitemap Protocol  for specific products and content types. Our latest work with the Google Code Search team now enables you to create Sitemaps that contain information about public source code you host and would like to include in Code [...]]]></description>
			<content:encoded><![CDATA[<p><span>Written by Mickey Kataria, Google Zürich<br /></span><br />The Sitemaps team is <a href="http://googlewebmastercentral.blogspot.com/2006/11/introducing-sitemaps-for-google-news.html" title="continuing our trend">continuing its trend</a> of extending the <a title="Sitemap Protocol" href="https://www.google.com/webmasters/tools/docs/en/protocol.html">Sitemap Protocol</a>  for specific products and content types. Our latest work with the <a href="http://www.google.com/codesearch" title="Google Code Search">Google Code Search</a> team now enables you to create Sitemaps that contain information about public source code you host and would like to include in Code Search. There&#8217;s more information about this <a href="http://google-code-updates.blogspot.com/2007/10/tell-us-about-code-on-your-site-with.html">new functionality on the Google Code blog</a>.  If you&#8217;re eager to get going, take a look at our Help Center <a title="documentation" href="http://www.google.com/support/webmasters/bin/answer.py?answer=75225">documentation</a>, create a Code Search Sitemap, sign into <a href="http://www.google.com/webmasters/tools" title="Webmaster Tools account">Google Webmaster Tools,</a> and submit a Sitemap for Code Search!
<div>
<div><a href="http://bp0.blogger.com/_FylZ0kTmnTQ/RxfGm8HQM3I/AAAAAAAAaF8/gGA89gw9mCE/s1600-h/codesearch+submit+screenshot+2.jpg"><img src="http://bp0.blogger.com/_FylZ0kTmnTQ/RxfGm8HQM3I/AAAAAAAAaF8/gGA89gw9mCE/s400/codesearch+submit+screenshot+2.jpg" alt="" border="0" /></a></div>
</div>
<p><img src="http://feeds.feedburner.com/~r/blogspot/amDG/~4/171744368" height="1" width="1"/></p>
]]></content:encoded>
			<wfw:commentRss>http://seojr.com/introducing-code-search-sitemaps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Webmasters can now provide feedback on Sitelinks</title>
		<link>http://seojr.com/webmasters-can-now-provide-feedback-on-sitelinks/</link>
		<comments>http://seojr.com/webmasters-can-now-provide-feedback-on-sitelinks/#comments</comments>
		<pubDate>Sun, 21 Oct 2007 05:02:14 +0000</pubDate>
		<dc:creator>seojr</dc:creator>
				<category><![CDATA[Google Webmaster Central Tips]]></category>

		<guid isPermaLink="false">http://seojr.com/webmasters-can-now-provide-feedback-on-sitelinks/</guid>
		<description><![CDATA[Written by Stacey Kuznetsov, Search Quality
Sitelinks are extra links that appear below some search results in Google. They serve as shortcuts to help users quickly navigate to the important pages on your site.

Selecting pages to appear as sitelinks is a completely automated process. Our algorithms parse the structure and content of websites and identify pages [...]]]></description>
			<content:encoded><![CDATA[<p><span>Written by Stacey Kuznetsov, Search Quality</span></p>
<p>Sitelinks are extra links that appear below some search results in Google. They serve as shortcuts to help users quickly navigate to the important pages on your site.</p>
<div><a href="http://bp3.blogger.com/_9jh8JYfXv8c/Rxeq_eSh2TI/AAAAAAAAAA0/qR19KO_hN24/s1600-h/sitelinks1.JPG"><img src="http://bp3.blogger.com/_9jh8JYfXv8c/Rxeq_eSh2TI/AAAAAAAAAA0/qR19KO_hN24/s400/sitelinks1.JPG" alt="" border="0" /></a></div>
<p>Selecting pages to appear as sitelinks is a completely automated process. Our algorithms parse the structure and content of websites and identify pages that provide fast navigation and relevant information for the user&#8217;s query. Since our algorithms consider several factors to generate sitelinks, not all websites have them.</p>
<p>Now, Webmaster Tools lets you view potential sitelinks for your site and block the ones you don&#8217;t want to appear in Google search results. Because sitelinks are extremely useful in helping users navigate your site, we don&#8217;t typically recommend blocking them. However, occasionally you might want to exclude a page from your sitelinks, for example: a page that has become outdated or unavailable, or a page that contains information you don&#8217;t want emphasized to users. Once you block a page, it won&#8217;t appear as a sitelink for 90 days unless you choose to unblock it sooner. It may take a week or so to remove a page from your sitelinks, but we are working on making this process faster.</p>
<p>To <a href="http://www.google.com/webmasters/tools">view and manage your sitelinks</a><view and="" manage="" your="" sitelinks="">, go to the <b>Webmaster Tools Dashboard</b> and click the site you want. In the left menu click  <b>Links</b>, then click <b>S</b><b>itelinks</b>.</p>
<p></view><a href="http://bp0.blogger.com/_9jh8JYfXv8c/RxerbuSh2UI/AAAAAAAAAA8/Tw9fZcSYgt8/s1600-h/sitelinks2.JPG"><img src="http://bp0.blogger.com/_9jh8JYfXv8c/RxerbuSh2UI/AAAAAAAAAA8/Tw9fZcSYgt8/s400/sitelinks2.JPG" alt="" border="0" /></a><view and="" manage="" your="" sitelinks=""><br />Thanks for your feedback and stay tuned for more updates!<span></span></p>
<p></view><img src="http://feeds.feedburner.com/~r/blogspot/amDG/~4/171720215" height="1" width="1"/></p>
]]></content:encoded>
			<wfw:commentRss>http://seojr.com/webmasters-can-now-provide-feedback-on-sitelinks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Data freshness</title>
		<link>http://seojr.com/data-freshness/</link>
		<comments>http://seojr.com/data-freshness/#comments</comments>
		<pubDate>Thu, 11 Oct 2007 14:15:48 +0000</pubDate>
		<dc:creator>seojr</dc:creator>
				<category><![CDATA[Google Webmaster Central Tips]]></category>

		<guid isPermaLink="false">http://seojr.com/data-freshness/</guid>
		<description><![CDATA[Written by Ríona MacNamara, Webmaster Tools Team 
Common feedback we hear from webmasters is that you want us to improve the freshness of the data in Webmaster Tools. Understood.   We&#8217;ve increased the update frequency for your verified sites&#8217; data, such as crawl, index, and search query stats. Much of this data depends on [...]]]></description>
			<content:encoded><![CDATA[<p><span>Written by Ríona MacNamara, Webmaster Tools Team </span></p>
<p>Common feedback we hear from webmasters is that you want us to improve the freshness of the data in Webmaster Tools. Understood. <img src='http://seojr.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  We&#8217;ve increased the update frequency for your <a title="verified site's" href="http://www.google.com/support/webmasters/bin/answer.py?answer=35153" target="'NEW">verified sites&#8217;</a> data, such as <a title="crawl" href="http://www.google.com/support/webmasters/bin/answer.py?answer=35253" target="NEW">crawl</a>, <a title="index" href="http://www.google.com/support/webmasters/bin/answer.py?answer=35256" target="NEW">index</a>, and <a title="search query" href="http://www.google.com/support/webmasters/bin/answer.py?answer=35252" target="NEW">search query</a> stats. Much of this data depends on the content of your site. If your content doesn&#8217;t change very often, or if you&#8217;re not getting new links to your site, you may not see updates to your data every time you sign in to Webmaster Tools.</p>
<p>Please continue to post your <a title="Suggestions &amp; feature requests" href="http://groups.google.com/group/Google_Webmaster_Help-Requests/topics?hl=en" target="NEW">Suggestions &amp; feature requests</a> in the <a title="Webmaster Help Group" href="http://groups.google.com/group/Google_Webmaster_Help?hl=en" target="NEW">Webmaster Help Group</a>. It&#8217;s one of our most important sources of feedback from the webmaster community. We seriously take it seriously.<img src="http://feeds.feedburner.com/~r/blogspot/amDG/~4/167042658" height="1" width="1"/></p>
]]></content:encoded>
			<wfw:commentRss>http://seojr.com/data-freshness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Improve snippets with a meta description makeover</title>
		<link>http://seojr.com/improve-snippets-with-a-meta-description-makeover/</link>
		<comments>http://seojr.com/improve-snippets-with-a-meta-description-makeover/#comments</comments>
		<pubDate>Mon, 08 Oct 2007 04:27:15 +0000</pubDate>
		<dc:creator>seojr</dc:creator>
				<category><![CDATA[Google Webmaster Central Tips]]></category>

		<guid isPermaLink="false">http://seojr.com/improve-snippets-with-a-meta-description-makeover/</guid>
		<description><![CDATA[Written by Raj Krishnan, Snippets Team
The quality of your snippet — the short text preview we display for each web result — can have a direct impact on the chances of your site being clicked (i.e. the amount of traffic Google sends your way).  We use a number of strategies for selecting snippets, and [...]]]></description>
			<content:encoded><![CDATA[<p><span>Written by Raj Krishnan, Snippets Team</span></p>
<p>The quality of your snippet — the short text preview we display for each web result — can have a direct impact on the chances of your site being clicked (i.e. the amount of traffic Google sends your way).  We use a number of strategies for <a href="http://googlewebmastercentral.blogspot.com/" "http://www.google.com/support/webmasters/bin/answer.py?hl=en&#038;answer=35264"="&quot;http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;answer=35264&quot;">selecting snippets</a>, and you can control one of them by writing an informative meta description for each URL.</p>
<div>&lt;META NAME=&#8221;Description&#8221; CONTENT=&#8221;informative description here&#8221;&gt;</div>
<p><b>Why does Google care about meta descriptions?</b><br />We want snippets to accurately represent the web result.  We frequently prefer to display meta descriptions of pages (when available) because it gives users a clear idea of the URL&#8217;s content.  This directs them to good results faster and reduces the click-and-backtrack behavior that frustrates visitors and inflates web traffic metrics.  Keep in mind that meta descriptions comprised of long strings of keywords don&#8217;t achieve this goal and are less likely to be displayed in place of a regular, non-meta description, snippet.  And it&#8217;s worth noting that while accurate meta descriptions can improve clickthrough, they won&#8217;t affect your ranking within search results.</p>
<p><b>Snippet showing quality meta description</b> <br /><a href="http://bp2.blogger.com/_o5Na_9269nA/Rv12nD5PK2I/AAAAAAAAAuw/TU6TynENcgo/s1600-h/video+-+good.png"><img align=left src="http://bp2.blogger.com/_o5Na_9269nA/Rv12nD5PK2I/AAAAAAAAAuw/TU6TynENcgo/s400/video+-+good.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5115375165195103074" /></a></p>
<p><br clear=all><br /><b>Snippet showing lower-quality meta description</b><br /><a href="http://bp3.blogger.com/_o5Na_9269nA/Rv12vT5PK3I/AAAAAAAAAu4/_yLC7-2XHS0/s1600-h/anonymous-bad.png"><img align=left src="http://bp3.blogger.com/_o5Na_9269nA/Rv12vT5PK3I/AAAAAAAAAu4/_yLC7-2XHS0/s400/anonymous-bad.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5115375306929023858" /></a><br /><br clear=all><br /><b>What are some good meta description strategies?</b><br /><i>Differentiate the descriptions for different pages</i><br />Using identical or similar descriptions on every page of a site isn&#8217;t very helpful when individual pages appear in the web results.  In these cases we&#8217;re less likely to display the boilerplate text.  Create descriptions that accurately describe each specific page. Use site-level descriptions on the main home page or other aggregation pages, and consider using page-level descriptions everywhere else. You should obviously prioritize parts of your site if you don&#8217;t have time to create a description for every single page; at the very least, create a description for the critical URLs like your homepage and popular pages.</p>
<p><i>Include clearly tagged facts in the description</i><br />The meta description doesn&#8217;t just have to be in sentence format; it&#8217;s also a great place to include structured data about the page.  For example, news or blog postings can list the author, date of publication, or byline information. This can give potential visitors very relevant information that might not be displayed in the snippet otherwise.  Similarly, product pages might have the key bits of information &#8212; price, age, manufacturer &#8212; scattered throughout a page, making it unlikely that a snippet will capture all of this information.  Meta descriptions can bring all this data together.  For example, consider the following meta description for the 7th Harry Potter Book, taken from a major product aggregator.</p>
<p>Not as desirable:
<div>&lt;META NAME=&#8221;Description&#8221; CONTENT=&#8221;[domain name redacted]<br />: Harry Potter and the Deathly Hallows (Book 7): Books: J. K. Rowling,Mary GrandPré by J. K. Rowling,Mary GrandPré&#8221;&gt;</div>
<p>There are a number of reasons this meta description wouldn&#8217;t work well as a snippet on our search results page:
<ul>
<li>The title of the book is complete duplication of information already in the page title.</li>
<li>Information within the description itself is duplicated (J. K. Rowling, Mary GrandPré are each listed twice).</li>
<li>None of the information in the description is clearly identified; who is Mary GrandPré?</li>
<li>The missing spacing and overuse of colons makes the description hard to read.</li>
</ul>
<p>All of this means that the average person viewing a Google results page &#8212; who might spend under a second scanning any given snippet &#8212; is likely to skip this result.  As an alternative, consider the meta description below.</p>
<p>Much nicer:
<div>&lt;META NAME=&#8221;Description&#8221; CONTENT=&#8221;Author: J. K. Rowling, Illustrator: Mary GrandPré, Category: Books, Price: $17.99, Length: 784 pages&#8221;&gt;</div>
<p>What&#8217;s changed?  No duplication, more information, and everything is <i>clearly tagged and separated</i>.  No real additional work is required to generate something of this quality: the price and length are the only new data, and they are already displayed on the site.</p>
<p><i>Programmatically generate descriptions</i><br />For some sites, like news media sources, generating an accurate and unique description for each page is easy: since each article is hand-written, it takes minimal effort to also add a one-sentence description.  For larger database-driven sites, like product aggregators, hand-written descriptions are more difficult.  In the latter case, though, programmatic generation of the descriptions can be appropriate and is encouraged &#8212; just make sure that your descriptions are not &#8220;spammy.&#8221;  Good descriptions are human-readable and diverse, as we talked about in the first point above.  The page-specific data we mentioned in the second point is a good candidate for programmatic generation.</p>
<p><i>Use quality descriptions</i><br />Finally, make sure your descriptions are&#8230; descriptive.  It&#8217;s easy to become lax on the quality of the meta descriptions, since they&#8217;re not directly visible in the UI for your site&#8217;s visitors.  But meta descriptions might be displayed in Google search results &#8212; if the description is high enough quality.  A little extra work on your meta descriptions can go a long way towards showing a relevant snippet in search results.  That&#8217;s likely to improve the quality <i>and</i> quantity of your user traffic.<img src="http://feeds.feedburner.com/~r/blogspot/amDG/~4/162648455" height="1" width="1"/></p>
]]></content:encoded>
			<wfw:commentRss>http://seojr.com/improve-snippets-with-a-meta-description-makeover/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick security checklist for webmasters</title>
		<link>http://seojr.com/quick-security-checklist-for-webmasters/</link>
		<comments>http://seojr.com/quick-security-checklist-for-webmasters/#comments</comments>
		<pubDate>Mon, 08 Oct 2007 04:27:09 +0000</pubDate>
		<dc:creator>seojr</dc:creator>
				<category><![CDATA[Google Webmaster Central Tips]]></category>

		<guid isPermaLink="false">http://seojr.com/quick-security-checklist-for-webmasters/</guid>
		<description><![CDATA[Written by Nathan Johns, Search Quality Team
In recent months, there&#8217;s been a noticeable increase in the number of compromised websites around the web. One explanation is that people are resorting to hacking sites in order to distribute malware or attempt to spam search results. Regardless of the reason, it&#8217;s a great time for all of [...]]]></description>
			<content:encoded><![CDATA[<p>Written by Nathan Johns, Search Quality Team</p>
<p>In recent months, there&#8217;s been a noticeable increase in the number of compromised websites around the web. One explanation is that people are resorting to hacking sites in order to distribute malware or attempt to spam search results. Regardless of the reason, it&#8217;s a great time for all of us to review helpful webmaster security tips.</p>
<p><b>Obligatory disclaimer</b>: While we&#8217;ve collected tips and pointers below, and we encourage webmasters to &#8220;please try the following at home,&#8221; this is by no means an exhaustive list for your website&#8217;s security. We hope it&#8217;s useful, but we recommend that you conduct more thorough research as well.</p>
<ul>
<li>     <b> Check your server configuration.</b></li>
</ul>
<div> Apache has some <a href="http://httpd.apache.org/docs/1.3/misc/security_tips.html" title="Apache security configuration tips">security configuration tips</a> on their site and Microsoft has some   <a href="http://technet2.microsoft.com/windowsserver/en/library/354f4539-982a-418c-bfe7-4d5155b83f4a1033.mspx?mfr=true" title="tech center resources for IIS">tech center resources for IIS</a>   on theirs. Some of these tips include information on directory permissions, server side   includes, authentication and encryption.</div>
<p>
<ul>
<li>     <b>Stay up-to-date with the latest software updates and patches.</b>    </li>
</ul>
<div>   A common pitfall for many webmasters is to install a forum or blog on their   website and then forget about it. Much like taking your car in for a tune-up,   it&#8217;s important to make sure you have all the latest updates for any software   program you have installed. Need some tips? Blogger Mark Blair has a few   <a href="http://www.mblair.net/no-sweat-website-security/" title="good ones">good   ones</a>, including making a list of all the software and plug-ins used for   your website and keeping track of the version numbers and updates. He also   suggests taking advantage of any feeds their websites may provide.</p>
</div>
<ul>
<li>     <b>Regularly keep an eye on your log files.</b></li>
</ul>
<div>   Making this a habit has many great benefits, one of which is added security.   You might be surprised with what you find.</p>
</div>
<ul>
<li>     <b>Check your site for common vulnerabilities.</b></li>
</ul>
<div>   Avoid having directories with open permissions. This is almost like leaving   the front door to your home wide open, with a door mat that reads &#8220;Come on in   and help yourself!&#8221; Also check for any   <a href="http://www.owasp.org/index.php/Cross_Site_Scripting" title="XSS">XSS</a>   (cross-site scripting) and   <a href="http://www.owasp.org/index.php/SQL_injection" title="SQL injection">SQL   injection</a>   vulnerabilities.   Finally, choose good passwords. The Gmail support center has some good   <a href="http://mail.google.com/support/bin/answer.py?answer=29409&amp;topic=8266" title="guidelines">guidelines</a>   to follow, which can be helpful for choosing passwords in general.</p>
</div>
<ul>
<li>     <b>Be wary of third-party content providers.</b>   </li>
</ul>
<div>   If you&#8217;re considering installing an application provided by a third party,   such as a widget, counter, ad network, or webstat service, be sure to exercise   due diligence. While there are lots of great third-party content on the web,   it&#8217;s also possible for providers to use these applications to push exploits,   such as dangerous scripts, towards your visitors. Make sure the application is   created by a reputable source. Do they have a legitimate website with   support and contact information? Have other webmasters used the   service?</p>
</div>
<ul>
<li>     <b>Try a Google site: search to see what&#8217;s indexed.</b></li>
</ul>
<div>   This may seem a bit obvious, but it&#8217;s commonly overlooked. It&#8217;s always a good   idea to do a sanity check and make sure things look normal. If you&#8217;re not   already familiar with the site: search operator, it&#8217;s a way   for you to restrict your search to a specific site. For example, the search   <a href="http://www.google.com/search?q=site%3Agoogleblog.blogspot.com" title="site:googleblog.blogspot.com">site:googleblog.blogspot.com</a> will   only return results from the Official Google Blog.</div>
<ul>
<li>     <b>Use Google&#8217;s     </b><a href="http://www.google.com/webmasters/" title="Webmaster console">Webmaster     Tools</a><b>.</b></li>
</ul>
<div>   They&#8217;re free, and   include all kinds of good stuff like a site status wizard and tools for   managing how Googlebot crawls your site.   Another nice feature is that if Google   believes your site has been hacked to host malware, our   <a href="http://googlewebmastercentral.blogspot.com/2007/08/malware-reviews-via-webmaster-tools.html" title="webmaster console will show more detailed information">webmaster   console will show more detailed   information</a>,   such as a sample of harmful URLs. Once you think the malware is removed,   you then can   request a reevaluation through Webmaster Tools.  </div>
<div></div>
<ul>
<li>     <b>Use secure protocols.<br /></b>   </li>
</ul>
<div>   SSH and SFTP should be used for data transfer, rather than plain text   protocols such as telnet or FTP. SSH and SFTP use encryption and are much   safer. For this and many other useful tips, check out StopBadware.org&#8217;s   <a href="http://www.stopbadware.org/home/security" title="Tips for Cleaning and Securing Your Website">Tips   for Cleaning and Securing Your Website</a>.</p>
</div>
<ul>
<li>     <b>Read the     </b><a href="http://googleonlinesecurity.blogspot.com/" title="Google Online Security Blog"><b>Google     Online Security Blog</b></a><b>.</b>   </li>
</ul>
<div>   Here&#8217;s some great content about online security and safety with pointers to   lots of useful resources. It&#8217;s a good one to add to your Google Reader feeds.   <img src='http://seojr.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </div>
<div></div>
<ul>
<li>     <b>Contact your hosting company for support.</b></li>
</ul>
<div>   Most hosting companies have helpful and responsive support groups. If you   think something may be wrong, or you simply want to make sure you&#8217;re in the   know, visit their website or give &#8216;em a call. </div>
<p>We hope you find these tips helpful. If you have some of your own tips you&#8217;d like to share, feel free to leave a comment below or start a discussion in the <a href="http://groups.google.com/group/Google_Webmaster_Help" title="Google Webmaster Help">Google Webmaster Help</a> group. Practice safe webmastering!<img src="http://feeds.feedburner.com/~r/blogspot/amDG/~4/158364053" height="1" width="1"/></p>
]]></content:encoded>
			<wfw:commentRss>http://seojr.com/quick-security-checklist-for-webmasters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Subscriber stats and more</title>
		<link>http://seojr.com/subscriber-stats-and-more/</link>
		<comments>http://seojr.com/subscriber-stats-and-more/#comments</comments>
		<pubDate>Mon, 08 Oct 2007 04:26:27 +0000</pubDate>
		<dc:creator>seojr</dc:creator>
				<category><![CDATA[Google Webmaster Central Tips]]></category>

		<guid isPermaLink="false">http://seojr.com/subscriber-stats-and-more/</guid>
		<description><![CDATA[Posted by Liza Ma, Webmaster Tools Team
 We&#8217;re unrolling some exciting new features in Webmaster Tools.
First of all, subscriber stats are now available. Webmaster Tools now show feed publishers the number of aggregated subscribers you have from Google services such as Google Reader, iGoogle, and Orkut.  We hope this will make it easier to [...]]]></description>
			<content:encoded><![CDATA[<p><span>Posted by Liza Ma, Webmaster Tools Team</p>
<p></span> We&#8217;re unrolling some exciting new features in <a href="http://www.google.com/webmasters/tools">Webmaster Tools</a>.</p>
<p>First of all, subscriber stats are now available. Webmaster Tools now show feed publishers the number of aggregated subscribers you have from Google services such as <a href="http://www.google.com/reader">Google Reader</a>, <a href="http://www.google.com/ig">iGoogle</a>, and <a href="http://www.orkut.com/">Orkut</a>.  We hope this will make it easier to track subscriber statistics across multiple feeds, as well as offer an improvement over parsing through server logs for feed information.</p>
<p><a href="http://bp3.blogger.com/_9jh8JYfXv8c/RusTcjo8cCI/AAAAAAAAAAs/Is6HjdU_-dY/s1600-h/subscriber_stats.JPG"><img src="http://bp3.blogger.com/_9jh8JYfXv8c/RusTcjo8cCI/AAAAAAAAAAs/Is6HjdU_-dY/s400/subscriber_stats.JPG" alt="" border="0" /></a><br />To improve the navigation and look and feel, we&#8217;ve also made some changes to the interface, including:
<ul>
<li>No more tabs! Navigate through the new sidebar.</li>
<li>Breadcrumbs in the page title for easier product navigation.</li>
<li>A sidebar that expands and contracts to show and hide options based on your current goal.</li>
<li>New sidebar topics: Overview, Diagnostics, Statistics, Links, Sitemaps, and Tools.</li>
</ul>
<p>   And last but not least, Webmaster Tools is now available in 20 languages! In addition to US English, UK English, French, Italian, Spanish, German, Dutch, Brazilian Portuguese, Traditional Chinese, Simplified Chinese, Korean, Russian, Japanese, Danish, Finnish, Norwegian, Swedish, and Polish, Webmaster Tools are now in Turkish and Romanian.
<div> </div>
<p>Sign in to see these changes for yourself. For questions or feedback, please post in the <a href="http://groups.google.com/group/Google_Webmaster_Help-Tools/topics">Google Webmaster Tools</a><a href="http://groups.google.com/group/Google_Webmaster_Help-Tools/topics"></a> section of our Webmaster Help Group.<img src="http://feeds.feedburner.com/~r/blogspot/amDG/~4/156631005" height="1" width="1"/></p>
]]></content:encoded>
			<wfw:commentRss>http://seojr.com/subscriber-stats-and-more/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google, duplicate content caused by URL parameters, and you</title>
		<link>http://seojr.com/google-duplicate-content-caused-by-url-parameters-and-you/</link>
		<comments>http://seojr.com/google-duplicate-content-caused-by-url-parameters-and-you/#comments</comments>
		<pubDate>Mon, 08 Oct 2007 04:25:54 +0000</pubDate>
		<dc:creator>seojr</dc:creator>
				<category><![CDATA[Google Webmaster Central Tips]]></category>

		<guid isPermaLink="false">http://seojr.com/google-duplicate-content-caused-by-url-parameters-and-you/</guid>
		<description><![CDATA[Written by Maile Ohye
How can URL parameters, like session IDs or tracking IDs, cause duplicate content?When user and/or tracking information is stored through URL parameters, duplicate content can arise because the same page is accessible through numerous URLs. It&#8217;s what Adam Lasnik referred to in &#8220;Deftly Dealing with Duplicate Content&#8221; as &#8220;store items shown (and [...]]]></description>
			<content:encoded><![CDATA[<p><span>Written by Maile Ohye</span></p>
<p><b><i>How can URL parameters, like session IDs or tracking IDs, cause duplicate content?</i></b><br />When user and/or tracking information is stored through URL parameters, duplicate content can arise because the same page is accessible through numerous URLs. It&#8217;s what Adam Lasnik referred to in &#8220;<a href="http://googlewebmastercentral.blogspot.com/2006/12/deftly-dealing-with-duplicate-content.html">Deftly Dealing with Duplicate Content</a>&#8221; as &#8220;store items shown (and &#8212; worse yet &#8212; linked) via multiple distinct URLs.&#8221;  In the example below, URL parameters create three URLs which access the same product page.</p>
<p><a href="http://bp2.blogger.com/_o5Na_9269nA/RuleCxWoOXI/AAAAAAAAAuU/akzGuAnW5nQ/s1600-h/swedish-fish.jpg"><img src="http://bp2.blogger.com/_o5Na_9269nA/RuleCxWoOXI/AAAAAAAAAuU/akzGuAnW5nQ/s400/swedish-fish.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5109718653929535858" /></a>
<div>(click to enlarge)</div>
<p><b><i>Why should you care?</i></b><br />When search engines crawl identical content through varied URLs, there may be several negative effects:
<div>1. Having multiple URLs can dilute link popularity. For example, in the diagram above, rather than 50 links to your intended display URL, the 50 links may be divided three ways among the three distinct URLs.</p>
<p>2. Search results may display user-unfriendly URLs (long URLs with tracking IDs, session IDs)</p></div>
<div>* Decreases chances of user selecting the listing<br />* Offsets branding efforts</div>
<p><b><i>How we help users and webmasters with duplicate content</i></b><br />We&#8217;ve designed algorithms to help prevent duplicate content from negatively affecting webmasters and the user experience.
<div>1. When we detect duplicate content, such as through variations caused by URL parameters, we group the duplicate URLs into one cluster.</p>
<p>2. We select what we think is the &#8220;best&#8221; URL to represent the cluster in search results.</p>
<p>3. We then consolidate properties of the URLs in the cluster, such as link popularity, to the representative URL.</p></div>
<p>
<div>Consolidating properties from duplicates into one representative URL often provides users with more accurate search results.</div>
<p><b><i>If you find you have duplicate content as mentioned above, can you help search engines understand your site?</i></b><br />First, no worries, there are many sites on the web that utilize URL parameters and for valid reasons.  But yes, you can help reduce potential problems for search engines by:</p>
<div>1. Removing unnecessary URL parameters &#8212; keep the URL as clean as possible. </p>
<p>2. Submitting a <a href="http://www.google.com/support/webmasters/bin/topic.py?topic=8467">Sitemap</a> with the canonical (i.e. representative) version of each URL. While we can&#8217;t guarantee that our algorithms will display the Sitemap&#8217;s URL in search results, it&#8217;s helpful to indicate the canonical preference. </div>
<p><b><i>How can you design your site to reduce duplicate content?</i></b><br />Because of the way Google handles duplicate content, webmasters need not be overly concerned with the loss of link popularity or loss of PageRank due to duplication. However, to reduce duplicate content more broadly, we suggest:
<div>1. When tracking visitor information, use 301 redirects to redirect URLs with parameters such as affiliateID, trackingID, etc. to the canonical version.</p>
<p>2. Use a cookie to set the affiliateID and trackingID values.</p></div>
<p>If you follow this guideline, your webserver logs could appear as:
<div>127.0.0.1 &#8211; - [19/Jun/2007:14:40:45 -0700] &#8220;GET /product.php?category=gummy-candy&#038;item=swedish-fish&#038;affiliateid=ABCD HTTP/1.1&#8243; 301 -</p>
<p>127.0.0.1 &#8211; - [19/Jun/2007:14:40:45 -0700] &#8220;GET /product.php?item=swedish-fish HTTP/1.1&#8243; 200 74</p></div>
<p>And the session file storing the raw cookie information may look like:
<div>category|s:11:&#8221;gummy-candy&#8221;;affiliateid|s:4:&#8221;ABCD&#8221;;</div>
<p>
<div>Please be aware that if your site uses cookies, your content (such as product pages) should remain accessible with cookies disabled.</div>
<p><b><i>How can we better assist you in the future?</i></b><br />We recently published ideas from <a href="http://googlewebmastercentral.blogspot.com/2007/06/duplicate-content-summit-at-smx.html">SMX Advanced</a> on how search engines can help webmasters with duplicate content. If you have an opinion on the topic, please join our conversation in the <a href="http://groups.google.com/group/Google_Webmaster_Help-Requests/topics"> Webmaster Help Group</a> (we&#8217;ve already started the thread).<img src="http://feeds.feedburner.com/~r/blogspot/amDG/~4/155399061" height="1" width="1"/></p>
]]></content:encoded>
			<wfw:commentRss>http://seojr.com/google-duplicate-content-caused-by-url-parameters-and-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Webmaster Central gets a new look</title>
		<link>http://seojr.com/webmaster-central-gets-a-new-look/</link>
		<comments>http://seojr.com/webmaster-central-gets-a-new-look/#comments</comments>
		<pubDate>Mon, 08 Oct 2007 04:25:41 +0000</pubDate>
		<dc:creator>seojr</dc:creator>
				<category><![CDATA[Google Webmaster Central Tips]]></category>

		<guid isPermaLink="false">http://seojr.com/webmaster-central-gets-a-new-look/</guid>
		<description><![CDATA[Written by David Sha, Webmaster Tools Team
We launched Webmaster Central back in August 2006, with a goal of creating a place for you to learn more about Google&#8217;s crawling and indexing of websites, and to offer tools for submitting sitemaps and other content. Given all of your requests and recommendations, we&#8217;ve also been busy working [...]]]></description>
			<content:encoded><![CDATA[<p>Written by David Sha, Webmaster Tools Team</p>
<p>We launched <a title="Webmaster Central" href="http://www.google.com/webmasters/">Webmaster Central</a> back in August 2006, with a goal of creating a place for you to learn more about Google&#8217;s <a title="crawling" href="http://www.google.com/support/webmasters/bin/answer.py?answer=35253&amp;query=crawl&amp;topic=&amp;type=">crawling</a> and <a title="indexing" href="http://www.google.com/support/webmasters/bin/answer.py?answer=35256&amp;query=index+stats&amp;topic=&amp;type=">indexing</a> of websites, and to offer <a title="tools" href="https://www.google.com/webmasters/tools">tools</a> for submitting sitemaps and other content. Given all of your requests and recommendations, we&#8217;ve also been busy working behind the scenes to roll out exciting new features for Webmaster Tools, like <a title="internal/external links data" href="http://googlewebmastercentral.blogspot.com/2007/02/discover-your-links.html">internal/external links data</a> and the <a title="Message Center" href="http://googlewebmastercentral.blogspot.com/2007/07/message-center-let-us-communicate-with.html">Message Center</a>, over the past year.</p>
<p>And so today, we&#8217;re unveiling a new look on <span>the </span><a title="Webmaster Central" href="http://www.google.com/webmasters/">Webmaster Central</a><span> </span><a title="Webmaster Central" href="http://www.google.com/webmasters/"><span></span></a>landing page at http://www.google.com/webmasters. You&#8217;ll still find all of the tools and resources you&#8217;ve come to love like our <a title="Webmaster Blog" href="http://googlewebmastercentral.blogspot.com/">Webmaster Blog</a> and <a title="discussion group" href="http://groups.google.com/group/Google_Webmaster_Help">discussion group</a> &#8212; but now, in addition to these, we&#8217;ve added a few more you might enjoy and find useful. We hope that the new layout will make it easier to discover some additional resources that will help you learn even more about how to improve traffic to your site, submit content to Google, and enhance your site&#8217;s functionality.</p>
<p>Here&#8217;s a brief look at some of the new additions:</p>
<div><a title="Analyze your visitors with Google Analytics" href="http://www.google.com/analytics/#utm_campaign=en&amp;utm_source=en-webmaster_central&amp;utm_medium=et">Analyze your visitors</a>. Google Analytics is a free tool for webmasters to better understand their visitor traffic in order to improve site content. With metrics including the amount of time spent on each page and the percentage of new vs. returning visits to a page, webmasters can tailor their site&#8217;s content around pages that resonate most with visitors.</div>
<p>
<div><a title="Add custom search to your pages with Google Custom Search" href="http://www.google.com/coop/cse/?utm_source=webmaster_central&amp;utm_medium=et&amp;utm_campaign=en">Add custom search to your pages</a>. Google Custom Search Engine (CSE) is a great way for webmasters to incorporate search into their site and help their site visitors find w<span>hat </span><span>they&#8217;re looking for</span><span>. </span>CSE gives webmasters access to a XML API, allowing greater control over the search results look and feel, so you can keep visitors on your site focused only on your content.</div>
<p>
<div><a title="Leverage Google's Developer Tools with Google Code" href="http://code.google.com/#utm_campaign=en&amp;utm_source=en-webmaster_central&amp;utm_medium=et">Leverage Google&#8217;s Developer Tools</a>. Google Code has tons of Google APIs and developer tools to help webmasters put technologies like Google Maps and AJAX Search on their websites.</div>
<p>
<div><a title="Add gadgets to your webpage with Google Gadgets" href="http://www.google.com/webmasters/gadgets/foryourpage/#utm_campaign=gg4yp-us-webc&amp;utm_source=EM&amp;utm_medium=link">Add gadgets to your webpage</a>. Google Gadgets for your Webpage are a quick and easy way for webmasters to enhance their sites with content-rich gadgets, free from the Google Gadget directory. Adding gadgets to your webpage can make your site more interactive and useful to visitors, making sure they keep coming back.</div>
<p><span><span>We&#8217;d love to get your feedback on the new site. Feel free to comment below, or join our </span></span><a title="discussion group" href="http://groups.google.com/group/Google_Webmaster_Help">discussion group</a><span><span>. </span></span><img src="http://feeds.feedburner.com/~r/blogspot/amDG/~4/153177426" height="1" width="1"/></p>
]]></content:encoded>
			<wfw:commentRss>http://seojr.com/webmaster-central-gets-a-new-look/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update on penalty notifications</title>
		<link>http://seojr.com/update-on-penalty-notifications/</link>
		<comments>http://seojr.com/update-on-penalty-notifications/#comments</comments>
		<pubDate>Mon, 08 Oct 2007 04:23:54 +0000</pubDate>
		<dc:creator>seojr</dc:creator>
				<category><![CDATA[Google Webmaster Central Tips]]></category>

		<guid isPermaLink="false">http://seojr.com/update-on-penalty-notifications/</guid>
		<description><![CDATA[Written by Ben D&#8217;Angelo, Search Quality Team
First, a brief recap: In late 2005, we started emailing webmasters to let them know that their site is violating our Webmaster Guidelines and that we have temporarily removed some of their pages from our index. A few months ago we put these emails on hold due to a [...]]]></description>
			<content:encoded><![CDATA[<p><span>Written by Ben D&#8217;Angelo, Search Quality Team</span></p>
<p>First, a brief recap: In late 2005, we started <a href="http://www.mattcutts.com/blog/webmaster-communication/">emailing webmasters</a> to let them know that their site is violating our <a href="http://www.google.com/support/webmasters/bin/answer.py?answer=35769">Webmaster Guidelines</a> and that we have temporarily removed some of their pages from our index. A few months ago we <a href="http://googlewebmastercentral.blogspot.com/2007/05/about-those-fake-penalty-notification.html">put these emails on hold</a> due to a number of spoofed messages being sent from outside Google, primarily to German webmasters. Then, in mid-July, we <a href="http://googlewebmastercentral.blogspot.com/2007/07/message-center-let-us-communicate-with.html">launched Message Center</a> in our webmaster console, which allows us to send messages to verified site owners.</p>
<p>While Message Center is great for verified site owners, it doesn&#8217;t allow us to notify webmasters who aren&#8217;t registered in Google&#8217;s <a href="https://www.google.com/webmasters/tools/">Webmaster Tools</a>. For this reason, we plan to resume sending emails in addition to the Message Center notifications. Please note that, as before, our emails will not include attachments. Currently, the Message Center won&#8217;t keep messages waiting if you haven&#8217;t previously registered, but we hope to add that feature in the next few months. We&#8217;ll keep you posted as things change.<img src="http://feeds.feedburner.com/~r/blogspot/amDG/~4/149828737" height="1" width="1"/></p>
]]></content:encoded>
			<wfw:commentRss>http://seojr.com/update-on-penalty-notifications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Register non-English domain names with Webmaster Tools</title>
		<link>http://seojr.com/register-non-english-domain-names-with-webmaster-tools/</link>
		<comments>http://seojr.com/register-non-english-domain-names-with-webmaster-tools/#comments</comments>
		<pubDate>Mon, 08 Oct 2007 04:23:21 +0000</pubDate>
		<dc:creator>seojr</dc:creator>
				<category><![CDATA[Google Webmaster Central Tips]]></category>

		<guid isPermaLink="false">http://seojr.com/register-non-english-domain-names-with-webmaster-tools/</guid>
		<description><![CDATA[Written by Trevor Foucher, Webmaster Tools Team
I&#8217;m happy to announce that Webmaster Tools is expanding support for webmasters outside of the English-speaking world, by supporting Internationalizing Domain Names in Applications (IDNA). IDNA provides a way for site owners to have domains that go beyond the domain name system&#8217;s limitations of English letters and numbers. Prior [...]]]></description>
			<content:encoded><![CDATA[<p><span>Written by Trevor Foucher, Webmaster Tools Team</span></p>
<p>I&#8217;m happy to announce that Webmaster Tools is expanding support for webmasters outside of the English-speaking world, by supporting <a href="http://www.ietf.org/rfc/rfc3490.txt">Internationalizing Domain Names in Applications (IDNA)</a>. IDNA provides a way for site owners to have domains that go beyond the domain name system&#8217;s limitations of English letters and numbers. Prior to IDNA, Internet host names could only be in the 26 letters of the English alphabet, the numbers 0-9, and the hyphen character. With IDNA support, you&#8217;ll now be able to add your sites that use other character sets, and organize them easily on your Webmaster Tools Dashboard.</p>
<p>Let&#8217;s say you wanted to add http://北京大学.cn/ (Peking University) to your Webmaster Tools account before we launched IDNA support. If you typed that in to the &#8220;Add Site&#8221; box, you&#8217;d get back an error message that looks like this:</p>
<p><a href="http://bp0.blogger.com/_q2OllbNHP5Q/RtM_9hApDeI/AAAAAAAAAA0/WQ0rRZSifo4/s1600-h/IDNAprior.png"><img src="http://bp0.blogger.com/_q2OllbNHP5Q/RtM_9hApDeI/AAAAAAAAAA0/WQ0rRZSifo4/s400/IDNAprior.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5103493128806534626" /></a></p>
<p>Some webmasters discovered a workaround. Internally, IDNA converts nicely encoded http://北京大学.cn/ to a format called <a href="http://www.ietf.org/rfc/rfc3492.txt">Punycode</a>, which looks like http://xn--1lq90ic7fzpc.cn/. This allowed them to diagnose and view information about their site, but it looked pretty ugly. Also, if they had more than one IDNA site, you can imagine it would be pretty hard to tell them apart.</p>
<p><a href="http://bp2.blogger.com/_q2OllbNHP5Q/RtNAaBApDfI/AAAAAAAAAA8/jTGopFzmloY/s1600-h/Punycode.png"><img src="http://bp2.blogger.com/_q2OllbNHP5Q/RtNAaBApDfI/AAAAAAAAAA8/jTGopFzmloY/s400/Punycode.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5103493618432806386" /></a></p>
<p>Since we now support IDNA throughout Webmaster Tools, all you need to do is type in the name of your site, and we will add it correctly. Here is what it looks like if you attempt to add http://北京大学.cn/ to your account:</p>
<p><a href="http://bp2.blogger.com/_q2OllbNHP5Q/RtNAwBApDgI/AAAAAAAAABE/jeUASHSdzSo/s1600-h/IDNAafter.png"><img src="http://bp2.blogger.com/_q2OllbNHP5Q/RtNAwBApDgI/AAAAAAAAABE/jeUASHSdzSo/s400/IDNAafter.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5103493996389928450" /></a></p>
<p>If you are one of the webmasters who discovered the workaround previously (i.e., you have had sites listed in your account that look like http://xn--1lq90ic7fzpc.cn/), those sites will now automatically display correctly.</p>
<p>We&#8217;d love to hear your questions and feedback on this new feature; you can write a comment below or post in the <a href="http://groups.google.com/group/Google_Webmaster_Help-Tools/topics">Google Webmaster Tools</a> section of our Webmaster Help Group. We&#8217;d also appreciate suggestions for other ways we can improve our international support.<img src="http://feeds.feedburner.com/~r/blogspot/amDG/~4/148956059" height="1" width="1"/></p>
]]></content:encoded>
			<wfw:commentRss>http://seojr.com/register-non-english-domain-names-with-webmaster-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Join us at cool SES San Jose &#8211; it&#8217;ll be hot!</title>
		<link>http://seojr.com/join-us-at-cool-ses-san-jose-itll-be-hot/</link>
		<comments>http://seojr.com/join-us-at-cool-ses-san-jose-itll-be-hot/#comments</comments>
		<pubDate>Mon, 08 Oct 2007 04:23:06 +0000</pubDate>
		<dc:creator>seojr</dc:creator>
				<category><![CDATA[Google Webmaster Central Tips]]></category>

		<guid isPermaLink="false">http://seojr.com/join-us-at-cool-ses-san-jose-itll-be-hot/</guid>
		<description><![CDATA[Written by Jonathan Simon
As summer inches towards fall and in many places the temperature is still rising, you&#8217;re probably thinking the best place to be right now is on the beach, by a pool or inside somewhere that&#8217;s air-conditioned. These are all good choices, but next week there&#8217;s somewhere else to be that&#8217;s both hot [...]]]></description>
			<content:encoded><![CDATA[<p><span>Written by Jonathan Simon</span></p>
<div>As summer inches towards fall and in many places the temperature is still rising, you&#8217;re probably thinking the best place to be right now is on the beach, by a pool or inside somewhere that&#8217;s air-conditioned. These are all good choices, but next week there&#8217;s somewhere else to be that&#8217;s both hot and cool: the <a href="http://www.searchenginestrategies.com/sew/sj07/" title="Search Engines Strategies conference in San Jose">Search Engines Strategies conference in San Jose</a>. In addition to the many tantalizing conference sessions covering diverse topics related to search, there will be refreshments, food, and of course, air-conditioning.</div>
<p><a href="http://bp3.blogger.com/_pHpYpU4sgSI/RsYo2cDmeGI/AAAAAAAAABQ/BNIn_qJqnYk/s1600-h/SES-San-Jose-Googlers.jpg"><img src="http://bp3.blogger.com/_pHpYpU4sgSI/RsYo2cDmeGI/AAAAAAAAABQ/BNIn_qJqnYk/s320/SES-San-Jose-Googlers.jpg" alt="Googlers attending SES San Jose" border="0" /></a>
<div>Additionally, on Tuesday evening at our Mountain View ‘plex we&#8217;re hosting the “Google Dance” &#8212; where conference attendees can eat, drink, play, dance, and talk about search. During the Google Dance be sure to attend the “Meet the Engineers” event where you’ll be able to meet and have a conversation with 25 or more engineers including <a href="http://www.google.com/webmasters/" title="Webmaster Central">Webmaster Central</a>’s own <a href="http://static.flickr.com/100/311046527_93b66892bd_m.jpg" title="Amanda Camp">Amanda Camp</a>. Also, if you get a spare minute from merry-making, head over to the <a href="https://www.google.com/webmasters/tools/" title="Webmaster Tools">Webmaster Tools</a> booth, where you’ll find Maile Ohye offering lots of good advice.</div>
<p>
<div>If you’re a night owl, you’ll probably also be interested in the unofficial late-night SES after-parties that you only know about if you talk to the right person. To stem the potential barrage of “where’s the party” questions, I&#8217;d like to make it clear that I unfortunately am not the right person. But if you happen to be someone who’s organizing a late night party, please consider inviting me. <img src='http://seojr.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </div>
<p>
<div>&#8220;Enough about the parties &#8212; what about the conference?,&#8221; you ask. As you would expect, Google will be well-represented at the conference. Here is a sampling of the Search-related sessions at which Googlers will be speaking:</div>
<p>
<div><a href="http://www.searchenginestrategies.com/sew/sj07/agenda.html#searcher_2" title="Universal &amp; Blended Search">Universal &amp; Blended Search</a><br />Monday, August 20<br />11:00am-12:30pm<br />David Baile</div>
<p>
<div><a href="http://www.searchenginestrategies.com/sew/sj07/agenda.html#searcher_3" title="Personalization, User Data &amp; Search">Personalization, User Data &amp; Search</a><br />Monday, August 20<br />2:00 &#8211; 3:30pm<br />Sep Kamvar</div>
<p>
<div><a href="http://www.searchenginestrategies.com/sew/sj07/agenda.html#searcher_4" title="Searcher Behavior Research Update">Searcher Behavior Research Update</a><br />Monday, August 20<br />4:00 &#8211; 5:30pm<br />Oliver Deighton</div>
<p>
<div><a href="http://www.searchenginestrategies.com/sew/sj07/agenda2.html#issues_4" title="Are Paid Links Evil?">Are Paid Links Evil?</a><br />Tuesday, August 21<br />4:45 &#8211; 6:00pm<br />Matt Cutts</div>
<p>
<div><a href="http://www.searchenginestrategies.com/sew/sj07/agenda3.html#keynote_2" title="Keynote Conversation">Keynote Conversation</a><br />Wednesday, August 22<br />9:00 &#8211; 9:45am<br />Marissa Mayer</div>
<p>
<div><a href="http://www.searchenginestrategies.com/sew/sj07/agenda3.html#industry_1" title="Search APIs">Search APIs</a><br />Wednesday, August 22<br />10:30am &#8211; 12:00pm<br />Jon Diorio</div>
<p>
<div><a href="http://www.searchenginestrategies.com/sew/sj07/agenda3.html#organic_1" title="SEO Through Blogs &amp; Feeds">SEO Through Blogs &amp; Feeds</a> <br />Wednesday, August 22<br />10:30am &#8211; 12:00pm<br />Rick Klau</div>
<p>
<div><a href="http://www.searchenginestrategies.com/sew/sj07/agenda3.html#organic_2" title="Duplicate Content &amp; Multiple Site Issue">Duplicate Content &amp; Multiple Site Issues</a><br />Wednesday, August 22<br />1:30 &#8211; 2:45pm<br />Greg Grothaus</div>
<p>
<div><a href="http://www.searchenginestrategies.com/sew/sj07/agenda3.html#organic_3" title="CSS, AJAX, Web 2.0 &amp; Search Engines">CSS, AJAX, Web 2.0 &amp; Search Engines</a><br />Wednesday, August 22<br />3:15 &#8211; 4:30pm<br />Amanda Camp</div>
<p>
<div><a href="http://www.searchenginestrategies.com/sew/sj07/agenda3.html#linking_4" title="Search Engine Q&amp;A On Links">Search Engine Q&amp;A On Links</a><br />Wednesday, August 22<br />4:45 &#8211; 6:00pm<br />Shashi Thakur</div>
<p>
<div><a href="http://www.searchenginestrategies.com/sew/sj07/agenda4.html#organic_2" title="Meet the Crawlers">Meet the Crawlers</a><br />Thursday, August 23<br />10:45am &#8211; 12:00pm<br />Evan Roseman</div>
<p>
<div>We will also have a large presence in the conference expo hall where members of the <a href="http://www.google.com/webmasters/" title="Webmaster Central">Webmaster Central</a> Team like Susan Moskwa and I will be present at the <a href="https://www.google.com/webmasters/tools/" title="Webmaster Tools">Webmaster Tools</a> booth to answer questions, listen to your thoughts and generally be there to chat about all things webmaster related. Bergy and Wysz, two more of us who tackle tough questions in the <a href="http://groups.google.com/group/Google_Webmaster_Help" title="Webmaster Help Groups">Webmaster Help Groups</a>, will be offering assistance at the Google booth (live and in person, not via discussion thread).</div>
<p>
<div>If you&#8217;re reading this and thinking, &#8220;I should go and grab the last frozen juice bar in the freezer,&#8221; I suggest that you save that frozen juice bar for when you return from the conference and find that your brain&#8217;s overheating from employing all the strategies you&#8217;ve learned and networking with all the people you&#8217;ve met.</div>
<p>
<div>Joking aside, we are psyched about the conference and hope to see you there. Save a cold beverage for me!</div>
<p><img src="http://feeds.feedburner.com/~r/blogspot/amDG/~4/145530644" height="1" width="1"/></p>
]]></content:encoded>
			<wfw:commentRss>http://seojr.com/join-us-at-cool-ses-san-jose-itll-be-hot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New robots.txt feature and REP Meta Tags</title>
		<link>http://seojr.com/new-robotstxt-feature-and-rep-meta-tags/</link>
		<comments>http://seojr.com/new-robotstxt-feature-and-rep-meta-tags/#comments</comments>
		<pubDate>Mon, 08 Oct 2007 04:22:23 +0000</pubDate>
		<dc:creator>seojr</dc:creator>
				<category><![CDATA[Google Webmaster Central Tips]]></category>

		<guid isPermaLink="false">http://seojr.com/new-robotstxt-feature-and-rep-meta-tags/</guid>
		<description><![CDATA[Posted by John Blackburn, Webmaster Tools and Matt Dougherty, Search Quality
  We&#8217;ve improved Webmaster Central&#8217;s robots.txt analysis tool to recognize sitemap declarations and relative urls. Earlier versions weren&#8217;t aware of sitemaps at all, and understood only absolute URLs; anything else was reported as Syntax not understood. The improved version now tells you whether your [...]]]></description>
			<content:encoded><![CDATA[<p><span>Posted by John Blackburn, Webmaster Tools and Matt Dougherty, Search Quality</span></p>
<div>  We&#8217;ve improved Webmaster Central&#8217;s robots.txt analysis tool to recognize sitemap declarations and relative urls. Earlier versions weren&#8217;t aware of sitemaps at all, and understood only absolute URLs; anything else was reported as<i><span > Syntax not understood</span></i>. The improved version now tells you whether your sitemap&#8217;s URL and scope are valid. You can also test against relative URLs with a lot less typing.</p>
</div>
<p>Reporting is better, too. You&#8217;ll now be told of multiple problems per line if they exist, unlike earlier versions which only reported the first problem encountered. And we&#8217;ve made other general improvements to analysis and validation.</p>
<p>Imagine that you&#8217;re responsible for the domain <b><span>www.example.com</span></b> and you want search engines to index everything on your site, except for your /images folder. You also want to make sure your sitemap gets noticed, so you save the following as your robots.txt file:
<div>disalow images</p>
<p>user-agent: *<br />Disallow:</p>
<p>sitemap: http://www.example.com/sitemap.xml</div>
<p>You visit Webmaster Central to test your site against the robots.txtanalysis tool using these two test URLs:
<div>http://www.example.com  <br />/archives</div>
<p>Earlier versions of the tool would have reported this:</p>
<p><a href="http://bp3.blogger.com/_uYfD21bR0qU/RsOKVDLGmtI/AAAAAAAAAT4/S0BjNQsJo08/s1600-h/before.gif"><img src="http://bp3.blogger.com/_uYfD21bR0qU/RsOKVDLGmtI/AAAAAAAAAT4/S0BjNQsJo08/s400/before.gif" alt="" border="0" /></a></p>
<p>The improved version tells you more about that robots.txt file:</p>
<p><a href="http://bp2.blogger.com/_uYfD21bR0qU/RsOLXzLGmuI/AAAAAAAAAUA/FXgAVgXwXLs/s1600-h/after.png"><img src="http://bp2.blogger.com/_uYfD21bR0qU/RsOLXzLGmuI/AAAAAAAAAUA/FXgAVgXwXLs/s400/after.png" alt="" border="0" /></a></p>
<div>See for yourself at <a href="http://www.google.com/webmasters/tools" title="Webmaster Central"><span>http://www.google.com/webmasters/tools</span></a>.</div>
<p>We also want to make sure you&#8217;ve heard about the new unavailable_after META<br />tag announced by Dan Crow on the <span><a href="http://googleblog.blogspot.com/2007/07/robots-exclusion-protocol-now-with-even.html" title="Official Google Blog">Official Google Blog</a></span> a few weeks ago. This allows for a more dynamic relationship between your site and Googlebot. Just think, with<b><span> www.example.com</span></b>, any time you have a temporarily available news story or limited offer sale or promotion page, you can specify the exact date and time you want specific<br />pages to stop being crawled and indexed.</p>
<p>Let&#8217;s assume you are running a promotion that expires at the end of 2007. In the headers of page<b><span> www.example.com/2007promotion.html</span></b>, you would use the following:</p>
<p><span>&lt;META NAME=&#8221;GOOGLEBOT&#8221;<br />CONTENT=&#8221;unavailable_after: 31-Dec-2007 23:59:59 EST&#8221;&gt;</span></p>
<p>The second exciting news: the new X-Robots-Tag directive, which adds <a href="http://googleblog.blogspot.com/2007/02/robots-exclusion-protocol.html" title="Robots Exclusion Protocol">Robots Exclusion Protocol</a> (REP) META tag support for non-HTML pages! Finally, you can have the same control over your videos, spreadsheets, and other indexed file types. Using the example above, let&#8217;s say your promotion page is in PDF format. For<b><span> www.example.com/2007promotion.pdf</span></b>, you would use the following:</p>
<p><span>X-Robots-Tag: unavailable_after: 31 Dec<br />2007 23:59:59 EST</span></p>
<p>Remember, REP META tags can be useful for implementing noarchive, nosnippet, and now unavailable_after tags for page-level instruction, as opposed to robots.txt, which is controlled at the domain root. We get requests from bloggers and webmasters for these features, so enjoy. If you have other suggestions, keep them coming. Any questions? Please ask them in the <a href="http://groups.google.com/group/Google_Webmaster_Help" title="Webmaster Help Group">Webmaster Help Group</a>.<img src="http://feeds.feedburner.com/~r/blogspot/amDG/~4/144577570" height="1" width="1"/></p>
]]></content:encoded>
			<wfw:commentRss>http://seojr.com/new-robotstxt-feature-and-rep-meta-tags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Malware reviews via Webmaster Tools</title>
		<link>http://seojr.com/malware-reviews-via-webmaster-tools/</link>
		<comments>http://seojr.com/malware-reviews-via-webmaster-tools/#comments</comments>
		<pubDate>Mon, 08 Oct 2007 04:21:48 +0000</pubDate>
		<dc:creator>seojr</dc:creator>
				<category><![CDATA[Google Webmaster Central Tips]]></category>

		<guid isPermaLink="false">http://seojr.com/malware-reviews-via-webmaster-tools/</guid>
		<description><![CDATA[Written by Panayiotis Mavrommatis, Anti-Malware Team
In the past year, the number of sites affected by malware/badware grew from a handful a week to thousands per week. We noted your suggestions to improve communication for webmasters of affected sites &#8212; suggestions mentioned in our earlier blog post &#8220;About badware warnings&#8221; as well as the stopbadware discussion [...]]]></description>
			<content:encoded><![CDATA[<p>Written by Panayiotis Mavrommatis, Anti-Malware Team</p>
<p>In the past year, the number of sites affected by <a title="malware/badware" href="http://stopbadware.org/home/help">malware/badware</a> grew from a handful a week to thousands per week. We noted your suggestions to improve communication for webmasters of affected sites &#8212; suggestions mentioned in our earlier blog post <a href="http://googlewebmastercentral.blogspot.com/2007/01/about-badware-warnings.html" title="&quot;About badware warnings&quot;">&#8220;About badware warnings&#8221;</a> as well as the <a title="stopbadware discussion group" href="http://groups.google.com/group/stopbadware">stopbadware discussion group</a>. Now, <a href="http://www.google.com/webmasters/tools" title="Webmaster Tools">Webmaster Tools</a> provides malware reviews.</p>
<p>If you find that your site is affected by malware, either through <a href="http://www.google.com/support/bin/answer.py?answer=45449&amp;topic=360&amp;hl=en&amp;sa=X&amp;oi=malwarewarninglink&amp;resnum=1&amp;ct=help" title="malware-labeled search results">malware-labeled search results</a> or in the summary for your site in Webmaster Tools, we&#8217;ve streamlined the process to review your site and return it malware-label-free in our search results:
<ol>
<li>View a sample of the dangerous URLs on your site in Webmaster Tools.</li>
<li>Make any necessary changes to your site according to <a title="StopBadware.org's Security tips" href="http://stopbadware.org/home/security">StopBadware.org&#8217;s Security tips</a>.</li>
<li>New: Request a malware review from Google and we&#8217;ll evaluate your site.</li>
<li>New: Check the status of your review.</li>
<ul>
<li>         If we feel the site is still harmful, we&#8217;ll provide an updated list of remaining dangerous URLs       </li>
<li> If we&#8217;ve determined the site to be clean, you can expect removal of malware messages in the near future (usually within 24 hours).</li>
</ul>
</ol>
<p><a href="http://bp1.blogger.com/_LMSk7hTEaIE/RsCxcaKO-CI/AAAAAAAAFNw/yj3LCO7E49M/s1600-h/summary.png"><img src="http://bp1.blogger.com/_LMSk7hTEaIE/RsCxcaKO-CI/AAAAAAAAFNw/yj3LCO7E49M/s320/summary.png" alt="" border="1"></a><br />We encourage all webmasters to become familiar with <a href="http://stopbadware.org/home/security#preventing" title="malware prevention tips">Stopbadware&#8217;s malware prevention tips</a>. If you have additional questions, please review our <a href="http://www.google.com/support/webmasters/bin/answer.py?answer=45432" title="documentation">documentation</a> or post to the <a href="http://groups.google.com/group/stopbadware" title="discussion group">discussion group</a>. We hope you find this new feature in <a title="Webmaster Tools" href="http://www.google.com/webmasters/tools">Webmaster Tools</a> useful in discovering and fixing any malware-related problems, and thanks for your diligence for awareness and prevention of malware.<img src="http://feeds.feedburner.com/~r/blogspot/amDG/~4/143843224" height="1" width="1"/></p>
]]></content:encoded>
			<wfw:commentRss>http://seojr.com/malware-reviews-via-webmaster-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Server location, cross-linking, and Web 2.0 technology thoughts</title>
		<link>http://seojr.com/server-location-cross-linking-and-web-20-technology-thoughts/</link>
		<comments>http://seojr.com/server-location-cross-linking-and-web-20-technology-thoughts/#comments</comments>
		<pubDate>Mon, 08 Oct 2007 04:21:47 +0000</pubDate>
		<dc:creator>seojr</dc:creator>
				<category><![CDATA[Google Webmaster Central Tips]]></category>

		<guid isPermaLink="false">http://seojr.com/server-location-cross-linking-and-web-20-technology-thoughts/</guid>
		<description><![CDATA[Written by Greg Grothaus and Shashi Thakur, Search Quality Team
Held on June 27th, Searchnomics 2007 gave us (Greg Grothaus and Shashi Thakur) a chance to meet webmasters and answer some of their questions. As we&#8217;re both engineers focused on improving search quality, the feedback was extremely valuable. Here&#8217;s our take on the conference and a [...]]]></description>
			<content:encoded><![CDATA[<p><span>Written by Greg Grothaus and Shashi Thakur, Search Quality Team</span></p>
<p>Held on June 27th, <a title="Searchnomics 2007" href="http://www.webguild.org/meetings/2007/searchnomics/">Searchnomics 2007</a> gave us (Greg Grothaus and Shashi Thakur) a chance to meet webmasters and answer some of their questions. As we&#8217;re both engineers focused on improving search quality, the feedback was extremely valuable. <span>Here&#8217;s our take on the conference and a recap of some of what we talked about there.</span></p>
<p>Shashi:  While I&#8217;ve worked at Google for over a year, this was my first time speaking at a conference. I spoke on the &#8220;Search Engine Friendly Design&#8221; panel. The exchanges were hugely valuable, helping me grasp some of the concerns of webmasters. Greg and I thought it would be valuable to share our responses to a few questions:</p>
<p><span><i>Does location of server matter?  I use </i></span><span><i>a .com domain but my content is for customers in the UK.</i></span></p>
<div>In our understanding of web content, Google considers both the IP address and the top-level domain (e.g. .com, .co.uk). Because we attempt to serve geographically relevant content, we factor domains that have a regional significance. For example, &#8220;.co.uk &#8221; domains are likely very relevant for user queries originating from the UK. In the absence of a significant top-level domain, we often use the web server&#8217;s IP address as an added hint in our understanding of content.</p>
</div>
<p><span><i>I have many different sites. Can I cross-link between them?</i></span></p>
<div><span>Before you begin cross-linking sites, consider the user&#8217;s perspective and whether the crosslinks provide value. If the sites are related in business &#8212; e.g., an auto manual site linking to an auto parts retail site, then it could make sense &#8212; the links are organic and useful. Cross-linking between dozens or hundreds of sites, however, probably doesn&#8217;t provide value, and I would not recommend it.</span></div>
<p>Greg:  Like Shashi, this was also my first opportunity to speak at a conference as a Googler. It was refreshing to hear feedback from the people who use the software we work every day to perfect. The session also underscored the argument that we&#8217;re just at the beginning of search and have a long way to go. I spoke on the subject of Web 2.0 technologies. It was clear that many people are intimidated by the challenges of building a Web 2.0 site with respect to search engines. We understand these concerns. You should expect see more feedback from us on this subject, both at conferences and through our blog.</p>
<p><span><i>Any special guidance for DHTML/AJAX/Flash documents?</i></span></p>
<div>It&#8217;s important to make sure that content and navigation can be rendered/negotiated using only HTML. So long as the content and navigation are the same for search crawlers and end users, you&#8217;re more than welcome to use advanced technologies such as Flash and/or Javascript to improve the user experience using a richer presentation. In &#8220;<a href="http://googlewebmastercentral.blogspot.com/2007/07/best-uses-of-flash.html"><span><u>Best uses of Flash</u></span></a>,&#8221; we wrote in more detail about this, and are working on a post about AJAX technology.</div>
<p><img src="http://feeds.feedburner.com/~r/blogspot/amDG/~4/141691126" height="1" width="1"/></p>
]]></content:encoded>
			<wfw:commentRss>http://seojr.com/server-location-cross-linking-and-web-20-technology-thoughts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Supplemental goes mainstream</title>
		<link>http://seojr.com/supplemental-goes-mainstream/</link>
		<comments>http://seojr.com/supplemental-goes-mainstream/#comments</comments>
		<pubDate>Mon, 08 Oct 2007 04:21:46 +0000</pubDate>
		<dc:creator>seojr</dc:creator>
				<category><![CDATA[Google Webmaster Central Tips]]></category>

		<guid isPermaLink="false">http://seojr.com/supplemental-goes-mainstream/</guid>
		<description><![CDATA[Written by Prashanth Koppula, Product Manager, and Matt Cutts, Software Engineer
When Google originally introduced Supplemental Results in 2003, our main web index had billions of web pages. The supplemental index made it possible to index even more web pages and, just like our main web index, make this content available when generating relevant search results [...]]]></description>
			<content:encoded><![CDATA[<p><span>Written by Prashanth Koppula, Product Manager, and Matt Cutts, Software Engineer</span></p>
<p>When Google originally introduced Supplemental Results in 2003, our main web index had billions of web pages. The supplemental index made it possible to index even more web pages and, just like our main web index, make this content available when generating relevant search results for user queries. This was especially useful for queries that did not return many results from the main web index, and for these the supplemental index allowed us to query even more web pages. The fewer constraints we&#8217;re able to place on sites we crawl for the supplemental index means that web pages that are not in the main web index could be included in the supplemental. These are often pages with lower PageRank or those with more complex URLs. Thus the supplemental index (<a href="http://www.mattcutts.com/blog/infrastructure-status-january-2007/">read more</a> &#8211; and <a href="http://video.google.com/videoplay?docid=-3494613828170903728">here&#8217;s Matt&#8217;s talk</a> about it on video) serves a very important purpose: to index as much of the relevant content that we crawl as possible.</p>
<p>The changes we make must focus on improving the search experience for our users. Since 2006, we&#8217;ve completely overhauled the system that crawls and indexes supplemental results. The current system provides deeper and more continuous indexing. Additionally, we are indexing URLs with more parameters and are continuing to place fewer restrictions on the sites we crawl. As a result, Supplemental Results are fresher and more comprehensive than ever. We&#8217;re also working towards showing more Supplemental Results by ensuring that every query is able to search the supplemental index, and expect to roll this out over the course of the summer.</p>
<p>The distinction between the main and the supplemental index is therefore continuing to narrow. Given all the progress that we&#8217;ve been able to make so far, and thinking ahead to future improvements, we&#8217;ve decided to stop labeling these URLs as &#8220;Supplemental Results.&#8221; Of course, you will continue to benefit from Google&#8217;s supplemental index being deeper and fresher.<img src="http://feeds.feedburner.com/~r/blogspot/amDG/~4/141691127" height="1" width="1"/></p>
]]></content:encoded>
			<wfw:commentRss>http://seojr.com/supplemental-goes-mainstream/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
