---
title: "Busca o SEO de um produto específico"
method: GET
path: "/produtos/{identificador}/seo"
---

# Busca o SEO de um produto específico

`GET /produtos/{identificador}/seo`

SEO do produto informado

## Path parameters

- `identificador` string, required

## Query parameters

- `tipoIdentificador` 'Sku' | 'ProdutoId' | 'ProdutoVarianteId'

## Response `200`

200

- object
  - `tagCanonical` string
  - `title` string
  - `metatags` object[]
    - `metatagId` integer
    - `content` string
    - `httpEquiv` string
    - `name` string
    - `scheme` string

## Other responses

- `500` — 500

---

[API](https://skmtc.dev/fbits/apis/wake-commerce-api.md) · [All operations](https://skmtc.dev/fbits/apis/wake-commerce-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fbits/wake-commerce-api/revisions/e07940bf249d/schema)
