Forum Moderators: open
I changed my urls from using underscores to hyphens. Will google automatically remove the old pages:
[widget.com...]
and then crawl the new:
[widget.com...]
Will it see anything as a duplicate, is there a possibility of a penalty?
I already know i'll lose a backlink and some PR for the update that it'll take so that's ok.
The question is this....
Will Google start spidering at the index and find the new links? Or will it try to go back to the old URL's and therefore getting bounced to the index since the old ones dont exist...?
And about the 301 redirect...can anyone create those or does your hosting company and what they offer come into play here...?
i'm clueless....
Will Google start spidering at the index and find the new links? Or will it try to go back to the old URL's
If the old pages no longer exist, Google will drop them. Then, if it can find the new pages by way of crawling from your home page, it'll index those.
can anyone create those
It depends on what language and what kind of server you're using. But you can't normally do a 301 redirect with just a .htm file.
Jim
<META HTTP-EQUIV="refresh" CONTENT="0;URL=http://www.yourdomain.com/new-page.html">
This should assist users and Googlebot if no other redirection is used. However, if it's a new site, this may not be worthwhile.
Kaled.