v1.1.9
- Paginated canonicals and sitemap. By default the Sitemap helper
NovaBlog::sitemapwill 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]')