pagination - pages with duplicate title tags

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.

Comments

  • acrylian Administrator, Developer
    As the deprecated note says use the class method which is `$_zp_zenpage->getCurrentNewsPage()`. You could also directly check `$_GET['page'])`

    Probably we should add this by default with 1.4.3. Could you please open a ticket so we don't forget?
  • That's odd I thought I tried it like that.. from the zp class.
    Anyways thanks acrylian.
    I am gonna have to learn how that ticket system works.. have no idea whatsoever :-)
  • acrylian Administrator, Developer
    Using the tickets is pretty self explanatory I think.
Sign In or Register to comment.