nofollow attributes are appearing, and efforts to remove are not working
-
Hi There,
I have recently discovered that my site has nofollow attributes on many of the pages, so it is being blocked from search. I hired a developer who performed the following tasks to no avail:1- I added nofollow plugin and activated it. It Persists.
2- Then I used code snippet to add these code
// Remove nofollow attribute from comment author links
function remove_nofollow_from_comment_author_links($author_link) {
return preg_replace(‘/s+rel=[”]nofollow[”]/’, ”, $author_link);
}
add_filter(‘get_comment_author_link’, ‘remove_nofollow_from_comment_author_links’);3- Then I added the same code to the theme.php file.
Still didn’t change
I would like to set up an opportunity to troublshoot this problem with one of your engineers. Please let me know if this is possible.
Thank youWP.com: Yes
Jetpack: No
Correct account: NoThe blog I need help with is: (visible only to logged in users)
-
Hello there,
Thank you for reaching out to us for assistance with the nofollow attributes on your site.
I have recently discovered that my site has nofollow attributes on many of the pages, so it is being blocked from search.
After reviewing your site’s details, it appears that your site is not hosted with us at WordPress.com. This means that our direct support options and ability to troubleshoot are limited. However, I can certainly point you in the right direction.
To learn more about your current hosting service and possibly get in touch with their support team, you can visit the following link: Site Profiler for teacherleaderlifeline.com
Your hosting provider should be able to assist you further with the nofollow attributes and any server-side configurations that may be affecting your site’s SEO.
Additionally, if you are considering migrating your site to be hosted with WordPress.com, we are currently offering a free migration service. This could be a great opportunity for you to move your site to a platform where we can provide more direct and comprehensive support. You can request this free migration by visiting:
Request a Free MigrationPlease let me know if you decide to migrate your site or if there’s anything else I can assist you with. We’re here to help!
- The topic ‘nofollow attributes are appearing, and efforts to remove are not working’ is closed to new replies.