Here is a recap of what happened in the search forums today, through the eyes of the Search Engine Roundtable and other search forums on the web.
Here is a recap of what happened in the search forums today, through the eyes of the Search Engine Roundtable and other search forums on the web.
I'll be honest, I am pretty technical, but I simply do not fully understand the issue here.
Franz Enzenhofer posted a thread at Google Webmaster Help claiming Google cannot access his XML Sitemap no matter what he does. After much debugging and testing, he wrote a blog post explaining why he and maybe your servers won't serve up your XML sitemap file to Google.
He wasn't able to see a GET request by Google, so he dug even deeper and noticed an issue at the TCP/IP level. He said, and I quote:
Google's Matt Cutts commented on the blog post saying, "Interesting--good find." He didn't necessarily confirm this is a Google bug but JohnMu commented in the Google Webmaster Help thread implying that GoogleBot is stopping after some time due to his server speed? At least I think that is what he is saying:
It looks like you were busy while I was out of town :). Yes, this error can mean that we did not even try to fetch the Sitemap file from your server. If we recently picked up some of the Sitemap files again, I assume this is likely just a coincidence. With your site, we'd likely need to crawl with more than 10 QPS (the maximum manual setting in the crawl rate tool); by changing it to "Let Google determine my crawl rate (recommended)" our systems would be able to do that if they're able to determine that your server can handle it.
Forum discussion at Google Webmaster Help.
A Google Webmaster Help thread has one webmaster asking if it is a bad idea to use pipes in the URL. A pipe is this: |. They asked if it is a bad idea to use it in your URL, such as www.seroundtable.com/my|awesome|page.html.
He said when he plugged in a URL with a pipe in it using the Google Keyword Tool, Google return an "invalid website" error response.
Google's JohnMu said he doesn't recommend you use the pipe. He said:
We'll generally crawl and index any accessible and valid URL, I'm sure you'll find many URLs with "pipe" characters in it in our index. That said, just because it's possible doesn't necessarily make it a good idea :-). Similar to using spaces in URLs, those characters may cause issues elsewhere, so personally, I'd try to minimize the risk of problems anywhere by avoiding those kinds of URLs.
Just so you know, an inurl:| search does not return any results:
Forum discussion at Google Webmaster Help.
About a week ago, we reported on the new percentage change reporting in the Google Webmaster Tools query report. As a side note to that, I mentioned the parameter handeling feature was moved to a new section. I did not notice that new features were added to the parameter handeling tool.
Google wrote about the changes and explained what is new for parameter handling. Google is basically giving us more control over SEO issues with faceted navigation and more. Google said:
You now have the ability to choose a specific value among the known values for a given URL parameter. This is important when a parameter is relevant to the content, but different values of this parameter lead to similar pages. For example, consider a sorting parameter, like “sort-by” in the following URLs:
http://example.com/shop.php?category=candy&sort-by=asc-price&page=1
http://example.com/shop.php?category=candy&sort-by=desc-price&page=1
http://example.com/shop.php?category=candy&sort-by=asc-price&page=2
http://example.com/shop.php?category=candy&sort-by=desc-price&page=2These four URLs show products in the candy category. There are enough items in this category to fill two pages, and the products shown can be sorted by price, in ascending or descending order. Selecting action “Ignore” for parameter “sort-by” would be incorrect and could potentially limit our indexing of the site. This is because, after ignoring “sort-by”, we would consider the first two URLs equivalent and may choose to index the URL with ascending sort order. We would also consider the last two URLs equivalent and may choose to index the URL with descending sort order. In this scenario, we would be indexing the candy category inconsistently, with some candy products appearing in both of the pages selected for the index, while other candy products not appearing in either of them. The right solution comes from the new action “Use specific value” now available in Webmaster Tools. To avoid duplicates but still keep our indexing consistent, you can simply select action “Use specific value” for parameter “sort-by” and choose one of the valid values, say “asc-price”. After this, our indexing would be fully consistent, as we would focus only on the pages with products sorted by ascending price.
Here is a picture:
Vanessa Fox wrote about it at Search Engine Land and Tedster said in a WebmasterWorldthread, "I find this to be a thoughtful addition to the box of tricks offered in Webmaster Tools."
Forum discussion at Sphinn & WebmasterWorld.