Update SEO settings

Updates global SEO configuration.

Required permissions
seo.update
PUT/seo/settings
Base URLhttps://api.lynkow.com/v1

Request body
required

  • blogPrefix
    union

    URL prefix for blog (e.g. "blog")

  • blogUrlMode
    enum

    One of: flat, nested

    One of: flatnested

  • indexNowKey
    string

    8-64 characters

  • jsonLdGraph
    array<object>

    Max 50 characters. Array of objects

    • id
      string
    • data
      any
      required
    • type
      string
      required
    • source
      enum

      One of: presetcustom

  • robotsRules
    array<object>

    Array of objects

    • rules
      array<object>
      required
      • path
        string
        required
      • allow
        boolean
        required
    • userAgent
      string
      required
  • searchEnabled
    boolean

    Boolean

  • llmsTxtEnabled
    boolean

    Boolean

  • defaultPriority
    number

    Between 0 and 1

  • indexNowEnabled
    boolean

    Boolean

  • defaultAuthorUrl
    union

    Site-wide default author profile URL for Article structured data when a content has no author override

  • defaultAuthorName
    union

    Site-wide default author name for Article structured data when a content has no author override

  • defaultChangefreq
    enum

    One of: always, hourly, daily, weekly, monthly, yearly, never

    One of: alwayshourlydailyweeklymonthlyyearlynever

  • robotsSitemapLink
    boolean

    Boolean

  • contentPathPrefixes
    object

    URL path prefixes for content types

  • llmsSiteDescription
    union

    Site description for LLM crawlers

  • contentTypePriorities
    object

    Content type priority order in sitemap

  • googleIndexingEnabled
    boolean

    Boolean

  • includePagesInSitemap
    boolean

    Boolean

  • includeContentsInSitemap
    boolean

    Boolean

Feedback

Was this page helpful?