SocialCommonLinkData

Social CommonLink Signal

GoogleApi.ContentWarehouse.V1.Model.SocialCommonLinkData

3
out of 10
Low
SEO Impact
Link metadata, for LINK segments. Anchor text should be stored in the "text" field of the Segment, which can also serve as a fallback.

SEO Analysis

AI Generated

Related to link analysis and anchor text processing. Links remain one of the strongest ranking factors in Google's algorithm. This model (Social Common Link Data) contains 6 attributes that define its data structure. Key functionality includes: An Attachment represents the structured entity to which we are linking. It contains an Embed (apps/tacotown/proto/embeds/embed_client.proto) with fiel...

Actionable Insights for SEOs

  • 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

6
Sort:|Filter:
Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.SocialCommonAttachmentAttachment.t

An Attachment represents the structured entity to which we are linking. It contains an Embed (apps/tacotown/proto/embeds/embed_client.proto) with fields specific to the appropriate type of linked entity. For example, if we are linking to a photo album, the Embed may include the album ID and gaia ID of the creator. Clients that understand the Embed type within the Attachment may construct and/or decorate their link appropriately e.g. to make use of type-specific functionality or first-party integrations. The link_target and (if appropriate) display_url fields must still be set even when an Attachment is present, so that clients who do not know how to interpret the Attachment can fall back to those fields, and render the Segment as an ordinary web link. N.B. Even when an Attachment is present, the intention of a "LINK" Segment is for the Segment to be presented inline with the rest of the text of a post or comment, with a clickable link or other UI suitable for inlining (though the client may modify the UI based on Attachment data, e.g. to add appropriate hovers, icons, etc.). When an entity is intended to be rendered separately from the main body of the post/comment, a separate Attachment proto can be added outside the set of Segments. N.B. Within the Attachment, fields of EmbedClientItem have their own visibility annotations, which should be enforced separately from Segment visibility annotations. See: apps/tacotown/proto/embeds/embed_annotations.proto

attachmentRenderHintstring
Default: nilFull type: String.t

The hint to use when rendering the associated attachment. Ignored if there is no associated attachment.

displayUrlstring
Default: nilFull type: String.t

If we wish to show the user a different (e.g. shortened) version of the URL for display purposes, then that version should be set here. If this field isn't set, link_target will be used for both purposes.

linkTargetstring
Default: nilFull type: String.t

link_target is the URL to navigate to when clicked. This could be the original URL, or a URL signed by the GWS URL signing service.

linkTypestring
Default: nilFull type: String.t

LinkType is an optional field that provides additional information regarding link target. For example, link type can be identified as the SELF_LINK when the request was executed from the same link as the link target.

titlestring
Default: nilFull type: String.t

Title is an optional field that provides a short string that describes the link or its destination. User interfaces often use title as a tooltip or for accessibility purposes. However, they are of course free to present this data in any form. This field is plain text.