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::ContentOptimizationTargetUrlKeyword

Properties

Name Type Description Notes
id Integer The id of the keyword
database String The database for the keyword [default to 'unknown']
organic_competition String The organic competition for the keyword [default to 'low']
position Integer The position of the keyword and URL combination [optional]
search_volume ValueOfMax [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::ContentOptimizationTargetUrlKeyword.new(
  id: null,
  database: null,
  organic_competition: null,
  position: null,
  search_volume: null
)