Forum Moderators: Robert Charlton & goodroi
My site is still at n page when searching for my own domain name ("mydomain.com") (it's been so since April 26).
I removed 80% of outbound links, rechecked the code twice, and implemented 301 redirection (from non-www to www version)
Google still visits my pages as it used to be. One question though - how can I ensure Google noticed my 301? I know it needs time, but at least my main page is already cached with a date _after_ the redirection was made.
site:mydomain.com -inurl:www doesn't seem to work, it brings www version too.
So, is there a way to do this?
The header checker is a good idea.
Anyway, if it's working when you check it by typing in the domain without a www, and it redirects, it's the same for Gbot's. It will likely just take time for it to filter through Google's bloated system, before you see positive results.
So I don't know if I should wait or should I start doing something else with my website - because I'm not sure how to check if Google found and understood my redirection....
Unfortunatelly my logs show only the part _after_ the domain, like:
...IP,DATE etc.. "GET /index.htm HTTP/1.0" ....my domain isn't included.
This doesn't mean you can't see the redirect in your logs, for example the GET request for /index.htm will show either a 200 code or a 301 dependent on whether or not the www or non-www version is requested. So if a file you know exists shows as a 301, then your redirect is working.