How to fix ai crawler blocked on Squarespace

Your robots.txt explicitly blocks one or more AI assistants from crawling your store, so those engines can't discover, index, or cite your products when shoppers ask for recommendations.

Steps for Squarespace

  1. Squarespace generates robots.txt automatically and does not allow direct editing.
  2. Make sure you have NOT enabled any setting that hides the site from search engines (Settings > Crawlers / 'Discourage search engines').
  3. Because per-bot robots rules aren't editable, lean on the other GEO levers (llms.txt, schema, sameAs) to maximise AI visibility.
Official Squarespace documentation ↗
# Before (blocking ChatGPT's crawler):
User-agent: GPTBot
Disallow: /

# After (allowing it, while still protecting private paths):
User-agent: GPTBot
Allow: /
Disallow: /cart
Disallow: /checkout
Disallow: /account

What is ai crawler blocked?

robots.txt is a small text file at your domain root that tells automated crawlers which parts of your site they may read. A 'Disallow: /' rule under an AI crawler's user-agent (for example GPTBot for ChatGPT, or PerplexityBot for Perplexity) tells that assistant it may not read any page on your site.

AI assistants increasingly answer shopping queries by crawling and synthesizing content from stores they can access. A blocked crawler removes your store from consideration entirely for that engine - competitors who allow access get recommended in your place. Unblocking is a one-line change with outsized upside for AI visibility.

See the complete Ai crawler blocked guide for every platform and the full background.

Not sure if your Squarespace store has this?

Run a free SEOLZ audit — we’ll find ai crawler blocked and every other issue across your whole site.

Scan my site free

Fix ai crawler blocked on another platform