Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 740 Bytes

ContentOptimizationTargetUrlCompetingContent.md

File metadata and controls

24 lines (18 loc) · 740 Bytes

SiteimproveAPIClient::ContentOptimizationTargetUrlCompetingContent

Properties

Name Type Description Notes
competing_content_type String The type of competing content. HTML element. [default to 'h1']
keyword String The keyword string [optional]
occurrences Integer The number of occurrences for the keyword and content type combination
_links Links3 [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::ContentOptimizationTargetUrlCompetingContent.new(
  competing_content_type: null,
  keyword: null,
  occurrences: null,
  _links: null
)