Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "isomorphic-packages/sitemap-crawler/src/find"

Index

Functions

Functions

findSitemap

  • findSitemap(rootUrl: string, forceSitemapArgument?: string, tryKnownFilenames?: string[]): Promise<string | false>
  • Find sitemap URL by different methods.

    Parameters

    • rootUrl: string

      The root URL of your current website (with leading /!)

    • Optional forceSitemapArgument: string

      See findByRobots

    • Optional tryKnownFilenames: string[]

    Returns Promise<string | false>

Generated using TypeDoc