# Pages with ChatGPT Referring Sessions **Priority**: Critical **Impact**: Positive ## What issues it may cause These pages are entry points from ChatGPT traffic. Understanding them helps you replicate success across related topics and formats. ## How do you fix it Strengthen these pages with clear answers, structured data, and helpful internal links. Create adjacent content to capture more conversational demand. ## What is the positive impact This indicates ChatGPT is citing or sending users to your content, a strong signal of topical relevance and usefulness for conversational queries. ## 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_chatgpt_referring_sessions"} ```