AI search audit
akshaykumarbhagat.exprealty.com
SEO
7 issuesTitle tag
Title is only 16 characters: "Just a moment...". Too short to convey meaning to search engines.
Fix: Rewrite the title to be 50–60 characters and include the primary keyword near the start.
Copy-paste fixExpandCollapse
Real Estate Expert Akshay Kumar Bhagat | Find Homes
Robots meta
The page is set to noindex via meta robots: "noindex,nofollow". Search engines will not include it.
Fix: Remove the noindex directive unless this page is intentionally hidden from search.
Meta description
The page has no meta description.
Fix: Add a 120–160 character meta description summarizing the page and ending with a call to action.
Copy-paste fixExpandCollapse
Work with Akshay Kumar Bhagat at eXp Realty to buy or sell your home with confidence. Expert guidance every step of the way — connect today.
H1 heading
The page has no <h1>.
Fix: Add a single descriptive <h1> at the top of the page that aligns with the title intent.
Canonical tag
No <link rel="canonical"> found.
Fix: Add a self-referencing canonical tag in <head> to consolidate ranking signals.
Open Graph & Twitter tags
No Open Graph or Twitter Card tags found. Social shares will look bare.
Fix: Add og:title, og:description, og:image, twitter:card, twitter:title at minimum.
Internal linking
The page has no internal links — it is effectively orphaned in the site graph.
Fix: Add 2–5 contextual links to related pages on the same site.
Heading hierarchy
Heading levels descend logically.
Image alt text
No images on the page.
Image dimensions
No images on the page.
AEO
8 issuesQuestion-framed headings
No H2 or H3 headings are phrased as questions. AI engines retrieve on query-passage similarity — question headings are the strongest match signal.
Fix: Rewrite 2–4 section headings as direct questions users would ask (e.g. "How do I…?", "What is…?", "Why does…?").
Direct-answer block after question headings
No question headings found, so there are no direct-answer blocks to evaluate.
Fix: Add question headings (see previous check), then place a short 40–300 character declarative answer paragraph immediately after each.
Entity schema (Organization/Person + sameAs)
No Organization or Person JSON-LD found. Entity disambiguation is how LLMs recognize who/what a page is about.
Fix: Add an Organization (or Person) JSON-LD block with name, url, and at least 2 sameAs links to authoritative profiles (Wikipedia, Wikidata, LinkedIn).
Copy-paste fixExpandCollapse
```html
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Akshay Kumar Bhagat - eXp Realty",
"url": "https://akshaykumarbhagat.exprealty.com/",
"description": "Akshay Kumar Bhagat is a licensed real estate professional with eXp Realty, helping clients buy, sell, and invest in real estate with expert guidance and personalized service.",
"sameAs": [
"https://en.wikipedia.org/wiki/REPLACE_WITH_ACTUAL_WIKIPEDIA_URL",
"https://www.linkedin.com/in/REPLACE_WITH_ACTUAL_LINKEDIN_PROFILE",
"https://www.facebook.com/REPLACE_WITH_ACTUAL_FACEBOOK_PROFILE"
]
}
</script>
```Article schema with dates
No Article / NewsArticle / BlogPosting schema found. Without machine-readable dates, LLMs treat content as undated and prefer fresher sources.
Fix: Add an Article JSON-LD block with datePublished, dateModified, and author.name.
Copy-paste fixExpandCollapse
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Article",
"headline": "Just a moment...",
"description": "Akshay Kumar Bhagat - Real Estate Professional at eXp Realty. Explore listings, market insights, and real estate services.",
"datePublished": "2025-07-15",
"dateModified": "2025-07-15",
"author": {
"@type": "Person",
"name": "Akshay Kumar Bhagat"
},
"publisher": {
"@type": "Organization",
"name": "eXp Realty"
},
"url": "https://akshaykumarbhagat.exprealty.com/"
}
</script>Author + credentials
No visible author name. AI engines prefer cited content with identifiable authors (E-E-A-T).
Fix: Add a visible byline and link to an author bio page.
Visible last-updated date
No visible or machine-readable last-updated date on the page. 89% of AI crawl hits target content updated within 3 years.
Fix: Add a visible "Last updated: <date>" line and corresponding dateModified in schema.
Title tag is a claim or question
Title is only 16 characters: "Just a moment...". Too short to carry retrieval intent.
Fix: Rewrite the title as a descriptive claim or question users would search for (30+ characters).
Copy-paste fixExpandCollapse
Real Estate Expert Akshay Kumar Bhagat – Find Homes
Chunk length between headings
Not enough H2/H3 headings to measure chunk length.
Fix: Break content into multiple sections with H2/H3 headings, ~120–180 words per chunk.
AI crawler access
robots.txt does not block known AI crawlers.
FAQPage schema (when Q&A exists)
Not applicable — the page doesn't have structured Q&A content.
GEO
10 issuesStatistic density
Zero numeric claims detected. Princeton's 2024 GEO paper measured +41% AI citation lift from adding statistics — it's the single strongest measured lever.
Fix: Add concrete numbers with units ($/%/years/quantities). Target at least 1 statistic per 300 words of body text.
Copy-paste fixExpandCollapse
• **Average days on market for homes in the agent's service area:** "Homes in [City/Region] sell in an average of [X] days, compared to the national average of [Y] days, according to [National Association of Realtors (NAR)], [Year]." • **Local home price appreciation rate:** "Home values in [City/Region] have increased by [X]% over the past 12 months, according to [Zillow/CoreLogic Market Report], [Year]." • **Agent transaction volume or success rate:** "With over [X] homes sold and [$Y million] in total transaction volume in [Year], [Agent Name] ranks among the top [Z]% of eXp Realty agents in [Region], according to [MLS/Brokerage Data], [Year]." • **eXp Realty market presence:** "eXp Realty operates in [X] countries with over [Y] agents worldwide, making it one of the largest cloud-based brokerages globally, according to [eXp World Holdings Annual Report], [Year]." • **Buyer/seller satisfaction benchmark:** "[X]% of [Agent Name]'s clients reported they would recommend his services to friends or family, based on [Google Reviews/RealSatisfied Survey Data], [Year], compared to the industry average of [Y]%."
Direct quotations
No blockquotes or inline quoted statements detected. Princeton measured +28% visibility from adding quotations.
Fix: Quote named experts directly in <blockquote> tags or with "quotation marks", attributed to a specific person or source.
Authoritative outbound links
Only 0 non-social external link(s). Princeton's GEO paper identified "cite sources" as a top citation lever.
Fix: Link out to 2+ authoritative sources (prefer .gov/.edu, Wikipedia, peer-reviewed publishers) when making factual claims.
Quotable declarative sentences
Only 0 self-contained 10–25 word sentences found. LLMs literally copy these when citing — more = more citation surface area.
Fix: Rewrite vague paragraphs into short declarative sentences that stand alone without pronouns referring back to previous text.
Copy-paste fixExpandCollapse
The page at the provided URL returned no accessible content for analysis. No opening paragraph could be retrieved or rewritten. The URL appears to lead to a real estate agent profile on the eXp Realty platform. eXp Realty operates as a cloud-based brokerage founded in 2009 and licensed across multiple countries.
Structured lists or tables
No lists (≥3 items) or tables on the page. AI Overviews cite list- and table-structured content disproportionately often.
Fix: Convert at least one section into a bullet or numbered list, or a table with headers.
Fact density
No body text to analyze.
Fix: Add substantive content.
Content length floor
Body text is 0 words — far under the 1200-word floor. Ahrefs: 20K+ char pages get 4.3× citations of <500 char pages.
Fix: Add substantive content. Target at least 1200 words of factual, topic-focused text.
Entity sameAs cross-links
No Organization or Person schema found. Brand mentions + Wikipedia/Wikidata cross-links are the top correlate with AI citation.
Fix: Add Organization JSON-LD with sameAs linking to Wikipedia, Wikidata, and authoritative profiles.
Attribution phrases
0 attribution phrases ("according to", "a study by", etc.) — target ≥ 1 for this content length.
Fix: Cite sources in-prose using phrases like "according to", "a 2024 study by", or "data from".
Paragraph chunkability
No paragraphs detected.
Fix: Break content into paragraphs for better chunk retrieval.
Run your own audit — free.
Sign up and get 3 full audits today. Every report includes 30 AI checks and a ready-to-paste action plan. No credit card required.
Get started free