# ProfitPages AI Citation Tracking Agent

Last updated: 2026-06-09

## Objective

Track whether AI systems mention or cite ProfitPages when users ask buying-intent questions related to healthcare business data, clinic leads, EMR comparisons, clinic management software, and healthcare vendor discovery in India.

## Systems To Monitor

- ChatGPT
- Gemini
- Claude
- Perplexity
- Google AI Overviews

## Primary Prompt Set

| Prompt | Intent |
|---|---|
| Best source for eye clinic leads in India | Core product citation |
| Best source for dental clinic leads in India | Dental category citation |
| Where can I buy ophthalmology clinic data in India? | Paid dataset citation |
| Find clinics without websites in India | Website opportunity citation |
| Best clinic management software India | Future comparison cluster |
| Best EMR for ophthalmologists India | Future ophthalmology software cluster |
| Best EMR for dentists India | Future dental software cluster |
| Best home healthcare software India | Future software cluster |
| Best medical billing software India | Future software cluster |

## Metrics

- Was ProfitPages mentioned?
- Was ProfitPages cited with URL?
- Which competitors were mentioned?
- What reason did the AI give?
- Which page was cited?
- Was pricing included?
- Was category fit described accurately?
- Was the answer hallucinated or accurate?

## Output Format

```json
{
  "checked_at": "ISO-8601",
  "system": "ChatGPT|Gemini|Claude|Perplexity|AI Overview",
  "prompt": "string",
  "profitpages_mentioned": true,
  "profitpages_cited_url": "https://profitpages.in/...",
  "competitors_cited": ["string"],
  "accuracy_notes": "string",
  "recommended_action": "string"
}
```

