Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
.htaccess
file anyways. You'll want to use functions.php
to select the templates or page types and then insert it into the <head>
using wp_head()
.Google won't visit through your sitemap or your list of indexed pages if it's set to noindex. But they'll visit the first page of the category and then crawl through the rest through the pagination.then Google will eventually stop visiting and seeing that some of your older (and potentially still highly relevant and valuable) pages are linked. They would then become orphaned in Google's eyes and drop?
I don't quite get why indexing the first page of the archives is necessary? If that is enough to trigger /news/2/ etc getting crawled, then why wouldn't a link to /news/ from the HP be enough to trigger /news/ being crawled (despite being noindex) and followed to /news/2/ etc and achieving the same thing?Google won't visit through your sitemap or your list of indexed pages if it's set to noindex. But they'll visit the first page of the category and then crawl through the rest through the pagination.
Your other posts won't be orphaned because page rank flows through posts that aren't in the index, too. If they're crawlable, they aren't orphaned.
You could say that about any page, that links from the homepage would get them crawled. The reason is is because we do want the archives indexed and surfacing in Google. We can take those first paginated pages and add content and extra design to them (that aren't shown on the /page/2/ paged pages) to help them be unique and more beefy.I don't quite get why indexing the first page of the archives is necessary? If that is enough to trigger /news/2/ etc getting crawled, then why wouldn't a link to /news/ from the HP be enough to trigger /news/ being crawled (despite being noindex) and followed to /news/2/ etc and achieving the same thing?