IndexingBadSSLCertificate

AI Overview😉

  • The potential purpose of this module is to identify and store information about SSL certificates that are invalid or problematic for a given URL. This is likely used to ensure that users are protected from accessing websites with compromised security.
  • This module could impact search results by potentially demoting or removing websites with bad SSL certificates from search engine results pages (SERPs). This would help to protect users from accessing insecure websites and promote a safer browsing experience.
  • To be more favorable for this function, a website can ensure that it has a valid and up-to-date SSL certificate installed. This can be done by obtaining an SSL certificate from a trusted certificate authority and configuring it correctly on the website's server. Additionally, website owners can regularly check their SSL certificate's status and expiration date to avoid any issues.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 1

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

This protobuffer stores bad SSL certificate information for a canonical URL, and meant to be included in DocJoins and push to serving time.

Attributes

  • badSslCertificate (type: GoogleApi.ContentWarehouse.V1.Model.TrawlerSSLCertificateInfo.t, default: nil) -
  • urlWithBadSslCertificate (type: String.t, default: nil) - The URL where the bad SSL certificate really comes from. Present iff it is different from the source URL, i.e. a redirect target of the source URL).

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.IndexingBadSSLCertificate{
  badSslCertificate:
    GoogleApi.ContentWarehouse.V1.Model.TrawlerSSLCertificateInfo.t() | nil,
  urlWithBadSslCertificate: 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.