0
Steve
Hi there, great plugin thanks very much!
We are wondering if you could add these attributes to the pagination buttons to help with SEO?
We are actually using Yoast which looks like if you add support for wpseo_prev_rel_link
and wpseo_next_rel_link
filters that should work also?
https://kb.yoast.com/kb/is-the-plugin-compatible-with-paginated-content/
2 Subscribers
Submit Answer
2 Answers
Best Answer
0
Please add following code
jQuery(document).ready(function($) { $('.post-grid .paginate .prev').attr('rel','prev'); $('.post-grid .paginate .next').attr('rel','next'); })
Best Answer
0
Welcome to our forum.
If you please mention the plugin you are using then i can update immediately
Regards
Hi,
First, i would like to thank you for this plugin – Post Grid. I tried your recommendation here for the SEO rel attr and it works fine. I would like to know if that is possible to do in php file instead of adding jQuery.
Regards,
Francis