Seo
Table of Contents
Methods
- afterLandingView() : void
- Analyze stored seo keys.
- beforeLandingView() : void
- Keep seo keys for analyze in future.
- changeValue() : void
- Manually changes some seo key.
- processValue() : string
- If seo key was changed then returns changed value, else returns $value.
Methods
afterLandingView()
Analyze stored seo keys.
public
static afterLandingView() : void
beforeLandingView()
Keep seo keys for analyze in future.
public
static beforeLandingView() : void
changeValue()
Manually changes some seo key.
public
static changeValue(string $key, string $value) : void
Parameters
- $key : string
-
Seo key.
- $value : string
-
Seo value.
processValue()
If seo key was changed then returns changed value, else returns $value.
public
static processValue(string $key, string $value) : string
Parameters
- $key : string
-
Seo key.
- $value : string
-
Seo value.