Most checklists for stores are written as if the site is already healthy and only needs a couple of tags to catch up. In late July - early August 2026, we took technical measurements from more than thirty live sites in our portfolio, most of them shops. Almost every one had something from the ground zero: a sitemap that returned an HTTP 200 and zero bytes; product available at four addresses; an analytics counter that Google disabled three years ago.
Such things break quietly. The site opens, orders go in, the owner sees no reason to dig into the source code — and meanwhile the pages either do not reach the index or compete with themselves.
Below are the checks in the order in which they make sense. Each can be done by yourself, without access to the server and without paid services.
Level zero: Do your pages exist for search
The chain of money from organics does not start with positions. The page must be found by a bot, scanned, indexed — and only after that it can rank, receive clicks and orders. A sitemap is a direct list of the addresses you're asking to be bypassed. In a catalog with tens of thousands of items, without it, some pages may not reach the bot for years, because they lack internal links.
Fair margin: the map does not raise positions and does not guarantee indexing - Google writes this directly in its documentation. A product page with no description and no demand may be indexed and not receive a single visit. On a site with ten pages, the map gives almost nothing.
What we saw in real stores
Wholesale lingerie store (our measurement, 07/31/2026): 13,428 product pages and 161 categories in the map of 13,590 URLs, of which there is exactly one duplicate. This is standard purity. And /sitemap.xml returns 200 with an empty body, and /sitemap_index.xml returns the line "HuntBee SEO XML Sitemap Generator PRO is disabled". The working card is located at a non-standard address and is saved only by what is written in robots.txt. Two standard addresses, where crawlers and audit tools go first, give garbage.
Heating equipment store and health food store (our measurement, 07/31/2026): /sitemap.xml — HTTP 200 with a body of 0 bytes. There is no map at all, although formally the file "is".
B2B sewing machine spare parts directory (our measurement, 07/31/2026): 1,992 URLs without any duplicates, the map is complete and working - but there is no Sitemap directive in robots.txt. The bot has to guess by itself.
How to check yourself
- Open
your-domain/robots.txtand find the lineSitemap:. If it is not there or it is commented out, it is the default of the box, which no one has touched. - Open the map address. A blank page, zero bytes, an XML error, or text about a disabled module are all signs of a broken map.
- Count the addresses: save the file and execute
grep -o '<loc>' sitemap.xml | wc -l. Compare with the number of products in the admin. The difference in times means that the search does not see half of the directory. - In Search Console, the "Sitemaps" section will show whether Google was able to read this file at all.


