Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Maciej Bis

    (@mbis)

    Hi @vamsidesu,

    it looks like the problem is with the pagination code. It uses apparently not the canonical URL (it should use get_permalink() function), but the actual URL (probably returned with $_SERVER[‘REQUEST_URI’] global variable).

    The easiest way to fix this issue would be to create a redirect from:
    https://marketlitmus.com/report-store/page/

    to:
    https://marketlitmus.com/report-store/

    Best regards,
    Maciej

    Thread Starter vamsidesu

    (@vamsidesu)

    Okie i will try that. I am also looking for a developer who can fix the pagination and canonical urls issue for this pages, will be glad if you can suggest anyone

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Permalink Structure’ is closed to new replies.