diff --git a/source/includes/_rankings.md b/source/includes/_rankings.md index 43a32574aab..8554d8d2b68 100644 --- a/source/includes/_rankings.md +++ b/source/includes/_rankings.md @@ -193,7 +193,8 @@ Console.WriteLine(response); "website address" ], "matched_url": "www.thecenternyc.com", - "serp-screenshot-url": "https://seo-serp-screenshots.s3.amazonaws.com/2016/10/14/14/6daa949323ef54687f41d95500751fd08256bc17.png" + "serp-screenshot-url": "https://seo-serp-screenshots.s3.amazonaws.com/2016/10/14/14/6daa949323ef54687f41d95500751fd08256bc17.png", + "keyword-volume": 1234 }, { "url": "http://thecenternyc.com/back-pain-nyc/", @@ -208,7 +209,8 @@ Console.WriteLine(response); "website address" ], "matched_url": "www.thecenternyc.com", - "serp-screenshot-url": "https://seo-serp-screenshots.s3.amazonaws.com/2016/10/14/14/6daa949323ef54687f41d95500751fd08256bc17.png" + "serp-screenshot-url": "https://seo-serp-screenshots.s3.amazonaws.com/2016/10/14/14/6daa949323ef54687f41d95500751fd08256bc17.png", + "keyword-volume": 2345 } ], "result-types": [ @@ -377,6 +379,7 @@ telephone | A valid telephone number. include-secondary-matches | Determines whether or not to include results matched by name, telephone and/or ZIP/postal code. One of yes or no. This should be used in conjunction with the postal and telephone parameters. listings | Include details of all SERPs returned, not just the matches. Defaults to "no". Accepts "yes" or "no". The default is "no". screenshots | Determines whether or not to generate SERP screenshots and include the links to those screenshots in the response. Accepts "yes" or "no". The default is "no". +with-keyword-volume | Include keyword volume data in the response. There's an additional charge for this data. Accepts "yes" or "no". The default is "no".