RepositoryWebrefSimplifiedAnchor

Repository WebrefLink Signal

GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefSimplifiedAnchor

10
out of 10
Critical
SEO Impact
Represents a subpart of the anchor data of the docjoins, but is much smaller. When we build this SimplifiedAnchor from the anchor data of the docjoins, by specifying the option separate_onsite_anchors to SimplifiedAnchorsBuilder, we can also separate the onsite anchors from the other (offdomain) anchors. So onsite anchors and offdomain anchors will have their own count, score, normalized score, and total volume (.._offdomain and .._onsite fields). For example, if there are 10 onsite anchors and 20 offdomain anchors for the anchor text "mountain view", then the count_from_onsite is 10, and the count_from_offdomain is 20 when we separate onsite anchors out. Otherwise (if we don't separate onsite anchors), the count is 30 (10 + 20) and we don't have values in the .._offdomain and .._onsite fields.

SEO Analysis

AI Generated

Related to anchor text analysis and link signal processing. Anchor text—the clickable text in hyperlinks—has been a fundamental ranking signal since Google's inception. This model processes how link text is analyzed, stored, and weighted, affecting how Google understands what a page is about based on how other sites link to it.

Actionable Insights for SEOs

  • Monitor for changes in rankings that may correlate with updates to this system
  • Consider how your content strategy aligns with what this signal evaluates
  • Audit your backlink profile for anchor text diversity and relevance
  • Ensure internal linking uses descriptive, relevant anchor text
  • Monitor for unnatural link patterns that could trigger penalties

Attributes

18
Sort:|Filter:
Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefAnchorIndices.t

The set of (equivalent from WebRef point of view) anchors used to produce this segment.

anchorTextstring →
Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefLocalizedString.t

The anchor text. Note that the normalized text is not populated.

countstring
Default: nilFull type: String.t

The number of times we see this anchor text.

countFromOffdomainstring
Default: nilFull type: String.t

Count, score, normalized score, and volume of offdomain anchors.

countFromOnsitestring
Default: nilFull type: String.t

Count, score, normalized score, and volume of onsite anchors.

normalizedScorenumber(
Default: nil

The normalized score, which is computed from the score and the total_volume.

normalizedScoreFromOffdomainnumber(
Default: nil
normalizedScoreFromOnsitenumber(
Default: nil
scorenumber(
Default: nil

The sum/aggregate of the anchor scores that have the same text.

scoreFromFragmentnumber(
Default: nil

The sum/aggregate of the anchor scores that direct to a fragment and have the same text.

scoreFromOffdomainnumber(
Default: nil
scoreFromOffdomainFragmentnumber(
Default: nil
scoreFromOnsitenumber(
Default: nil
scoreFromOnsiteFragmentnumber(
Default: nil
scoreFromRedirectnumber(
Default: nil

The sum/aggregate of the anchor scores that direct to a different wiki title and have the same text. NOTE: url direct to a fragment score is not included in this value.

totalVolumenumber(
Default: nil

The total score volume used for normalization.

totalVolumeFromOffdomainnumber(
Default: nil
totalVolumeFromOnsitenumber(
Default: nil