dns - Old parking page info is mixed in with search results for a newly crawled site -
i had domain set parking page registrar. nameservers have been changed (i'm using azure dns), i've updated robots.txt
, submitted sitemap. i've requested google crawl site, , we're showing in google's search results.
the problem every title link shows in search results, info parking page tacked on end.
so result link might about | example company - example.com - nameofregistrar
.
about | example company
correct, - example.com - nameofregistrar
seems old info parking page.
the urls , text descriptions fine, it's title links messed because add url of site again , name of registrar. think info in title on parking page.
how rid of old (presumably cached) info? need contact google? registrar? shall ask crawl? why happening?
so result link might "about | example company - example.com - nameofregistrar". "about | example company" correct, "- example.com - nameofregistrar" seems old info parking page. urls , text descriptions fine, it's title links messed because add url of site again , name of registrar.
it's better write 301 redirect
in .htaccess file. go through this , this understand how works , implement it. should fix old url bugs in no time.
with 301 redirects
writing instruction @ server level enable redirect page url mention. if search result point old url (until google fixes it), when server gets request pointing old url, redirect new url mention in .htaccess
file. also, in robots.txt
please make sure allow bots crawl .htaccess
file too. easy bots know have moved urls newer ones.
also, if want remove
old url not present in site currently, can place request google remove them using google answer. not mention, might takes days links disappear.
Comments
Post a Comment