Search visibility

What actually stops a page being found

This part of the audit asks two questions. Can the page be found at all, and once it is found, is the result worth clicking. Everything else in the category is one of those two in more detail.

Type a title and description to see where they get cut. The limits below are the pixel-width conventions this guide quotes; Google publishes no character count, and the real cut depends on the glyphs.

Title0/60
Description0/155
getlightening.com › audits

Found at all, or found and ignored

The two questions cost different amounts, so the report ranks them differently. A page carrying a noindex instruction is not in search at any price, and rewriting the copy will not change that. A page with a weak title is in search and losing clicks. Both can be labelled critical by the check that raised them; only the first has closed a door.

In the ranking the report uses, anything that stops a page being found or reached weighs 3.0 — noindex, a robots.txt block, a long redirect chain, a broken link. Anything that only weakens how a page ranks or reads in results weighs 1.4 — a missing title, a missing meta description, no H1, no sitemap, thin content. Severity says how broken something is. That weight says what it is costing you.

The page we judge is the one the browser builds

Your server sends the browser some HTML. On a site built with React, Vue or a similar framework, that first response can be almost empty: one div and a script that fills it in. Google renders JavaScript before indexing, so the page that ranks is the assembled one, not the first response. The audit loads the page in a real headless browser and reads the rendered DOM.

This engine used to read the raw response. On a client-rendered page that produced fourteen findings that were all false — no H1 and no meta description reported as criticals on a page that had both, content called thin at two words when there were around sixty, SEO scored 37. Performance and security still read the raw response deliberately: they judge what the server actually sent. If the headless browser cannot load the page, the audit falls back to the raw HTML and says so.

The instructions that take a page out of search

There are three, and none of them is visible on the page. A robots meta tag carrying noindex tells search engines to leave the page out. An X-Robots-Tag in the HTTP response header does the same thing and cannot be seen by viewing source, because it arrives with the page rather than in it. A Disallow line in /robots.txt keeps crawlers off a path entirely.

The audit reads all three. On the page itself a restrictive robots tag is a warning, because on a staging page or a thank-you page it is correct and deliberate. The crawl check combines the meta tag with the response header, and where either says noindex it raises a critical. The extra pages the audit fetches — usually pricing and contact — get the same meta test, with each finding attributed to the page it came from.

Titles, descriptions and headings

The title is the line a person reads in the results and the words in the tab. Missing, it is critical. Under 30 characters or over 60 is a warning, against a target of 50 to 60. Meta descriptions are judged the same way: missing is critical, under 120 or over 160 characters is a warning. With no description, Google writes its own snippet out of scraps of the page, usually less convincing than what you would write for a page that sells.

Headings are checked as structure, not decoration. No H1 is critical, because it is the clearest single statement of what the page is about. More than one H1, a first heading that is not an H1, and a jump from H2 to H4 are warnings. One more critical sits in this category and is easy to miss: no viewport meta tag, which leaves the page rendering desktop-sized on a phone under Google's mobile-first indexing.

A check that could not run is not a failure

If robots.txt cannot be fetched, the finding says it could not be fetched and carries the reason, rather than telling you that you have none. If the structured-data validator is unavailable, the report records that nothing was validated, not that nothing was found. Whole categories that could not be measured are dropped out of the overall score instead of being counted as zero.

The published sample report shows what that looks like. Technical SEO raised "No valid XML sitemap found" — a real rule, correctly triggered, and wrong here: that run audited a local copy of the site while the sitemap lists getlightening.com addresses, so nothing matched. It is written up as overruled, with that reason beside it. Every finding is read by a person before a report is sent, and the reasoning is written down so you can argue with it.

What the engine checks here

Each of these is a rule in the code, not a category heading.

Questions

Our site is built in React. Will the audit see our content?

Yes. The page is loaded in a headless browser and the search-visibility checks read the assembled DOM, which is also what Google indexes. It matters: judged on the raw response, an ordinary client-rendered page produced fourteen findings from this engine that were all false, including "No H1 heading found" as a critical on a page that had one. If the headless browser cannot load the page at all, the audit falls back to the raw HTML and the report says so.

We have no XML sitemap. Is that serious?

Rarely the most serious thing in the report. A missing sitemap is weighted 1.4 in the impact ranking, against 3.0 for anything that stops a page being reached — a noindex directive, a robots.txt block, a long redirect chain. A sitemap helps crawlers find pages that are poorly linked. It will not rescue a page that is telling search engines to ignore it, so the blocks are worth fixing first.

If we fix everything here, will we rank first?

No, and nothing in the report will claim it. These checks measure whether a page can be found and whether the result reads well — the mechanical part. Where you land against competitors depends on your content, your market and what everyone else is doing, none of which this engine measures. What it can tell you is whether anything is standing between your page and being indexed at all, which is worth fixing either way.

Sources

Public and checkable. Nothing here rests on a number we cannot point at.

This is one of fifteen categories. You can read a real report this engine produced on this very site — including the findings it raised against us — or ask for an audit of yours.