1

I am using a canonical url link

<link rel="canonical" href="http://test123.com" />

to avoid duplicate content issues between http and https versions of a site. At the moment I have it set up that both the http and https versions have the canonical link in the head section.

Is this correct or should I only have the canonical link in the head section on the https version and nothing on the http version? Or does it matter either way?

(I want bots to index my http version and not my https version).

4

1 に答える 1

1

私の意見では、あなたはそのようにhttpであなたの正規URLを設定することができます

<link rel="canonical" href="http://test123.com" />

httpとhttpsの両方。ボットは、http正規URLにインデックスを付けます。そのページのhttpsバージョンが必要な場合は、httpページでリダイレクトを行うことができます。ユーザーがアクセスした場合、http://test123.com必要に応じてユーザーをhttpsページにリダイレクトできます。

于 2012-04-24T12:00:14.433 に答える