Title: Replace dofollow with prefetch
Last modified: August 31, 2016

---

# Replace dofollow with prefetch

 *  Resolved [grantdb](https://wordpress.org/support/users/sixer/)
 * (@sixer)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/replace-dofollow-with-prefetch/)
 * To resolve HTML Validation errors while using “dofollow” use “prefetch” instead.
   I am using a plugin to replace dofollow with prefetch but think this would be
   a good option to have as default.
 * How can I change this?
 * [https://wordpress.org/plugins/intelly-related-posts/](https://wordpress.org/plugins/intelly-related-posts/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Contributor [intellywp](https://wordpress.org/support/users/intellywp/)
 * (@intellywp)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/replace-dofollow-with-prefetch/#post-7039078)
 * In ../intelly-related-posts/includes/admin/settings.php replace this line
 * $options[]=array(‘id’=>’dofollow’, ‘name’=>’dofollow’);
 * with this line
 * $options[]=array(‘id’=>’prefetch’, ‘name’=>’prefetch’);
 * We will integrate in the next release.
    Bye, Simon.
 *  Thread Starter [grantdb](https://wordpress.org/support/users/sixer/)
 * (@sixer)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/replace-dofollow-with-prefetch/#post-7039092)
 * Great!
 * Thanks a bunch!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Replace dofollow with prefetch’ is closed to new replies.

 * ![](https://ps.w.org/intelly-related-posts/assets/icon-256x256.png?rev=2672481)
 * [Inline Related Posts](https://wordpress.org/plugins/intelly-related-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/intelly-related-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/intelly-related-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/intelly-related-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/intelly-related-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/intelly-related-posts/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [grantdb](https://wordpress.org/support/users/sixer/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/replace-dofollow-with-prefetch/#post-7039092)
 * Status: resolved