class Sitemapper::Builder
- Sitemapper::Builder
- Reference
- Object
Direct Known Subclasses
Defined in:
sitemapper/builder.crConstant Summary
-
XMLNS_IMAGE_SCHEMA =
"http://www.google.com/schemas/sitemap-image/1.1"
-
XMLNS_SCHEMA =
"http://www.sitemaps.org/schemas/sitemap/0.9"
-
XMLNS_VIDEO_SCHEMA =
"http://www.google.com/schemas/sitemap-video/1.1"
-
XMLNS_XSI =
"http://www.w3.org/2001/XMLSchema-instance"
-
See: https://sitemaps.org/protocol.html#validating
-
XSI_INDEX_SCHEMA_LOCATION =
"http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/siteindex.xsd"
-
XSI_SCHEMA_LOCATION =
"http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"
Constructors
Instance Method Summary
- #add(path, **kwargs) : self
- #generate : Array(Hash(String, String))
- #generate_index : Hash(String, String)
- #paginator : Paginator