Release notes: Superblog 2.0
Simplified Blog Pagination URLs
The pagination structure is changed for home page.
Before:
/blog/posts/{pageNumber}
example: /blog/posts/2
After:
/blog/{pageNumber}
/blog/2
Effect:
Google Search Console may show you 404 errors for previous URLs; they will be resolved automatically because sitemap.xml will contain new URLs automatically. You just need to request a recrawl of your sitemap.xml.
Category Pages Are Now Single-Page
Instead of paginated category listings, we've moved to a single-page format for each category. Each category page will show all posts that are assigned to it.
Before:
/blog/posts/category/{categoryName}/{pageNumber}
example: /blog/posts/category/tutorials/2
After:
/blog/category/{categoryName}
example: /blog/category/tutorials
Effect:
Google Search Console may show you 404 errors for previous URLs; they will be resolved automatically because sitemap.xml will contain new URLs automatically. You just need to request a recrawl of your sitemap.xml.
Individual Post URLs Remain the Same
Don't worry - all your blog posts will continue to work exactly as before. We haven't changed the URL structure for individual blog posts, so there's no impact on existing links or SEO rankings for your favorite articles.
Effect:
Nothing
Sitemap is beautified
Sitemap is now rendered beautifully for a better human reading experience and as well as for better SEO.