Per-type indexing, templates, and which archives exist at all.
Rankify > Settings > Content TypesEvery post type, taxonomy, and special page on your site gets a row here. This is where you decide what search engines are allowed to index, and what should not exist as a URL in the first place.
Stronger than noindex. The URL stops existing and returns a 404.
Noindex and disable are different things. Noindex keeps the page working and asks search engines to ignore it. Disabling removes the URL. Never disable something people have bookmarked or linked to without adding a redirect first.
Your front page, whether that is a static page or the blog index. Give it a hand-written title and description; it is the page most likely to be your first impression in a result.
Author archives
One page per author listing their posts. On a single-author site these duplicate the blog index exactly, so noindex them, or disable them entirely.On a multi-author site with real author pages, keep them. They are useful for E-E-A-T signals and they give your schema a person to attach articles to.
Date archives
Year, month, and day listings. They rarely rank and duplicate your category pages. Most sites should noindex them.
Search results
Always noindexed, and this cannot be changed. The URL space is infinite, so letting a crawler into it wastes crawl budget and generates thin pages without limit.
Media pages
Attachment pages: one page per uploaded file, containing an image and nothing else. Off by default, and that is the right setting for nearly every site.
Every registered post type appears twice: the single view and, where one exists, the archive listing.Custom post types created by other plugins show up here too, which is how you handle the ones you did not ask for. WooCommerce products, event listings, and form entries all register post types, and not all of them belong in search.
Category and tag archives, plus any custom taxonomy.
Categories usually deserve to be indexed. Tags often do not, especially if you have hundreds of tags with two posts each; those are thin pages competing with the posts they list.
A type set to noindex, or disabled, is left out of your XML sitemap automatically. You do not have to keep two lists in step.That matters because listing a page in your sitemap while telling search engines not to index it is a contradictory signal, and it is one of the most common configuration mistakes in SEO plugins.