NlpSaftHyperlink

AI Overview😉

  • The potential purpose of this module is to analyze and understand the hyperlinks on an HTML page, including the anchor text, URL, and byte offsets of the link. This helps Google's algorithm to better comprehend the structure and content of a webpage.
  • This module could impact search results by allowing Google to better evaluate the relevance and quality of a webpage based on its hyperlinks. For example, it may help Google to identify which links on a page are most important, or to detect spammy or low-quality links. This could lead to more accurate rankings and a better user experience.
  • To be more favorable to this function, a website may want to ensure that its hyperlinks are clear, concise, and descriptive, and that they point to high-quality and relevant content. This could involve using descriptive anchor text, avoiding spammy or manipulative linking practices, and ensuring that links are properly formatted and easily crawlable by Google's algorithm.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.NlpSaftHyperlink (google_api_content_warehouse v0.4.0)

A link on an HTML page.

Attributes

  • anchorText (type: String.t, default: nil) - Clean anchor text (no HTML markup).
  • byteEnd (type: integer(), default: nil) - note: inclusive
  • byteStart (type: integer(), default: nil) - begin/end options are for goldmine AnnotationsFinder to locate the offsets of saft tokens. Start is inclusive by default and end is marked. The indices of the first and last byte covered by the hyperlink.
  • phrase (type: GoogleApi.ContentWarehouse.V1.Model.NlpSaftPhrase.t, default: nil) - The indices of the first and last token covered by the hyperlink.
  • url (type: String.t, default: nil) - (Absolute) URL that the links to.

Summary

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSaftHyperlink{
  anchorText: String.t() | nil,
  byteEnd: integer() | nil,
  byteStart: integer() | nil,
  phrase: GoogleApi.ContentWarehouse.V1.Model.NlpSaftPhrase.t() | nil,
  url: String.t() | nil
}

Functions

Link to this function

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.