Metatag¶
The Metatag object represents HTML base tags that describe a page's content for search engines.
classDiagram
direction LR
class Metatag{
string content
string name
string property
}
Properties¶
Attribute name | Type | Description |
---|---|---|
content | string |
Metatag content. |
name | null|string |
Metatag name. |
property | null|string |
Metatag property. |