SEOKeywords.suggest (Method)
Returns a query of zero or more suggested keywords. If objectID argument is passed, it will exclude any keyword already set for that page or uploaded document.
Returns:
Keywords_Suggest_Result (query)
Each row of the returned query results has the following fields:
Field Name | Type | Description |
---|---|---|
BroadImpressions | NonNegativeInteger | The number of times this keyword appeared in a search in the last 30 days. |
Impressions | NonNegativeInteger | The number of times this keyword was searched for in the last 30 days. |
Keyword | Keyword_Valid | The suggested keyword. |
Arguments:
Name | Type | Required | Description |
---|---|---|---|
reportingGroupID | SEOReportingGroupID | Required | The unique ID of the reporting group. |
keyword | SEOKeyword | Required | The SEO keyword used to find similar suggested keywords. |
objectID | RealPageID_UploadedDocID_NonBaseTemplate_0 | Optional. Defaults to '0'. | The unique identifier of the page or uploaded document for which to suggest keywords. If this is non-zero, any keywords that already exist will be filtered out of the results. |
Context:
License Requirements | SEO |
Permission Requirements | SEOReportingGroup:ManageKeywords |
Deny Context | (none) |
Require Context | Authoring |
Author Lock | (not required) |
Transaction Logging | If transaction logging is enabled at the site level, calls to this method will be logged |
Customization | Customization is not supported for this method. |
Error Codes:
None
Notes:
None