Skip to main content
Warning This document has not been updated for a while now. It may be out of date.
Last updated: 5 Jul 2023

siteimprove_api_client: SiteimproveAPIClient::ContentOptimizationKeywordHighlights

Properties

Name Type Description Notes
average_progress Float Average overall progress of content optimization
keywords_with_target_urls Integer The number of keywords with target URLs
total_keywords Integer The total amount of keywords
unique_target_urls Integer The number of unique target URLs
_links Links1 [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::ContentOptimizationKeywordHighlights.new(
  average_progress: null,
  keywords_with_target_urls: null,
  total_keywords: null,
  unique_target_urls: null,
  _links: null
)