WebMetaSEO class
Code starts here
- Implemented types
Constructors
- WebMetaSEO()
- Definition of WebMetaSEO instance
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
Definition of
author
meta tag attribute https://developer.mozilla.org/en-US/docs/Learn/HTML/Introduction_to_HTML/The_head_metadata_in_HTML#adding_an_author_and_description Add web mata data ofauthor
attribute Example: String? author = 'Eng Mouaz M AlShahmeh'; Implement the interfaceoverride -
charset(
{required String charset}) → dynamic -
Definition of
charset
meta tag attribute https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta#attr-charset Add web mata data ofcharset
attribute Example: String? charset = 'UTF-8'; Implement the interfaceoverride -
config(
) → dynamic -
Add web seo mata config method which remove any javascript
code with the same id
metaSEOScripts
and replace if exists with needed one before the end of the body of the html web file automatically. This method should be run before any meta seo method to run the package correctly Implement the interfaceoverride -
description(
{required String description}) → dynamic -
Definition of
description
meta tag attribute https://developer.mozilla.org/en-US/docs/Learn/HTML/Introduction_to_HTML/The_head_metadata_in_HTML#adding_an_author_and_description Add web mata data ofdescription
attribute Example: String? description = 'Simple SEO description mata data'; Implement the interfaceoverride -
facebookAppID(
{required String facebookAppID}) → dynamic -
Definition of
fb:app_id
meta tag attribute https://developers.facebook.com/docs/sharing/webmasters/ Add web mata data offacebookAppID
attribute Implement the interfaceoverride -
httpEquiv(
{required String httpEquiv}) → dynamic -
Definition of
http-equiv
meta tag attribute https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta#attr-http-equiv Add web mata data ofhttpEquiv
attribute Example: String? httpEquiv = 'X-UA-Compatible'; Implement the interfaceoverride -
keyValue(
{required String key, required String value}) → dynamic -
Definition of
key
meta tag attribute If you do not found meta key you want just use metaKey Definition ofvalue
meta tag attribute The value is used for other key-value meta not listed in attributes by metaValue Add web mata data of other meta key with value Implement the interfaceoverride -
keywords(
{required String keywords}) → dynamic -
Definition of
keywords
meta tag attribute Separate list of keyword strings by commas Add web mata data ofkeywords
attribute Example: String? keywords = 'Flutter, Dart, Simple SEO'; Implement the interfaceoverride -
nameContent(
{required String name, required String content}) → dynamic -
Definition of
name
meta tag attribute If you do not found meta name you want just use metaName Definition ofcontent
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 interfaceoverride -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
ogDescription(
{required String ogDescription}) → dynamic -
Definition of
og:description
meta tag attribute https://ogp.me https://developer.mozilla.org/en-US/docs/Learn/HTML/Introduction_to_HTML/The_head_metadata_in_HTML#other_types_of_metadata Add web mata data ofogDescription
attribute Implement the interfaceoverride -
ogImage(
{required String ogImage}) → dynamic -
Definition of
og:image
meta tag attribute https://ogp.me https://developer.mozilla.org/en-US/docs/Learn/HTML/Introduction_to_HTML/The_head_metadata_in_HTML#other_types_of_metadata Add web mata data ofogImage
attribute Implement the interfaceoverride -
ogTitle(
{required String ogTitle}) → dynamic -
Definition of
og:title
meta tag attribute https://ogp.me https://developer.mozilla.org/en-US/docs/Learn/HTML/Introduction_to_HTML/The_head_metadata_in_HTML#other_types_of_metadata Add web mata data ofogTitle
attribute Implement the interfaceoverride -
propertyContent(
{required String property, required String content}) → dynamic -
Definition of
property
meta tag attribute If you do not found meta property you want just use metaProperty Definition ofcontent
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 interfaceoverride -
robots(
{required RobotsName robotsName, required String content}) → dynamic -
Definition of
robotsName
meta tag attribute Definition ofcontent
meta tag attribute https://developers.google.com/search/docs/crawling-indexing/robots-meta-tag Add web mata data ofrobotsName
attribute Add web mata data ofcontent
attribute Implement the interfaceoverride -
toString(
) → String -
A string representation of this object.
inherited
-
twitterCard(
{required TwitterCard twitterCard}) → dynamic -
Definition of
twitter:card
meta tag attribute https://developer.twitter.com/en/docs/twitter-for-websites/cards/guides/getting-started Add web mata data oftwitterCard
attribute Implement the interfaceoverride -
twitterDescription(
{required String twitterDescription}) → dynamic -
Definition of
twitter:description
meta tag attribute https://developer.twitter.com/en/docs/twitter-for-websites/cards/overview/markup Add web mata data oftwitterDescription
attribute Implement the interfaceoverride -
twitterImage(
{required String twitterImage}) → dynamic -
Definition of
twitter:image
meta tag attribute https://developer.twitter.com/en/docs/twitter-for-websites/cards/overview/markup Add web mata data oftwitterImage
attribute Implement the interfaceoverride -
twitterTitle(
{required String twitterTitle}) → dynamic -
Definition of
twitter:title
meta tag attribute https://developer.twitter.com/en/docs/twitter-for-websites/cards/overview/markup Add web mata data oftwitterTitle
attribute Implement the interfaceoverride -
viewport(
{required String viewport}) → dynamic -
Definition of
viewport
meta tag attribute Separate list of viewport strings by commas https://developer.mozilla.org/en-US/docs/Web/HTML/Viewport_meta_tag Add web mata data ofviewport
attribute Example: String? viewport = 'width=device-width, initial-scale=1'; Implement the interfaceoverride
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited