Hi,
I have several links like this: hxxp://www.mydomain.com/visit/....
Is there a way to make them all 301 redirects and nofollow?
Tks!!
Hi,
I have several links like this: hxxp://www.mydomain.com/visit/....
Is there a way to make them all 301 redirects and nofollow?
Tks!!
You should be adding the nofollow in the html when you place the links on the pages and posts.
Then put the "visit" folder in the robots.txt file to disallow it.Code:<a href=http://domain.com/visit/link.html rel="nofollow">hyperlink</a>
Then add the noindex tags to the visit page in html.
RickCode:<metaname="robots"content="noindex">
Universal4
I don't mean that. I want to be able to do this to all the links that I have already, all together, not one by one.
Use an htaccess file if you are on Apache
GaryTheScubaGuy
Htaccess are not limited to only apache servers.
On a Windows server the server admin only needs to add the isapi rewrite engine from Helicon.
Rick
Universal4
GaryTheScubaGuy (22 December 2013)
Not quite sure what you want to do, but if you are using WordPress there are 301 plugins and nofollow plugins which may help you.
What do I have to write in .htaccess to ad nofollow to all the hxxp://www.mydomain.com/visit/.... links?
Here is a small handfull of examples for the syntax
https://forums.digitalpoint.com/thre...better.591056/
https://forums.cpanel.net/f5/how-set...le-292941.html
http://www.htaccessredirect.co.uk/
By using the htaccess file to redirect affiliate links you will need an entry for every single link.
Rick
Universal4
If you are using wordpress then I would suggest you to use redirection plugin (http://wordpress.org/plugins/redirection/). Then after setup all URLs & referrals to new URL. Attached a screenshot as well.