Forum Moderators: open
This has led to the same pages on the new URL having a pr0 (the rest of the site has a grey bar) am I to assume this is a penalty?
Will this be rectified when google crawls the old site fully and sees that the pages have all gone?
Very annoying if I have been penalized just because google didn't update all the pages on the old site.
Hope someone has an answer for me.
In this case, PR0 probably just means that Google is aware of your new pages but is not yet able to rank them. Work on links to the new location.
It seems like they have. We had a pr of 5 for the new domain and not its a gray bar...but we are a legitimate subidiary...
What can i do about this ...can anyone answer this question for me.
If I had it do to all over again I wouldn't do 301s right off the bat, just replace each individual page with a simple HTML only "our name has changed click here" page. Then about 2 months later (hopefully 2 deep crawls later) I'd try the 301s.
shakaal,
You should redirect all pages on your "car company" domain that have to do with doors to the new "door company" site to avoid duplicate-content problems.
All,
A 301 redirect is what you should use to permanently relocate pages. It is part of the HTTP/1.1 specification [w3.org].
The problems reported here have to do with timing of domain changes versus deep-crawls, and the weird Google ranking algo change roll-out (not update) effects we are seeing. Let's not spread fear and unreasonable doubt here. If a page moves permanently to a new location, a 301-Moved Permanently server response is the correct way to inform user-agents; That's what's in the specification, and that's what we should do.
Also, various server config problems and common errors in implementing server redirects can cause unexpected behaviour. If you install any redirect, be sure to check that it returns the expected response using the Server Header checker [webmasterworld.com] tool here at WebmasterWorld.
HTH,
Jim
Also I do not know how to write a 301, can you give an example thanks
> are you saying I can still maintian the pages in the original domain. I would prefer to let people be able to see the doors section, from within the main site, and not redirect them to the sister company.
No. That is duplicate content. Best-case, your doors domain will not be indexed or rank well, because the cars domain is older and already has the content. Worst-case, there might be some duplicate-content penalty, because it is clear the sites are related. Personally, I would not take the risk - you have to play by the search engines' rules, not by what you prefer.
The methods to implement a server-side redirect vary greatly, depending on what server your site is hosted on. You can find many threads discussing redirects on variuous servers using the "site search" link at the top of this page.
HTH,
Jim
IMHO, the duplicate content is not nessary so I would think you will be penalised. There are three ways around that I can see.
1. Remove the content from one of the sites and rewrite unique content
2. Remove all but snippets from site A and link to site B
3. Use you robots.txt to stop Google crawling the duplicate pages. That way the visitors still see it but GoogleBot doesn't
Chris