RegistrationInfo

AI Overview😉

  • The potential purpose of this module is to gather and store information about a website's domain registration, including the creation and expiration dates. This information can be used to assess the website's credibility, trustworthiness, and stability.
  • This module could impact search results by influencing the ranking of websites. A website with a longer domain registration history or a more recent creation date may be considered more credible and trustworthy, and therefore may be ranked higher in search results. On the other hand, a website with a shorter domain registration history or an expired domain may be considered less credible and may be ranked lower.
  • To be more favorable for this function, a website may consider the following:
    • Registering their domain for a longer period to demonstrate commitment and stability.
    • Keeping their domain registration up-to-date and avoiding expiration.
    • Ensuring that their website's content and information are accurate and trustworthy to reinforce the credibility of their domain.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 5

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

Domain registration information for the document. NEXT ID TO USE: 3

Attributes

  • createdDate (type: integer(), default: nil) - This is the number of days since January 1st 1995 that this domain was last created. This should always fit in 15 bits.
  • expiredDate (type: integer(), default: nil) - This is the number of days since January 1st 1995 that this domain last expired. This should always fit in 15 bits. Jan 1st 1995 was chosen by the history project as a special epoch date. Both the registrationinfo dates and the linkage dates are measured in days since this epoch.

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.RegistrationInfo{
  createdDate: integer() | nil,
  expiredDate: integer() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.