Wordpressのインストールで重複するタイトルタグの問題を解決するのに問題があります。オールインワンSEOをインストールしていて、robots.txtは次のようになっています。
User-agent: *
Disallow: /cgi-bin/
Disallow: /wp-admin/
Disallow: /wp-content/
Disallow: /wp-content/plugins/
Disallow: /wp-includes/
Disallow: /comments/feed/
Disallow: /feed/
Disallow: /trackback/
Disallow: /index.php
Disallow: /xmlrpc.php
Disallow: ?comments=*
Disallow: /search?
Disallow: /?p=*
Disallow: /go/
User-agent: Mediapartners-Google*
Allow: /
User-agent: Googlebot-Image
Allow: /wp-content/uploads/
User-agent: Adsbot-Google
Allow: /
User-agent: Googlebot-Mobile
Allow: /
グーグルのウェブマスターツールの中で、私は自分のホームページにページ付けがあると思っているようですが、そうではありません。次のタイトルが重複していますが、ページネーションがなく、すべてホームページが表示されています。
/
/page/18/
/page/22/
/page/24/
重複するすべてのURLをメインのホームページのURLに301だけ追加できますか?
ありがとう