# Pages with Perplexity Referring Sessions **Priority**: Critical **Impact**: Positive ## What issues it may cause These pages attract research-oriented traffic. Insights here can inform content patterns that perform well in answer engines. ## How do you fix it Ensure clear summaries, citations, and authoritative coverage. Expand clusters around these topics and reinforce with internal linking. ## What is the positive impact Being referenced by Perplexity signals high information value and credibility for research- and answer-seeking users. ## 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_perplexity_referring_sessions"} ```