|
#1
|
|||
|
|||
|
How can I solve this double content issue or what is my problem?
Dear Sir/Madam,
I have my own website www.vragenforum.nl I have some redirects to this site: www.vragenforum.com etc. ( I have like 6 redirects) March this year we redirected some other domains to our website www.computerveilig.nl, www.pcvragenforum.net (We merged with these sites) At THAT moment I had like 1600 unique visitors a day until 21 June. Almost all my links in Google to www.vragenforum.nl are gone. I went from 1600 visitors a day to 200. And I don't know what happened. Some people said something about double-content but I don't know what to do now. Thank you for those who can give me some help/info! Kevin, The Netherlands. Last edited by KevinS : 07-31-2006 at 12:58 PM. |
|
#2
|
|||
|
|||
|
Make sure you use a 301 redirect from the new domains to the original domain. This will tell SE's that these are all the same site.
|
|
#3
|
|||
|
|||
|
Quote:
But do you know how I get my domein www.vragenforum.nl back in google? Well the domain is in google but now new content has been taken bij googlebot for a while now... |
|
#4
|
||||
|
||||
|
Quote:
|
|
#5
|
|||
|
|||
|
Quote:
And if this is not the problem what could it be else? |
|
#6
|
|||
|
|||
|
# Fix Canonical URLs for Site 1:
Options +FollowSymLinks RewriteEngine on # Rewrite /index.html to / for any folder or root RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /.*index\.html\ HTTP/ RewriteRule ^(.*)index.html$ /$1 [R=301,L] # Rewrite non-www for Site 1 to www for Site 1 RewriteCond %{HTTP_HOST} ^site1\.nl [NC] RewriteRule ^(.*)$ http://www.site1.nl/$1 [L,R=301] # Rewrite Site 2 to Site 1 RewriteCond %{HTTP_HOST} ^site2\.nl [NC] RewriteRule ^(.*)$ http://www.site1.nl/$1 [L,R=301] RewriteCond %{HTTP_HOST} ^www.site2\.nl [NC] RewriteRule ^(.*)$ http://www.site1.nl/$1 [L,R=301] # Rewrite Site 3 to Site 1 RewriteCond %{HTTP_HOST} ^site3\.nl [NC] RewriteRule ^(.*)$ http://www.site1.nl/$1 [L,R=301] RewriteCond %{HTTP_HOST} ^www.site3\.nl [NC] RewriteRule ^(.*)$ http://www.site1.nl/$1 [L,R=301] # Rewrite Site 4 to Site 1 RewriteCond %{HTTP_HOST} ^site4\.nl [NC] RewriteRule ^(.*)$ http://www.site1.nl/$1 [L,R=301] RewriteCond %{HTTP_HOST} ^www.site4\.nl [NC] RewriteRule ^(.*)$ http://www.site1.nl/$1 [L,R=301] |
|
#7
|
||||
|
||||
|
#8
|
|||
|
|||
|
We have changed the domain names to 301 redirects due the DNS this could take 4 tot 24 hours to change.
One more question: How could I know/see that this problem has come because of the domain names/redirect and not because of something else? I really don’t know… Thank you! |
|
#9
|
||||
|
||||
|
Quote:
|
|
#10
|
|||
|
|||
|
Oke the domain redirects are all set to 301 redirect.
Now I have to wait? Google is still nog grawling content from my website altougt the google bot is online... Nog one page have been set in the google index yet from www.vragenforum.nl |
|
#11
|
|||
|
|||
|
Test that the status code for the redirects really is 301.
Run Xenu LinkSleuth over the main site and make sure there are no other problems. |
|
#12
|
|||
|
|||
|
Thank you for your reply!
Quote:
And I started Xenu the program found more the 150.000 addresses that’s because it is a forum I guess. I had to quit at 14 %. Till that moment there are "errors" like: not found forbidden forbidden request no such host no connection time out But these are all links which have been posted in the topic on the forum and are not from my website but links to other sites. Most of them are images. I think it's because of the redirect but could you tell me how I can test the redirects? |
|
#13
|
||||
|
||||
|
#14
|
|||
|
|||
|
When you use Xenu, set it up so that it does not test any external links.
At this stage all you should be checking is your internal navigation. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|