Forum Moderators: open

Message Too Old, No Replies

Would this create problems?

When cloaking is not really cloaking.

         

rocknbil

5:42 pm on Jan 24, 2011 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



My thought is "no."

Old site A is to be redirected to corresponding pages on new site B without altering the URL, that is, example.com/widget.html 301's to example2.com/widget.html.

The catch: there must be an interim message for users "why you have landed here" as a legal requirement.

It would be easy to do example.com/widget.html?f=a and use the query string as a hook in site B's .htaccess, but that changes the URL and you now have two pages, duplicate content.

My thought is do a cloak of sorts for S.E's. The only difference would be a line of javascript for the non-SE version to display the message. It's my understanding "cloaking" is only an issue if you serve significantly different content to the S.E's. The content would otherwise be exactly the same.

Am I correct? Would this work without loss of indexing?

topr8

6:39 pm on Jan 24, 2011 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



>>changes the URL and you now have two pages, duplicate content.

isn't that what the canonical tag is for?

... i don't think what you are proposing would be considered cloaking! if it was then surely any use of javascript that writes to the page would be cloaking.

rocknbil

11:27 pm on Jan 24, 2011 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



<facepalm> I couldn't get my head out of the server level. LOL . . . thanks.