seoMetaPropertyContent method
Definition of metaProperty
meta tag attribute
If you do not found meta property you want just use metaProperty
Definition of metaPropertyContent
meta tag attribute
The value is used for other property meta not listed in attributes by metaPropertyContent
Add web mata data of other meta property with content
Implement the interface
Implementation
@override
void seoMetaPropertyContent(String metaProperty, String metaPropertyContent) {
/// Call the javascript function with needed attributes
js.context.callMethod('seoPropertyJS', [metaProperty, metaPropertyContent]);
}