We are glad to introduce a new feature in Ranked Keywords API. We added the possibility to receive a detailed rankings distribution by the rank_absolute
parameters that indicate the result’s position among all SERP elements.
Earlier, it was possible to receive rankings distribution by the rank_group
parameters only that consider only equivalent SERP elements, such as organic, paid, and so on. From now on, you can see the distribution of “true” website rankings that also consider various rich snippets presented in the SERP.
When making a request to the Ranked Keywords API, just set “load_rank_absolute
” to true, and the following array will show up in the results:
"metrics_absolute": {
"organic": {
"pos_1": 51772,
"pos_2_3": 131371,
"pos_4_10": 845018,
"pos_11_20": 1448191,
"pos_21_30": 1540070,
"pos_31_40": 1657487,
"pos_41_50": 1677973,
"pos_51_60": 1651607,
"pos_61_70": 1630343,
"pos_71_80": 1597570,
"pos_81_90": 1537202,
"pos_91_100": 1423380
},
"paid": {
"pos_1": 44,
"pos_2_3": 26,
"pos_4_10": 4,
"pos_11_20": 0,
"pos_21_30": 0,
"pos_31_40": 0,
"pos_41_50": 0,
"pos_51_60": 1,
"pos_61_70": 2,
"pos_71_80": 0,
"pos_81_90": 6,
"pos_91_100": 3
}
}
This feature enables you to create an alternative view of rankings distribution that is way closer to what users see when searching for something on Google. While most SEOs still consider only organic rankings, the real picture usually hides behind different SERP features.
Have any questions?