Hello. I`m newbie in modx, I have a issue
On pages like
http://localhost/modx/index.php?id=5&page=3
I want to use:
<link rel="prev" href="
http://localhost/modx/index.php?id=5&page=2">
<link rel="next" href="
http://localhost/modx/index.php?id=5&page=4">
<meta name="robots" content="noindex, follow" />
On last nav page I want to use
<link rel="prev" href="
http://localhost/modx/index.php?id=5&page=PREV_NUMBER">
Please, help!