---
title: "POST /v1/seo/pages/bulk-upsert"
method: POST
path: "/v1/seo/pages/bulk-upsert"
tags: ["seo"]
---

# POST /v1/seo/pages/bulk-upsert

`POST /v1/seo/pages/bulk-upsert`

Bulk upsert SEO integration pages (used by CI/CD build script)

## Request body

- union
  - object
  - BulkUpsertSeoPagesParams
    - `pages` GithubComB3FunB3MonoServicesB3osWorkflowInternalPkgEntitySeoIntegrationPage[], required
      - `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

## Response `200`

OK

- BulkUpsertSeoPagesSuccessResponse
  - `code` integer
  - `data` BulkUpsertResultData
    - `totalReceived` integer
    - `upsertedCount` integer
  - `message` string
  - `requestId` string

## Other responses

- `400` — Bad Request
- `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)
