Property | Type | Description | |
---|---|---|---|
SitemapInfo | System |
Method | Description | |
---|---|---|
SitemapInfo ( |
Creates a SitemapInfo object which serializes to the "sitemap" element of a sitemap index file: https://www.sitemaps.org/protocol.html#index
|
Method | Description | |
---|---|---|
SitemapInfo ( ) : System |
public SitemapInfo ( |
||
absolutePathToSitemap | The full path to the sitemap (e.g. https://www.somewebsite.com/sitemaps/sitemap1.xml). Serializes to the "loc" element. | |
dateSitemapLastModified | System.DateTime | The date the sitemap was last modified/created. Serializes to the "lostmod" element. |
return | System |