TL;DR
Multi-step forms that create separate URLs for each step generate thin content pages. Each step contains minimal text, a few form fields, and navigation buttons. Google crawls these URLs, finds pages with almost no substantive content, and may demote them or refuse to index them entirely. Your conversion-optimized form wizard is creating SEO-toxic pages that dilute your site’s quality signals.
The Conversation
Dana, UX designer at an insurance company, WordPress with Gravity Forms, 8-step quote wizard, intermediate technical knowledge, noticed form steps flagged as low-value in Search Console: Our quote wizard is getting flagged in Search Console. The “Pages” report shows our form step URLs as “Crawled – currently not indexed” with low content value warnings. These are critical conversion pages.
SDC SEO Brain: Multi-step forms often create this problem. Each step gets its own URL, but each URL contains maybe 50 words of text and a few form fields. From Google’s perspective, that’s thin content. How many steps does your wizard have?
Dana: Eight steps. Personal info, vehicle details, coverage options, things like that. Each step has its own URL like /quote/step-2, /quote/step-3.
SDC SEO Brain: So you have eight URLs, each with minimal unique content. Google crawls all eight, finds pages that are mostly form elements with little text, and flags them as low-quality. The form steps aren’t content pages; they’re application interface pages.
Dana: But we need separate URLs. Users bookmark mid-progress, and we track conversion dropoff by step.
SDC SEO Brain: Those are valid UX and analytics needs. The SEO problem is exposing those URLs to search engines. Form steps shouldn’t be indexed because they don’t serve search intent. No one searches for “insurance quote step 4.”
Dana: So I should noindex the form steps?
SDC SEO Brain: Yes. Add noindex meta tags to all form step pages except possibly the first one. The landing page that explains the quote process and starts the form might have SEO value. The intermediate steps are pure application functionality.
Dana: What about the confirmation page at the end?
SDC SEO Brain: Noindex that too. Thank you pages and confirmation pages don’t answer search queries. They exist for user flow completion. Having thin pages like these indexed contributes to Google’s perception of your overall site quality.
Dana: Our SEO person said every page should be indexed. More pages equals more opportunities to rank.
SDC SEO Brain: That’s outdated thinking. Google’s helpful content system evaluates site-wide quality. Having dozens of thin, unhelpful pages indexed actively hurts your good pages. Quality over quantity. Index pages that could rank and satisfy users. Noindex everything else.
Dana: Even if noindexed, Google is still crawling these URLs. Is that wasting crawl budget?
SDC SEO Brain: For a site your size, crawl budget probably isn’t a practical concern. But if you want to prevent crawling entirely, add the form step URLs to robots.txt with Disallow. Though noindex alone is usually sufficient for thin content management.
Dana: Our form plugin creates these URLs automatically. I’m not sure we can change the URL structure.
SDC SEO Brain: You don’t need to change URLs. You need to add noindex tags. In WordPress, you can do this with Yoast or Rank Math by editing each page and setting it to noindex. Or add code to your theme that automatically noindexes any URL containing /quote/step-.
Dana: We use Gravity Forms. Does that have noindex options?
SDC SEO Brain: Gravity Forms creates form steps differently depending on configuration. If you’re using separate pages for each step, those are regular WordPress pages you can noindex. If you’re using AJAX-based steps on a single URL, you don’t have this problem at all because there’s only one URL.
Dana: We’re using separate page submissions, not AJAX. That’s why each step has its own URL.
SDC SEO Brain: Consider switching to AJAX-based multi-step if your form plugin supports it. Single-URL forms with client-side step navigation avoid the thin content problem entirely. The form exists on one page, and step transitions happen without page loads.
Dana: Would that break our analytics tracking?
SDC SEO Brain: You’d need to implement virtual pageviews instead of actual pageviews. When users advance a step, trigger a Google Analytics event or virtual pageview. Most analytics setups support this. You’d still see step-by-step conversion funnels.
Dana: What if we add more content to each step? Educational text about what they’re filling out?
SDC SEO Brain: That could help marginally, but it’s treating the symptom. Form steps aren’t content pages. Adding filler text to make them pass a content threshold creates a worse user experience. People on step 5 of a quote form don’t want to read paragraphs of text.
Dana: Some insurance sites have really long single-page forms. Are they doing it for SEO?
SDC SEO Brain: Possibly, or for simplicity, or because long forms convert better in some contexts. Single-page forms don’t have the multi-URL thin content problem. They might have other UX issues, but not this specific SEO problem.
Dana: Our UX testing showed multi-step forms convert better. I don’t want to change the UX for SEO.
SDC SEO Brain: You don’t have to. Keep multi-step forms but use AJAX-based navigation on a single URL, or keep separate URLs but noindex them. Both solutions preserve your UX while solving the SEO problem.
Dana: If I noindex the form steps, will that remove the low-value warnings from Search Console?
SDC SEO Brain: The pages will move from “Crawled – currently not indexed” to “Excluded by noindex tag.” That’s the expected status for pages you don’t want indexed. The low-value assessment was Google’s explanation for not indexing them despite no explicit noindex. Adding noindex makes your intent clear.
Dana: How quickly will Search Console update after I add noindex?
SDC SEO Brain: Google recrawls pages on its own schedule. Once it recrawls and sees the noindex tag, Search Console updates. For a site your size, expect a few days to a couple weeks. You can request reindexing of specific URLs to speed up processing.
Dana: After noindexing, should I also exclude these URLs from my sitemap?
SDC SEO Brain: Yes. Sitemaps should only contain URLs you want indexed. Including noindexed URLs in your sitemap sends conflicting signals. Remove form step URLs from your sitemap or exclude them via your sitemap plugin’s settings.
Dana: What about internal links to form steps? Our homepage links to “Start Your Quote” which goes to step 1.
SDC SEO Brain: That’s fine. Internal links can point to noindexed pages. The noindex just prevents those pages from appearing in search results. Users can still navigate to them normally. Your homepage linking to the form start page is expected user flow.
FAQ
Q: Why do multi-step forms create thin content?
A: Each form step typically contains a few form fields, minimal instructional text, and navigation buttons. This doesn’t meet Google’s expectations for valuable page content. When each step has its own URL, you create multiple thin pages.
Q: Should I noindex all form pages?
A: Noindex form steps and confirmation pages. Your main form landing page might be worth indexing if it has substantial content explaining your service. Intermediate steps and confirmations never answer search queries.
Q: Does noindexing hurt my SEO?
A: No. Noindexing low-value pages improves site-wide quality signals. Google’s helpful content system evaluates overall site quality. Removing thin pages from your index concentrates Google’s attention on your valuable content.
Q: Can I use AJAX forms instead of multi-page forms?
A: Yes. AJAX-based forms keep all steps on a single URL. Step transitions happen client-side without page loads. This eliminates multiple URLs and the thin content problem while preserving multi-step UX.
Q: Will noindexing affect my conversion tracking?
A: No. Users still visit form step pages normally. Analytics tracking still works. Noindexing only prevents pages from appearing in search results.
Summary
Multi-step forms with separate URLs per step create thin content pages. Each step contains minimal text and doesn’t serve search intent. Google may flag these as low-value and refuse to index them, or worse, let them dilute your site’s quality signals.
Noindex form steps and confirmation pages that don’t serve search queries. Only your main form landing page might merit indexing if it contains substantial service information.
AJAX-based multi-step forms avoid the problem entirely. All steps exist on a single URL with client-side navigation. No multiple URLs means no thin content multiplication.
Remove noindexed URLs from your sitemap to avoid conflicting signals. Internal links to noindexed pages are fine for user navigation.
Quality over quantity in indexed pages. Google’s helpful content system evaluates site-wide quality. Thin pages hurt your good pages by association.
Sources
- Google Search Central: Thin content
- Google Search Central: Noindex directive
- Google Search Central: Sitemaps best practices