-
Hi, how are you? How can i avoid Google to Crawl URL’s with feeds on my websites?
Example(Not my real web):
http://www.juanito/viajes/italia/feed/, this i the kind of URL Google is crawling but still not indexed, i think.
Do you think adding this code would be enough?
remove_action( ‘wp_head’, ‘feed_links’, 2 );
remove_action(‘wp_head’, ‘feed_links_extra’, 3 );I am not very sure if i should touch something on RankMath or with this code is ok.
Thanks a lot for your answer.
You must be logged in to reply to this ticket.