Skip to main content

Pages with Medium Query Relevance

Priority: None

Impact: Neutral

What issues it may cause

A medium score suggests partial alignment — some elements perform well while others don't fully reflect high-impact queries.

How do you fix it

Use GSC data to identify underperforming elements and improve them to better match the top queries. Aim for stronger consistency across all content signals.

What is the positive impact

This can lead to inconsistent organic performance, where traffic potential is not fully realized due to misaligned elements.

How to fetch the data for this report template

You will need to run a crawl for report template to generate report. When report has been generated and you have crawl id you can fetch data for the report using the following query:

query GetReportStatForCrawl(
$crawlId: ObjectID!
$reportTemplateCode: String!
$after: String
) {
getReportStat(
input: {crawlId: $crawlId, reportTemplateCode: $reportTemplateCode}
) {
crawlUrls(after: $after, reportType: Basic) {
nodes {
pageTitle
url
foundAtSitemap
pageRelevance
searchConsoleTotalClicks
searchQueriesSummary
foundInGoogleAnalytics
foundInGoogleSearchConsole
foundInBacklinks
foundInList
foundInLogSummary
foundInWebCrawl
foundInSitemap
}
totalCount
pageInfo {
endCursor
hasNextPage
}
}
}
}

Try in explorer