SocialStanzaDeliveryRestriction

AI Overview😉

  • The potential purpose of this module is to control the delivery and indexing of content (stanzas) on Google's platform. It allows the content creator to restrict or allow the publication of their content, affecting its visibility and ranking in search results.
  • This module could impact search results by influencing the ranking and indexing of content. If a stanza is marked as "do not publish", it will not be indexed or visible in search results, which could negatively impact its ranking. Conversely, if a stanza is published, it will be eligible for indexing and ranking, potentially improving its visibility.
  • To be more favorable for this function, a website may want to ensure that their content is published and eligible for indexing. They should avoid marking their content as "do not publish" for extended periods, as this could be seen as a stale post and negatively impact ranking. Additionally, they should keep the number of unpublishable stanzas to a minimum to reduce under-serving. By following these guidelines, a website can increase the visibility and ranking of their content in search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Restrictions that affect the delivery of the stanza. By default, Stanzas are publishable, which means that they are eligible for indexing, aggregation, and other delivery options (Goops, Moonshine, notifications). A stanza can be created in a "do not publish" state; the stanza will not be published anywhere. The restriction can subsequently be removed with an UpdateStanza call, at which point the post will be treated as if it were newly created. A few notes/limitations about this option: 1. Client should keep a stanza unpublishable for a small period of time (if possible to) so that our ranking system does not consider this as a stale post (thus downranking the post). 2. Client should keep the number of unpublishable stanzas to a minimum, to reduce under-serving. 3. Updating a stanza from publishable to unpublishable after creation is not supported 4. At this time, publishing options are only supported on root stanzas; let us know if you require this for child stanzas. 5. Similarly, this is only supported as a global restriction. It may not be set as a per-destination-stream restriction.

Attributes

  • doNotPublish (type: boolean(), default: nil) -

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.SocialStanzaDeliveryRestriction{
  doNotPublish: boolean() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.