Mobile app version of vmapp.org
Login or Join
Courtney195

: SEO penalty for 301 redirecting googlebot only? I have a website that is splitting into two. For the sake of easily describing the what and why, let's say I run a classifieds site and I

@Courtney195

Posted in: #AdultContent #Googlebot #Seo #Url

I have a website that is splitting into two. For the sake of easily describing the what and why, let's say I run a classifieds site and I want to move all the adult content to its own domain. (very far from the actual situation)

What I think is best for my users is if I do the following:

For the first 60 days:


All of the adult sub-urls load and show a "Moved to adultclassifieds.com, this URL will be disabled in 60 days" message with a link to the new location and no other content. Throw in a rel="canonical" in case Googlebot finds the page anyways.
When Googlebot loads an adult sub-URL, they get a 301 redirect to the new site.


After 60 days:


All traffic gets a 301 to the new site


Has anyone tried this, or heard of this? I want to make the transition as smooth as possible for the users, but I also don't want mess up the SEO rankings.

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Courtney195

2 Comments

Sorted by latest first Latest Oldest Best

 

@Courtney195

If anyone cares, this is what our ultimate resolution was

Logged in users:


Get a "this page has moved" message on original.com/path with a link to the new page at new.com/path


Non logged in users:


Get a 301 redirected to new.com/path

We did this using custom Django middleware on both sides and the Django messaging framework to add the messages.

10% popularity Vote Up Vote Down


 

@Kristi941

I like everything except for the When googlebot loads an adult sub-url, they get a 301 redirect to the new site. part. Show Google the same content the user's will see at the old URL. The canonical URL will ensure they know the new page is the URL you want shown in their search results so it's okay if they crawl it. Then the eventual 301 redirect 60 days later can be the final nail in that old URL's coffin.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme