# Article - storefront - OBJECT
Version: 2025-01

## Description
An article in an online store blog.

### Access Scopes
`unauthenticated_read_content` access scope.


## Fields
* [author](/docs/api/storefront/2025-01/objects/ArticleAuthor): ArticleAuthor! - The article's author.
* [authorV2](/docs/api/storefront/2025-01/objects/ArticleAuthor): ArticleAuthor - The article's author.
* [blog](/docs/api/storefront/2025-01/objects/Blog): Blog! - The blog that the article belongs to.
* [content](/docs/api/storefront/2025-01/scalars/String): String! - Stripped content of the article, single line with HTML tags removed.
* [contentHtml](/docs/api/storefront/2025-01/scalars/HTML): HTML! - The content of the article, complete with HTML formatting.
* [excerpt](/docs/api/storefront/2025-01/scalars/String): String - Stripped excerpt of the article, single line with HTML tags removed.
* [excerptHtml](/docs/api/storefront/2025-01/scalars/HTML): HTML - The excerpt of the article, complete with HTML formatting.
* [handle](/docs/api/storefront/2025-01/scalars/String): String! - A human-friendly unique string for the Article automatically generated from its title.
* [id](/docs/api/storefront/2025-01/scalars/ID): ID! - A globally-unique ID.
* [image](/docs/api/storefront/2025-01/objects/Image): Image - The image associated with the article.
* [metafield](/docs/api/storefront/2025-01/objects/Metafield): Metafield - A [custom field](https://shopify.dev/docs/apps/build/custom-data), including its `namespace` and `key`, that's associated with a Shopify resource for the purposes of adding and storing additional information.
* [metafields](/docs/api/storefront/2025-01/objects/Metafield): Metafield! - A list of [custom fields](/docs/apps/build/custom-data) that a merchant associates with a Shopify resource.
* [onlineStoreUrl](/docs/api/storefront/2025-01/scalars/URL): URL - The URL used for viewing the resource on the shop's Online Store. Returns `null` if the resource is currently not published to the Online Store sales channel.
* [publishedAt](/docs/api/storefront/2025-01/scalars/DateTime): DateTime! - The date and time when the article was published.
* [seo](/docs/api/storefront/2025-01/objects/SEO): SEO - The article’s SEO information.
* [tags](/docs/api/storefront/2025-01/scalars/String): String! - A categorization that a article can be tagged with.

* [title](/docs/api/storefront/2025-01/scalars/String): String! - The article’s name.
* [trackingParameters](/docs/api/storefront/2025-01/scalars/String): String - URL parameters to be added to a page URL to track the origin of on-site search traffic for [analytics reporting](https://help.shopify.com/manual/reports-and-analytics/shopify-reports/report-types/default-reports/behaviour-reports). Returns a result when accessed through the [search](https://shopify.dev/docs/api/storefront/current/queries/search) or [predictiveSearch](https://shopify.dev/docs/api/storefront/current/queries/predictiveSearch) queries, otherwise returns null.

## Connections
* [comments](/docs/api/storefront/2025-01/connections/CommentConnection): CommentConnection!



## Related queries
* [article](/docs/api/storefront/2025-01/queries/article) Fetch a specific Article by its ID.
* [articles](/docs/api/storefront/2025-01/queries/articles) List of the shop's articles.

## Related mutations

## Related Unions
* [MenuItemResource](/docs/api/storefront/2025-01/unions/MenuItemResource) The list of possible resources a `MenuItem` can reference.

* [MetafieldParentResource](/docs/api/storefront/2025-01/unions/MetafieldParentResource) A resource that the metafield belongs to.
* [SearchResultItem](/docs/api/storefront/2025-01/unions/SearchResultItem) A search result that matches the search query.


## Examples