# Pages with Gemini Referring Sessions **Priority**: Critical **Impact**: Positive ## What issues it may cause These pages can influence broader search visibility. Patterns here may generalize to traditional organic and other AI surfaces. ## How do you fix it Optimize for clarity, E-E-A-T, and structured data. Use these pages to pass internal link equity to strategic destinations. ## What is the positive impact Visibility within Google's AI ecosystem indicates strong alignment with query intent and quality standards. ## 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: ```graphql query GetReportStatForCrawl( $crawlId: ObjectID! $reportTemplateCode: String! $after: String ) { getReportStat( input: {crawlId: $crawlId, reportTemplateCode: $reportTemplateCode} ) { crawlUrls(after: $after, reportType: Basic) { nodes { pageTitle url description foundAtUrl deeprank level aiSourceBreakdown foundInGoogleAnalytics foundInGoogleSearchConsole foundInBacklinks foundInList foundInLogSummary foundInWebCrawl foundInSitemap } totalCount pageInfo { endCursor hasNextPage } } } } ``` **Variables:** ```json {"crawlId":"TjAwNUNyYXdsNDAwMA","reportTemplateCode":"pages_with_gemini_referring_sessions"} ```