Secondary pages with /page/:num don't add the necessary value to SEO and have low content which isn't good. But on the other hand, they are good for users to explore the site.
This PR removes those pages from sitemap by moving to a manual generation instead of jekyll-sitemap plugin.
Also add noindex meta tags to those pages so as to avoid indexing them. Disallow search engines from indexing the staging.genicsblog.com domain by fixing robots.txt as well.
Secondary pages with
/page/:num
don't add the necessary value to SEO and have low content which isn't good. But on the other hand, they are good for users to explore the site.This PR removes those pages from sitemap by moving to a manual generation instead of
jekyll-sitemap
plugin.Also add
noindex
meta tags to those pages so as to avoid indexing them. Disallow search engines from indexing the staging.genicsblog.com domain by fixingrobots.txt
as well.