SproutCMS

This is the code documentation for the SproutCMS project

Page options:

Inherited members

class SeoController

Handler for SEO functions, including generation of robots.txt and XML sitemap

Functions

NameVisibilityDescription
__constructpublic 
footerprivateEcho the XML footer for the sitemap
headerprivateEcho the XML header for the sitemap
robotspublicOutput a dynamic robots.txt file which points to the sitemap; for use on production sites
robotsDenypublicRobots.txt which denies all; for use on dev/QA sites
xmlSitemappublicOutput a dynamic XML sitemap

public __construct

void $SeoController->__construct ( );

This function does not have a description

private footer

void $SeoController->footer ( );

Echo the XML footer for the sitemap

private header

void $SeoController->header ( );

Echo the XML header for the sitemap

public robots

void $SeoController->robots ( );

Output a dynamic robots.txt file which points to the sitemap; for use on production sites

public robotsDeny

void $SeoController->robotsDeny ( );

Robots.txt which denies all; for use on dev/QA sites

public xmlSitemap

void $SeoController->xmlSitemap ( );

Output a dynamic XML sitemap