Archived topic
how can i make nofollow pages?
5 replies · Started by Ajay on December 5, 2019
I want to nofollow mt about us, privacy policy and disclaimer pages. how can i do that?
for example. About Us
and
Hi there,
if you want to add nofollow to a menu, then edit the menu, select screen options and enable Link Relationship (XFN). Then edit the menu item and in the Link Relationship (XFN) field add nofollow
no i only want to add nofollow tag in pages
Create a new Hook Element:
https://docs.generatepress.com/article/hooks-element-overview/
Add the robots meta tag to the content eg.
<meta name="robots" content="nofollow" />
Select the WP_Head hook and then set your Display Rules for those pages.
your 1st suggestion was right all is done. but by hook also can I do this? But I want to add social media icons and pages in the footer in hirozontly how can I do that any tips?
Sorry a little unclear. The method i described here is using a Hook to add the Meta tag.
Can you raise a new topic regarding the social media icons.