I was looking my website with Google's Webmaster Tools and in the HTML suggestions I am getting a few Pages with "duplicate title tags"
These are mainly the news pages, because I have quite a few, using pagination.
So each domain.com/news, domain.com/news/2, domain.com/news/3 has the same page title: "News"
This is a quick fix adding the pagenumber in the title & h1
But I can't find the right function..
I found getCurrentNewsPage() but that seems to be deprecated.