2017-05-06 6 views
0

私は6つのウェブサイトを持っていますが、すべて同じ6つのサイトのトップページにトップバーを追加して、各ウェブサイトがこれらのサイトのトップにお互いを指し示すようにします。お互いを指し示すサイトでrel nofollowを使用することは安全ですか?

私たちのサイトネットワーク:domain1 domain2 domain3 domain4 domain5 domain6;

私がrel nofollowを使用すると、私は安全になりますか?

昨年私はnofollowを使わずにこのようなことをしたことを覚えています。ウェブサイトが傷ついているのを見ました!私は実際に私の他のサイトを指し示す「メニュー」を持つことによってブラックハットとして解釈されました!関連性が大きく低下しました!ちょうどnofollowで十分ですか?あなたが私に検索エンジンを間違えないようにするために何かできることはありますか?

<div align='center'> 
<?php echo ("our others websites:"); ?> 
<a rel="nofollow" href='http://domain1.com' target='_blank'> domain1 </a> | 
<a rel="nofollow" href='http://domain2.com' target='_blank'> domain2 </a> | 
<a rel="nofollow" href='http://domain3.com' target='_blank'> domain3 </a> | 
<a rel="nofollow" href='http://domain4.com' target='_blank'> domain4 </a> | 
<a rel="nofollow" href='http://domain5.com' target='_blank'> domain5 </a> | 
<a rel="nofollow" href='http://domain6.com' target='_blank'> domain6 </a> | 
</div> 

答えて

-1

検索エンジンは、それが安全 ですので、何の次のリンクを検討していないが、あなたのインバウンドとアウトバウンドの

リンクバランスではありません
関連する問題