---
title: SEO - Storefront API
description: >
  Search engine optimization metadata for a resource. The title and description
  appear in search engine results and browser tabs.
api_version: 2026-01
api_name: storefront
type: object
api_type: graphql
source_url:
  html: 'https://shopify.dev/docs/api/storefront/latest/objects/SEO'
  md: 'https://shopify.dev/docs/api/storefront/latest/objects/SEO.md'
---

# SEO

object

Search engine optimization metadata for a resource. The title and description appear in search engine results and browser tabs.

## Fields

* description

  [String](https://shopify.dev/docs/api/storefront/latest/scalars/String)

  The meta description.

* title

  [String](https://shopify.dev/docs/api/storefront/latest/scalars/String)

  The SEO title.

***

## Map

### Fields with this object

* [Article.seo](https://shopify.dev/docs/api/storefront/latest/objects/Article#field-Article.fields.seo)
* [Blog.seo](https://shopify.dev/docs/api/storefront/latest/objects/Blog#field-Blog.fields.seo)
* [Collection.seo](https://shopify.dev/docs/api/storefront/latest/objects/Collection#field-Collection.fields.seo)
* [Page.seo](https://shopify.dev/docs/api/storefront/latest/objects/Page#field-Page.fields.seo)
* [Product.seo](https://shopify.dev/docs/api/storefront/latest/objects/Product#field-Product.fields.seo)
