Classes
\Syntro\SEO
| Name | Description | |
|---|---|---|
| Dom | Helper class used to retrieve the DOM of a page from its link and remembering the value | EMPTY |
\Syntro\SEO\Analysis
| Name | Description | |
|---|---|---|
| Analysis | allows the analysis of a link in response to a keyword | EMPTY |
| ContentFocusAnalysis | checks the content for the focus keyword | EMPTY |
| ContentWordCountAnalysis | checks the content length | EMPTY |
| DescriptionAnalysis | checks the meta description | EMPTY |
| FocusKeywordAnalysis | checks the focus keyword | EMPTY |
| H1Analysis | checks the h1 title tag | EMPTY |
| TitleAnalysis | checks the title | EMPTY |
| UrlAnalysis | checks the url | EMPTY |
\Syntro\SEO\Extensions
| Name | Description | |
|---|---|---|
| SEOExtension | The SEO extension adds a n SEO analysis Tab | EMPTY |
| SEOSiteTreeExtension | The SEOSiteTreeExtension class adds the ability to render SEO specific meta information to a page header. | EMPTY |
\Syntro\SEO\Forms
| Name | Description | |
|---|---|---|
| KeywordAnalysisField | Renders a Field which analyzes the content of a Page using a keyword | EMPTY |
| SERPField | A Preview of the content in Google | EMPTY |
\Syntro\SEO\Reports
| Name | Description | |
|---|---|---|
| MissingMetaDescriptionReport | Report showing Pages with missing Metadescription | EMPTY |
\Syntro\SEO\Tests
| Name | Description | |
|---|---|---|
| DOMTest | Tests the DOM class to correctly produce a dom from a page | EMPTY |