Module mod_seo_sitemap

Generates a sitemap.

Copyright © 2009-2021 Marc Worrell

Authors: Marc Worrell (marc@worrell.nl).

Description

Generates a sitemap. For now rather crude version that will only work with smaller sites.

Function Index

event/2
manage_schema/2
observe_rsc_update_done/2
observe_seo_sitemap_index/2Return the number of entries in the mod_seo_sitemap managed sitemaps.
observe_seo_sitemap_urlset/2Return the urlset belonging to the slice given.

Function Details

event/2

event(Postback, Context) -> any()

manage_schema/2

manage_schema(X1, Context) -> any()

observe_rsc_update_done/2

observe_rsc_update_done(Rsc_update_done, Context) -> any()

observe_seo_sitemap_index/2

observe_seo_sitemap_index(Seo_sitemap_index, Context) -> any()

Return the number of entries in the mod_seo_sitemap managed sitemaps. All sources in the seo_sitemap indices are grouped together.

observe_seo_sitemap_urlset/2

observe_seo_sitemap_urlset(Seo_sitemap_urlset, Context) -> any()

Return the urlset belonging to the slice given.


Generated by EDoc