SeoTagsDataProvider

Class SeoTagsDataProvider

This class provides configuration data for SeoTagsHeaderExtender. By keeping this data inside this separate class third-party developers can extend the lists provided by overloading SeoTagsDataProvider.

package

Default

Methods

Provides list of keys which will be filtered out of the query string before canonical and alternate links are generated.

getExcludeGetParams() : array
static

Response

array

Provides a list of query string keys which will be filtered out when building canonical URLs.

getExcludeKeysFromCanonical() : array
static

Response

array

Provides a page-specific list of query string keys which will be filtered out when building canonical URLs.

getExcludeKeysFromCanonicalPerPageType() : array
static

Response

array

Provides a list of files (as present in REQUEST_URI) which must not output a canonical URL.

getNoCanonicalFiles() : array
static

Response

array

Provides a list of keys which if present in the query string ($_GET) will cause the nofollow flag to be set depending on page type.

getNoFollowKeysPerPageType() : array
static

Response

array

Provides a list of files (as present in REQUEST_URI) which will be marked as noindex.

getNoIndexFiles() : array
static

Response

array

Provides a list of keys which if present in the query string ($_GET) will cause the noindex flag to be set.

getNoIndexKeys() : array
static

Response

array

Provides a list of keys which if present in the query string ($_GET) will cause the noindex flag to be set depending on page type.

getNoIndexKeysPerPageType() : array
static

Response

array

Provides a list of keys which if present in the query string ($_GET) will disable output of prev/next links.

getNoRelPrevNext() : array
static

Response

array