How can I add different meta on pages URL as they use the index.php file therefore Is the main page will have certain meta information however I want to add/edit the meta information for when its index/page=2.
How can I add different meta on pages URL as they use the index.php file therefore Is the main page will have certain meta information however I want to add/edit the meta information for when its index/page=2.
Every view can have different meta tags.
Use registerMetaTag() function - Here.
Sorry if my question was misleading, what I mean was can I say have different meta tags on paged URL for example
[b]http://localhost:8888/news - this page will get indexed as its the main page
http://localhost:8888/news?page=2&per-page=8 - where as this paged url i wish to set to noindex[/b]
Is this possible?