Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 796 Bytes

File metadata and controls

24 lines (18 loc) · 796 Bytes

Unifapi::SeoBacklinksBulkPagesSummaryRequest

Properties

Name Type Description Notes
targets Array<String> Domains, subdomains, or pages to analyze (up to 1000). Domains/subdomains without https:// and www.; pages as absolute URLs.
include_subdomains Boolean Include backlinks pointing to the target's subdomains. Defaults to true. [optional]
rank_scale SeoBacklinksRankScale [optional]
view SeoBacklinksView [optional]

Example

require 'unifapi'

instance = Unifapi::SeoBacklinksBulkPagesSummaryRequest.new(
  targets: null,
  include_subdomains: null,
  rank_scale: null,
  view: null
)