northstargoods.example
AI shopping readiness report
The store publishes usable product pages, but key trust and machine-readable signals are inconsistent. The largest revenue leak is missing policy structure and incomplete product schema on sampled pages.
What to fix first
- Product pricing is visible, but only one of three sample product pages includes complete offer schema.
- Returns and shipping policies exist, but neither is linked in a machine-readable way for agents.
- No llms.txt was found, so AI shoppers get no curated route through the catalog or policies.
Findings
7 of 7 findings shown.
No llms.txt guidance file
No /llms.txt file was detected at the site root.
Evidence: GET /llms.txt returned 404
Incomplete Product schema on sampled PDPs
Only one sampled product page exposed full Product + Offer JSON-LD including priceCurrency and availability.
Evidence: 2/3 sampled product pages missing at least one Offer field
Returns policy is human-readable but not concise
The returns page exists but buries the actual window, exclusions, and refund timing in long-form copy.
Evidence: Returns page found, but no clear key-facts block detected
Support paths are present
A contact page with email and help copy was found from the homepage nav.
Evidence: Support page linked in top navigation
Weak review markup
Product pages mention reviews visually, but aggregate rating markup was not found.
Evidence: No AggregateRating JSON-LD detected on sampled PDPs
robots.txt and sitemap are present
The site publishes robots.txt and references sitemap.xml.
Evidence: robots.txt includes a Sitemap directive
No buying FAQ block on sampled product pages
No FAQ headings or FAQPage schema were found on sampled PDPs.
Evidence: 0/3 sampled product pages contained FAQ signals
Artifacts
Copy-ready files you can hand directly to your developer.
# North Star Goods
> Performance essentials for outdoor runners and hikers. Use the pages below as canonical sources for brand, policy, and product facts.
## Collections
- https://northstargoods.example/collections/bestsellers
- https://northstargoods.example/collections/trail-running
## Policies
- https://northstargoods.example/policies/shipping
- https://northstargoods.example/policies/returns
- https://northstargoods.example/pages/contact
{
"@context": "https://schema.org",
"@type": "Product",
"name": "North Star Trail Pack",
"brand": { "@type": "Brand", "name": "North Star Goods" },
"image": ["https://northstargoods.example/images/trail-pack.jpg"],
"offers": {
"@type": "Offer",
"priceCurrency": "USD",
"price": "89.00",
"availability": "https://schema.org/InStock",
"url": "https://northstargoods.example/products/trail-pack"
}
}## Shopping facts
- Shipping speed: Orders ship in 1-2 business days.
- Returns window: 30 days from delivery.
- Refund timing: 3-5 business days after inspection.
- Support: [email protected]
{
"merchant": "North Star Goods",
"site": "https://northstargoods.example",
"policies": {
"shipping": "https://northstargoods.example/policies/shipping",
"returns": "https://northstargoods.example/policies/returns"
},
"products": [
{
"name": "North Star Trail Pack",
"url": "https://northstargoods.example/products/trail-pack",
"price": 89,
"currency": "USD",
"availability": "in_stock"
}
]
}