Mobile app version of vmapp.org
Login or Join
Cody1181609

: SEO pagination link title I have pagination links like so: <a href="?page=2" rel="next">2</a> Now when searching google google link to this page is 2, as you see here (google link).

@Cody1181609

Posted in: #Html #Seo

I have pagination links like so:

<a href="?page=2" rel="next">2</a>


Now when searching google google link to this page is 2, as you see here (google link).

Does adding a title to link(eg. title="Pagination - Page 2") help, so google results are not numberic?

10.04% popularity Vote Up Vote Down


Login to follow query

More posts by @Cody1181609

2 Comments

Sorted by latest first Latest Oldest Best

 

@Karen161

I choose this format generally so that I have the page in it and the title attribute helps a little for SEO as it states the title:

<a href="..." title="My category title - page X">X</a>

10% popularity Vote Up Vote Down


 

@Cooney921

I would suggest you to set the title element of those pages to "Page x" (instead of leaving only numbers). Additionally, some meta information would help too.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme