The Squarespace product URL pattern in 2026
Every product URL on Squarespace Commerce follows the same three-segment pattern: /{store-slug}/p/{product-slug}. Default store-slug is /shop/ on most current templates (some legacy templates default to /store/); the /p/ segment is fixed and identifies the URL as a product page rather than a category or collection page; the product-slug is per-product and editable on the product editor. A new Squarespace store launching in 2026 will most commonly see URLs like /shop/p/cold-press-juicer-x150, /shop/p/linen-shirt-natural, /shop/p/coffee-subscription-monthly.
Why the /p/ segment cannot be removed — and why it doesn't matter
The /p/ segment is Squarespace Commerce's internal URL router signal. It identifies the URL as a product page (rather than a category, blog post, or static page) so the platform can route the request to the right template. Google's URL-structure guidance is explicit that category-style URL segments do not penalise ranking — clean URLs without /p/ rank the same as URLs with /p/ when other signals are equal. The segment looks like a 'Squarespace tax' to migrants from Shopify, but it is not actually a ranking factor.
Renaming the store path safely with URL Mappings
The store path can be renamed via Settings > Commerce > Store Page > URL slug. The rename is a destructive operation — every product URL changes the moment you save. To avoid losing rank and breaking inbound links, set up URL Mappings before saving: /shop/p/{product-slug} -> /store/p/{product-slug} 301 (using the wildcard syntax to cover all products at once). Save the rename, verify a sample of old URLs redirect cleanly to the new pattern, and notify Google via Search Console of the URL change.
Product slug best practice
The per-product slug is the most-leveraged URL segment for SEO. Best practice: lowercase, hyphen-separated, descriptive, three to six words, with the primary keyword included once. Avoid numeric SKU slugs (/p/product-1234), random hashes (/p/x7h3kl9), and stop-word-heavy slugs (/p/the-best-cold-press-juicer). A clean slug like /p/cold-press-juicer-x150 reads as topical and customer-facing, matches the product title, and feeds the URL keyword signal Google reads when ranking the product.