seoMetaPropertyContent method

  1. @override
void seoMetaPropertyContent(
  1. String metaProperty,
  2. String metaPropertyContent
)
override

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) {
  js.context.callMethod('seoPropertyJS', [metaProperty, metaPropertyContent]);
}