Nofollow and conditionnal
-
Hello Everyone,
I working on netlinking and would like to apply nofollow on some of my external links.
I’m tryong to have link with rel=”dofollow” on home page and rel”nofollow” on all others.
This the code I came with but doesn’t work for the moment:<a title="123" rel="<?php if (is_home()) {echo ('dofollow');} elseif (is_single()) {echo ('nofollow');}?>" href="https://mywebsite.com">My link</a>
Any kind of help would be more than welcome ??
Cheers!
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Nofollow and conditionnal’ is closed to new replies.