---
title: "PUT /v1/seo/pages/{slug}"
method: PUT
path: "/v1/seo/pages/{slug}"
tags: ["seo"]
---

# PUT /v1/seo/pages/{slug}

`PUT /v1/seo/pages/{slug}`

Update a SEO integration page by slug (admin only)

## Path parameters

- `slug` string, required

## Request body

- union
  - object
  - UpdateSeoPageParams
    - `faqs` GithubComB3FunB3MonoServicesB3osWorkflowInternalPkgEntitySeoFAQ[]
      - `answer` string
      - `question` string
    - `heroDescription` string
    - `isPublished` boolean
    - `keywords` string[]
    - `metaDescription` string
    - `title` string
    - `useCases` GithubComB3FunB3MonoServicesB3osWorkflowInternalPkgEntitySeoUseCase[]
      - `description` string
      - `title` string

## Response `200`

OK

- UpdateSeoPageSuccessResponse
  - `code` integer
  - `data` GithubComB3FunB3MonoServicesB3osWorkflowInternalPkgEntitySeoIntegrationPage
    - `appSlugs` string[]
    - `contentStatus` string
    - `createdAt` string — Timestamps.
    - `faqs` GithubComB3FunB3MonoServicesB3osWorkflowInternalPkgEntitySeoFAQ[]
      - `answer` string
      - `question` string
    - `heroDescription` string — AI-generated content.
    - `id` string
    - `integrationStatus` string — Status tracking.
    - `isPublished` boolean
    - `keywords` string[]
    - `metaDescription` string
    - `pageType` string
    - `requestCount` integer
    - `slug` string
    - `title` string — SEO metadata.
    - `updatedAt` string
    - `useCases` GithubComB3FunB3MonoServicesB3osWorkflowInternalPkgEntitySeoUseCase[]
      - `description` string
      - `title` string
  - `message` string
  - `requestId` string

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/b3-fun/apis/b3os-workflow-api.md) · [All operations](https://skmtc.net/b3-fun/apis/b3os-workflow-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/b3-fun/b3os-workflow-api/versions/5a750a5a9596/schema)
