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