Viewing Nofollow

Nofollow



User: Raf P. 8 years ago
Hi,
is it possible to make a complete site 'nofollow'?

-------------------------------
Kind regards,

Raphael Pairoux
User: Jumbo T. 8 years ago
Here are some answers I found when I searched for it :

http://www.robotstxt.org/meta.html
https://yoast.com/prevent-site-being-indexed/

To complete the answer, paste the code in the Header Code Box of the site.

Then publish the site.
User: Raf P. 8 years ago
Thx Jumbo!
I'll do this asap and let know the result here.

-------------------------------
Kind regards,

Raphael Pairoux
User: Raf P. 8 years ago
I finaly used this in the head of the Publish Settings

<meta name="robots" content="no index">

-------------------------------
Kind regards,

Raphael Pairoux
User: Roddy 8 years ago
The permitted uses are...

Index the page but don't follow the links...
<meta name="robots" content="index, nofollow">

Don't index the page but follow all links...
<meta name="robots" content="noindex, follow">

Don't index or follow the links...
<meta name="robots" content="noindex, nofollow">

Note that there is no space between no and index.

-------------------------------
Roddy

Website: http://everwebwidgets.com
Contact: http://everwebwidgets.com/ewWidgets-home/contact.html
NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own.
✔ Best Answer  
User: Raf P. 8 years ago
Even better! Thx Roddy!

-------------------------------
Kind regards,

Raphael Pairoux


Post Reply
You must login or signup to post.