Hi all,
Does anyone know where I need to add the 'noindex' tag to my WordPress code editor to prevent Google indexing the wp-admin/admin-ajax.php page?
Thanks
Andrew
Hi all,
Does anyone know where I need to add the 'noindex' tag to my WordPress code editor to prevent Google indexing the wp-admin/admin-ajax.php page?
Thanks
Andrew
Modifying core files is strongly discouraged. Instead, create a robots.txt file in your web root directory with the following content (if your blog is in another directory, append it before /wp-admin/ as necessary):
User-agent: *
Disallow: /wp-admin/This topic has been closed to new replies.