Skip to main content

Pages with Search Queries

Priority: None

Impact: Neutral

What issues it may cause

These pages are your strongest performers in SEO. They drive organic traffic and demonstrate your site's relevance for key topics

How do you fix it

Review these pages to understand what makes them successful. Apply these learnings to other pages. Consider enhancing them further to solidify their rankings.

What is the positive impact

This is a positive signal that your content is effectively matching user search intent. It highlights your most successful pages in organic search.

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:

Operation: query GetReportStatForCrawl( $crawlId: ObjectID! $reportTemplateCode: String! $after: String ) { getReportStat( input: {crawlId: $crawlId, reportTemplateCode: $reportTemplateCode} ) { crawlUrls(after: $after, reportType: Basic) { nodes { pageTitle url foundAtSitemap searchQueriesCount searchConsoleTotalClicks searchQueriesSummary pageRelevance pageTitleRelevance h1TagRelevance descriptionRelevance mainContentRelevance foundInGoogleAnalytics foundInGoogleSearchConsole foundInBacklinks foundInList foundInLogSummary foundInWebCrawl foundInSitemap } totalCount pageInfo { endCursor hasNextPage } } } }Variables: {"crawlId":"TjAwNUNyYXdsNDAwMA","reportTemplateCode":"pages_with_search_queries"}
GetReportStatForCrawlTry in Explorer
GraphQL
query GetReportStatForCrawl(
$crawlId: ObjectID!
$reportTemplateCode: String!
$after: String
) {
getReportStat(
input: {crawlId: $crawlId, reportTemplateCode: $reportTemplateCode}
) {
crawlUrls(after: $after, reportType: Basic) {
nodes {
pageTitle
url
foundAtSitemap
searchQueriesCount
searchConsoleTotalClicks
searchQueriesSummary
pageRelevance
pageTitleRelevance
h1TagRelevance
descriptionRelevance
mainContentRelevance
foundInGoogleAnalytics
foundInGoogleSearchConsole
foundInBacklinks
foundInList
foundInLogSummary
foundInWebCrawl
foundInSitemap
}
totalCount
pageInfo {
endCursor
hasNextPage
}
}
}
}