Hoogle Search
Within LTS Haskell 24.46 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
sitemap-gen Web.Sitemap.Gen A Sitemap contains multiple SitemapUrl elements which describe crawlable locations for search engines.
Sitemap :: [SitemapUrl] -> Sitemapsitemap-gen Web.Sitemap.Gen No documentation available.
-
sitemap-gen Web.Sitemap.Gen A SitemapIndex allows informing crawlers of multiple sitemap files hosted on the same domain. See https://www.sitemaps.org/protocol.html#index
SitemapIndex :: [IndexEntry] -> SitemapIndexsitemap-gen Web.Sitemap.Gen No documentation available.
-
sitemap-gen Web.Sitemap.Gen A SitemapUrl describes a single URL in a Sitemap.
SitemapUrl :: Text -> Maybe UTCTime -> Maybe ChangeFrequency -> Maybe Double -> SitemapUrlsitemap-gen Web.Sitemap.Gen No documentation available.
formatSitemapTime :: UTCTime -> Textsitemap-gen Web.Sitemap.Gen Render the UTCTime in YYYY-MM-DDTHH:MM:SS+00:00 format.
renderSitemap :: XmlOutput x => Sitemap -> xsitemap-gen Web.Sitemap.Gen Render a Sitemap into a output format supported by the xmlgen package. In most cases you will want to generate a ByteString.
renderSitemapIndex :: XmlOutput x => SitemapIndex -> xsitemap-gen Web.Sitemap.Gen Render a SitemapIndex into an output format supported by the xmlgen package.
renderSitemapUrl :: SitemapUrl -> Xml Elemsitemap-gen Web.Sitemap.Gen Render a SitemapUrl as a url XML element.