Forum Moderators: Robert Charlton & goodroi
3. Last and main thing is, do we actually have any traffic loss or not?
When you do search that should bring your page up, which URL shows in SERPs? Is it example.com/products/ or example.com/products/overview.aspx ?
Can you verify (by using Live HTTP Headers FF extension or something like this) that the URL to which Google initially sends visitors is the target URL and not the URL that redirects to target URL?
And if it is the overview.aspx URL, are you sure this was the URL shown in SERPs before the "drastic fall"?
This would explain why WMT reports impressions/visits for example.com/products/ (if this was URL in SERPs) but Google Analytics shows the URL of the target page example.com/products/overview.aspx as the second one is the page visitors see and the page on which the tracking code is placed. The first page (that redirects) would of course not show in GA as it was not visited (it served redirect instead).
GA on the other hand is based on code located on physical pages. Presumably you have a page called /products/overview.aspx. But do you-- or did you-- have a page called /products/index.xtn? Or is overview.aspx the index page of the /products/ directory?
Tangential but necessary question: Why on earth are you redirecting from a shorter prettier URL to a longer uglier one? An index page doesn't have to be called index.html.
So, when I click on the'cached' it shows absolutely different page, the first characters are capitalized. Like example.com/Products/Overview.aspx
Btw, how can you see what URL that Google sends visitors initially?
So why does GA says in the tip box right above the URLs columns 'The pages through which visitors entered your site'? If it's the old URL through which the visitors entered the site, it should also display that right? Can you please correct me?
The URL at example.com/products/ redirects to example.com/products/overview.aspx and the redirect was performed 6 moths back.
I cannot make any changes to the process
So, when I click on the'cached' it shows absolutely different page, the first characters are capitalized. Like example.com/Products/Overview.aspx and the last crawled date was 10 days before.
'The pages through which visitors entered your site'? If it's the old URL through which the visitors entered the site, it should also display that right? Can you please correct me?
Can you verify (by using Live HTTP Headers FF extension or something like this) that the URL to which Google initially sends visitors is the target URL and not the URL that redirects to target URL?
Both,
example.com/products/
example.com/Products/Overview.aspx are getting redirected to example.com/products/overview.aspx and the redirect is 301.
You are on IIS and using .NET and you have canonicalisation problem - such common problem for IIS. All of incorrectly capitalised URLs need to redirect to the your main URL version that you need indexed.
For WMT figures, it is not how long ago you implemented redirect, it matters when Google discovered redirect and replaced your URL in SERPs with the target URL.
That's normal. If your name is WebmasterWorld, the cached page may be from the crawl done half an hour ago, as opposed to the more recent crawl from five minutes ago. Ordinary mortals take longer.&
No, that wasn't the question. There's no doubt the redirect is taking place. The question is what URL the google SERP sends you to. In fact you should be able to check without using any kind of Live Headers; just hover over the link and your browser will say what it is.
But how come WMT reports a redirected URL until couple of weeks ago even though the redirect was done 6 months back? Have you gone through such a case before where Google is not capturing the new destination and sticking with the old URL?