---
title: Content Pages
description: Shopify-managed Pages, policies, blogs, and articles rendered as localized storefront routes.
type: guide
---

# Content Pages



<ContentBrowser />

Use Shopify's built-in content tools to publish editorial and policy pages without adding another content management system.

* Shopify Pages appear at `/pages/[handle]`.
* Store policies appear at `/policies/[handle]`.
* Blogs appear at `/blogs/[blogHandle]`, with articles at `/blogs/[blogHandle]/[articleHandle]`.

Unknown handles return a not-found page. There is no combined `/blogs` page, so navigation should link to a specific blog such as `/blogs/news`.

## Publish content in Shopify

Manage Pages and blog posts in Shopify Admin, and manage store policies in Shopify settings. The storefront uses the active locale when requesting this content.

Shopify Pages include a title, rich-text body, and SEO fields. Blogs list recent articles with dates, excerpts, and optional images. Articles include the title, author, date, image, and body. Policy URLs exist only when the corresponding policy has content, and the [footer](/docs/anatomy/footer) links to every configured policy.

Search and social metadata use Shopify's SEO fields when available. Sitemaps include Pages, blogs, articles, and configured policies. See [Sitemap](/docs/anatomy/sitemap).

## Plan for delayed updates

Shopify does not provide webhook topics for Pages, policies, blogs, or articles. An edit may remain cached until you manually purge the affected content cache or redeploy. Product and collection webhook behavior does not apply to these content types; see [Webhooks](/docs/anatomy/webhooks).

Verify every published or edited page in the storefront, including its active locale, metadata, navigation link, and sitemap entry.

## Know when Shopify content is enough

Shopify Pages and blogs work well for standard rich text, policy content, and news. Consider a dedicated content management system only when editors need structured layouts, custom fields, or preview workflows that Shopify does not provide.


---

For a semantic overview of all documentation, see [/sitemap.md](/sitemap.md)

For an index of all available documentation, see [/llms.txt](/llms.txt)

For agent-facing discovery, including API and MCP surfaces, see [/agents.md](/agents.md)