SEORule.getDeficientResultsForStdProperties (Method)

Returns zero or more records returning the rule results which are deficient for the specified standard properties.

Returns:

SEORule_GetResultsForObject_Results (query)

Each row of the returned query results has the following fields:

Field Name Type Description
AppliesTo SEOAppliesTo The type of data on which this rule applies to.
Fields PlainText Comma delimited list of field names.
Keyword PlainText_255 The SEO keyword.
MaxDeficientScore Integer_0_to_10 An integer between 0 and 10 that defines the maximum score considered to be deficient.
RuleID SEORuleID The unique ID of the SEO Rule.
RuleTitle PlainText_NonNull_100 The title of the rule.
Score SEOScore The score based on the rule.
Suggestion PlainText_255 The suggestion to improve the score.
Type SEORuleType The type of SEO Rule which can be 'Keyword' or 'Generic'.
Weight PositiveInteger An integer specifying the weighting factor multiplier for the rule.

Arguments:

Name Type Required Description
objectID RealPageID_UploadedDocID_NonBaseTemplate_0 Required The unique ID of the page or uploaded document, or 0 when creating a new page or uploaded document.
subsiteIDOrURL SubsiteIDorURL_EmptyString Required The ID of the target subsite, or the server relative path to the target subsite, or an empty string for the current subsite.
pageName PlainText_255 Required The name of the page. For uploaded document pass and empty string.
pageTitle PlainText_255 Required The page title for the page. Pass empty string for an uploaded document.
description PlainText_2000 Optional. Defaults to an empty string. The page's or uploaded document's description.
metaKeywords KeywordList_EmptyString Optional. Defaults to an empty string. Comma delimited list of zero or more meta keywords for the page or uploaded document.
seoKeywords KeywordList_EmptyString Optional. Defaults to an empty string. Comma delimited list of SEO keywords.
keywordFilter SEOKeyword_EmptyString Optional. Defaults to an empty string. The SEO keyword to filter the results, or empty string for no filter.

Context:

License Requirements SEO
Permission Requirements ContributorOrServerCode
Deny Context (none)
Require Context Authoring
Author Lock  

Error Codes:

None

Notes:

None