Adding rel="next" and rel="prev" with paginate_links() function – SEO
Inside my archive template, I'm using a pagination. it is generated by the function paginate_links() https://developer.wordpress.org/reference/functions/paginate_links/ I try to find out how to implement rel attributes : next and prev inside the links, like this : <a class="page-numbers" rel="prev" href="mywebsite.fr/blog/page/1/#target">1</a>…