Skip to content
Crawlable

Can AI crawlers read Squarespace sites?

Baseline
62/100

Hybrid

Readability depends on how the site is configured.

Squarespace serves most page content in HTML but loads galleries, summary blocks and some newer sections client-side, so parts of the page go missing for AI crawlers.

What is actually happening

Core text blocks render server-side and arrive in the initial HTML. Summary blocks, gallery sections and several of the newer 7.1 layout blocks hydrate after load, which means the content they hold does not exist in the raw response at all. Because those are exactly the blocks people use for "our latest work" and "featured posts", the parts of a Squarespace site that showcase what you do are disproportionately the parts a crawler cannot see.

13 of the major AI crawlers — including GPTBot, OAI-SearchBot, ChatGPT-User — fetch your HTML and parse it without running a JavaScript engine. Anything your page adds after hydration is not part of what they read.

What to do on Squarespace

  1. 01Move your key claims into plain text blocks rather than summary, gallery or list sections. A summary block is a convenience for visitors and a blind spot for crawlers.
  2. 02Add JSON-LD via Settings → Advanced → Code Injection for site-wide Organization schema, and per-page injection for Article or Product blocks.
  3. 03Write real meta descriptions per page in the page SEO panel rather than letting Squarespace generate one from the first text it finds.
  4. 04Add H2 subheadings inside long text blocks. The default styling encourages one continuous block, which chunks into a single undifferentiated passage.
  5. 05Replace text that lives inside uploaded images with real text blocks. The visual editor makes image-only pages easy to build and they contain literally nothing readable.

What trips people up

Where the files go on Squarespace

robots.txt is managed by Squarespace and not editable. llms.txt requires hosting it elsewhere and pointing a subdomain at it.

Stop guessing where your site sits

The baseline above is the platform. The free scan measures your actual site: how many words a crawler reads, whether your pages come back as empty shells, and which crawlers your robots.txt lets in.

Scan my Squarespace site

Other platforms