Mobile app version of vmapp.org
Login or Join
Turnbaugh106

: Google Webmaster Tools crawl error with 'function.session-start' URLs I've got following error URLs from the Google Webmaster Tools crawl errors. http://www.mydomain.com/mydomain/shirts/function.session-start

@Turnbaugh106

Posted in: #CrawlErrors #GoogleSearchConsole #Url

I've got following error URLs from the Google Webmaster Tools crawl errors.
www.mydomain.com/mydomain/shirts/function.session-start

I've checked the those pages that links from but I didn't found any wrong URL with function.session-start.

What is the issue there and how to avoid it?

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Turnbaugh106

2 Comments

Sorted by latest first Latest Oldest Best

 

@Annie201

I once had the same problem, which I solved by adding the following lines to my .htaccess file:

php_flag display_startup_errors off
php_flag display_errors off
php_flag html_errors off


Also check that your php.ini is fine.

10% popularity Vote Up Vote Down


 

@Eichhorn148

Googlebot uses heuristics to parse your JavaScript for things that look like URLs. It then follows those URLs and when they are 404, it reports them in Webmaster Tools.

In my opinion, this is a bug. Googlebot shouldn't be reporting these in webmaster tools even when it does crawl them and find 404s. These aren't broken links on your site that you need to fix. It is annoying to webmasters that like to make sure that sites are problem free. These are presented as problems when they are not.

Here is what Google's John Mueller has to say about it (especially the third point):



404 errors on invalid URLs do not harm your site’s indexing or ranking in any way. It doesn’t matter if there are 100 or 10 million, they won’t harm your site’s ranking. googlewebmastercentral.blogspot.ch/2011/05/do-404s-hurt-my-site.html
In some cases, crawl errors may come from a legitimate structural issue within your website or CMS. How you tell? Double-check the origin of the crawl error. If there's a broken link on your site, in your page's static HTML, then that's always worth fixing. (thanks +Martino Mosna)
What about the funky URLs that are “clearly broken?” When our algorithms like your site, they may try to find more great content on it, for example by trying to discover new URLs in JavaScript. If we try those “URLs” and find a 404, that’s great and expected. We just don’t want to miss anything important (insert overly-attached Googlebot meme here). support.google.com/webmasters/bin/answer.py?answer=1154698 You don’t need to fix crawl errors in Webmaster Tools. The “mark as fixed” feature is only to help you, if you want to keep track of your progress there; it does not change anything in our web-search pipeline, so feel free to ignore it if you don’t need it.
support.google.com/webmasters/bin/answer.py?answer=2467403 We list crawl errors in Webmaster Tools by priority, which is based on several factors. If the first page of crawl errors is clearly irrelevant, you probably won’t find important crawl errors on further pages.
googlewebmastercentral.blogspot.ch/2012/03/crawl-errors-next-generation.html There’s no need to “fix” crawl errors on your website. Finding 404’s is normal and expected of a healthy, well-configured website. If you have an equivalent new URL, then redirecting to it is a good practice. Otherwise, you should not create fake content, you should not redirect to your homepage, you shouldn’t robots.txt disallow those URLs -- all of these things make it harder for us to recognize your site’s structure and process it properly. We call these “soft 404” errors.
support.google.com/webmasters/bin/answer.py?answer=181708 Obviously - if these crawl errors are showing up for URLs that you care about, perhaps URLs in your Sitemap file, then that’s something you should take action on immediately. If Googlebot can’t crawl your important URLs, then they may get dropped from our search results, and users might not be able to access them either.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme