www.affi-tool.comか?affi-tool.comか?
seoメモ
検索エンジンでインデックスされるURLは2通りあり、
www.あり→www.affi-tool.com www.なし→affi-tool.com
どちらもインデックスされる場合や相互リンクなどで困る。
YAHOO登録の場合、基本的にwww.ありのwww.affi-tool.comで登録されるのでwww.ありに統一したいもの。
その場合は
.htaccessを使用。
www.あり
RewriteEngine on RewriteCond %{HTTP_HOST} ^(affi-tool¥.com)(:80)? RewriteRule ^(.*) http://www.affi-tool.com/$1 [R=301,L]
www.なし
RewriteEngine on RewriteCond %{HTTP_HOST} ^(www¥.affi-tool¥.com)(:80)? RewriteRule ^(.*) http://affi-tool.com/$1 [R=301,L]
≪参考≫ www 付き・なし の URL どっちに統一するべきか?: Su-Jine の独り言
2005年09月06日
前の記事:« MovableType(ムーバブルタイプ)の複数投稿のやり方
次の記事:最初から●文字目を取り出す »
コメント
Copyright(C)2005 アフリエイトツール. All Rights Reserved.