Documentation ¶
Overview ¶
Package sitemap generates an list of pages of the website. The generated XML file is stored on the site's root and can be parsed by search engine bots.
Index ¶
Constants ¶
View Source
const ( // Resource of the sitemap. Resource = "https://defacto2.net/f/" // limit the number of urls as permitted by Bing and Google search engines. Limit = 50000 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.