Create a sitemap entry

Adds a custom URL to the sitemap. Set `priority` (0.0-1.0), `changefreq` (always, hourly, daily, weekly, monthly, yearly, never), and `lastmod` date.

Required permissions
sitemap.create
POST/sitemap/entries
Base URLhttps://api.lynkow.com/v1

Request bodyrequired

  • urlstringrequired

    Required. 1-2048 characters

  • titlestring

    Display title. Max 255 characters

  • prioritynumber

    Between 0 and 1

  • changefreqenum

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

    One of: alwayshourlydailyweeklymonthlyyearlynever

  • isExternalboolean

    Boolean

  • lastModifiedstring

    Last modification datetime (ISO 8601)

Feedback

Was this page helpful?