SeoParityPolicy class
How strict the comparison is.
Constructors
Properties
- compareHeadings → bool
-
Headings must match exactly — this is the one string both sides
have to agree on.
final
- compareLinks → bool
-
Off by default: navigation lives in the Flutter shell on most
sites, so the app tree carries links the route body never will.
final
- compareText → bool
-
Text present on the server but missing in the app is reported.
The reverse is deliberately not reported: an app legitimately shows
things a crawler need not see, such as a cookie banner.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
ignoreText
→ Set<
String> -
Text to disregard on both sides — a cookie notice, a build stamp.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited