Skip to content

v1.1.9

Choose a tag to compare

@m2de m2de released this 18 Mar 10:15
· 56 commits to master since this release
  • Paginated canonicals and sitemap. By default the Sitemap helper NovaBlog::sitemap will include paginated blog index and category pages. Paginated results will also be canonicalised, apart from page=1 which will point to the non-paginated version.

NOTE: When replacing the page on the index and category pages or overloading the Category model baseCanonical method for/with meta pages or similar the canonical will be overwritten so you will need to manually re-apply the pagination which can be done using the maxfactor support helper \Maxfactor::urlWithQuerystring(url()->current(), $allowedParameters = 'page=[^1]')