Google Webmaster Central Blog
Feb 10, 2012 08:10AM
Susan Moskwa
Preparing your site for a traffic spike
Webmaster level: Intermediate
It?s a moment any site owner both looks forward to, and dreads: a huge surge in traffic to your site (yay!) can often cause your site to crash (boo!). Maybe you?ll create a piece of viral content, or get Slashdotted, or maybe Larry Page will get a tattoo and your site on tech tattoos will be suddenly in vogue.
Many people go online immediately after a noteworthy event?a political debate, the death of a celebrity, or a natural disaster?to get news and information about that event. This can cause a rapid increase in traffic to websites that provide relevant information, and may even cause sites to crash at the moment they?re becoming most popular. While it?s not always possible to anticipate such events, you can prepare your site in a variety of ways so that you?ll be ready to handle a sudden surge in traffic if one should occur:
Maile Ohye on 2012-02-02T16:15:58.019-08:00
More Options for Google+ Badges
Webmaster Level: All
Update on February 2, 2012: The new Google+ badge is now out of preview and available to all users on all sites.
When we launched Google+ pages in November, we also released Google+ badges to promote your Google+ presence right on your site. Starting today in developer preview (and soon available to all your users), we're adding more options for integrating the Google+ badge into your website. You can configure a badge with a width that fits your site design and choose a version that works better on darker sites. You'll also see that Google+ badges now include the unified +1 and circle count that we added to Pages last month.
Jonathan Simon on 2012-01-30T11:48:32.454-08:00
Webmaster level: All
Sitemaps are a way to tell Google about pages on your site. Webmaster Tools? Sitemaps feature gives you feedback on your submitted Sitemaps, such as how many Sitemap URLs have been indexed, or whether your Sitemaps have any errors. Recently, we?ve added even more information! Let?s check it out:
The Sitemaps page displays details based on content-type. Now statistics from Web, Videos, Images and News are featured prominently. This lets you see how many items of each type were submitted (if any), and for some content types, we also show how many items have been indexed. With these enhancements, the new Sitemaps page replaces the Video Sitemaps Labs feature, which will be retired.
Another improvement is the ability to test a Sitemap. Unlike an actual submission, testing does not submit your Sitemap to Google as it only checks it for errors. Testing requires a live fetch by Googlebot and usually takes a few seconds to complete. Note that the initial testing is not exhaustive and may not detect all issues; for example, errors that can only be identified once the URLs are downloaded are not be caught by the test.
In addition to on-the-spot testing, we?ve got a new way of displaying errors which better exposes what types of issues a Sitemap contains. Instead of repeating the same kind of error many times for one Sitemap, errors and warnings are now grouped, and a few examples are given. Likewise, for Sitemap index files, we?ve aggregated errors and warnings from the child Sitemaps that the Sitemap index encloses. No longer will you need to click through each child Sitemap one by one.
Finally, we?ve changed the way the ?Delete? button works. Now, it removes the Sitemap from Webmaster Tools, both from your account and the accounts of the other owners of the site. Be aware that a Sitemap may still be read or processed by Google even if you delete it from Webmaster Tools. For example if you reference a Sitemap in your robots.txt file search engines may still attempt to process the Sitemap. To truly prevent a Sitemap from being processed, remove the file from your server or block it via robots.txt.
For more information on Sitemaps in Webmaster Tools and how Sitemaps work, visit our Help Center. If you have any questions, go to Webmaster Help Forum.
Susan Moskwa on 2012-01-25T14:00:01.005-08:00
Update to Top Search Queries data
Webmaster level: All
Starting today, we?re updating our Top Search Queries feature to make it better match expectations about search engine rankings. Previously we reported the average position of all URLs from your site for a given query. As of today, we?ll instead average only the top position that a URL from your site appeared in.
An example
Let?s say Nick searched for [bacon] and URLs from your site appeared in positions 3, 6, and 12. Jane also searched for [bacon] and URLs from your site appeared in positions 5 and 9. Previously, we would have averaged all these positions together and shown an Average Position of 7. Going forward, we?ll only average the highest position your site appeared in for each search (3 for Nick?s search and 5 for Jane?s search), for an Average Position of 4.
We anticipate that this new method of calculation will more accurately match your expectations about how a link's position in Google Search results should be reported.
How will this affect my Top Search Queries data?
This change will affect your Top Search Queries data going forward. Historical data will not change. Note that the change in calculation means that the Average Position metric will usually stay the same or decrease, as we will no longer be averaging in lower-ranking URLs.
Check out the updated Top Search Queries data in the Your site on the web section of Webmaster Tools. And remember, you can also download Top Search Queries data programmatically!
We look forward to providing you a more representative picture of your Google Search data. Let us know what you think in our Webmaster Forum.
Maile Ohye on 2012-01-25T10:00:03.285-08:00
Making form-filling faster, easier and smarter
Webmaster Level: Intermediate
One of the biggest bottlenecks on any conversion funnel is filling out an online form ? shopping and registration flows all rely on forms as a crucial and demanding step in accomplishing the goals of your site. For many users, online forms mean repeatedly typing common information like our names and addresses on different sites across the web ? a tedious task that causes many to give up and abandon the flow entirely.
Chrome?s Autofill and other form-filling providers help to break down this barrier by remembering common profile information and pre-populating the form with those values. Unfortunately, up to now it has been difficult for webmasters to ensure that Chrome and other form-filling providers can parse their form correctly. Some standards exist; but they put onerous burdens on the implementation of the website, so they?re not used much in practice.
Today we?re pleased to announce support in Chrome for an experimental new ?autocomplete type? attribute for form fields that allows web developers to unambiguously label text and select fields with common data types such as ?full-name? or ?street-address?. With this attribute, web developers can drive conversions on their sites by marking their forms for auto-completion without changing the user interface or the backend.
<input type=?text? name=?field1? x-autocompletetype=?email? />x-autocompletetype to indicate that this is still experimental and not yet a standard, similar to the webkitspeech attribute we released last summer.