AI1GEO

Audit result · bright-smile-dental

Bright Smile Dental

This demo-backed audit shows the shape of the first AI1GEO report: what was detected, what needs review, and which safe fixes should be published first. It is not a live crawl yet.

Dental clinicBelgrade, SerbiaDemo audit · static-backed preview

This route is static-backed demo data while backend crawl jobs are not live. Submitted URLs currently land on this example audit shape.

This page is an intentional public AI1GEO demo and should be read as sample methodology, not as a live crawl or ranking claim.

AI readiness

58/100

Heuristic score for the audit-first MVP loop.

Facts detected

31/42

6 need review · 2 conflicting

Schema status

Service data missing

Organization schema is present, but Dentist, LocalBusiness, and Service coverage are incomplete for the visible treatments.

Prompt sample

2/8 mentions

The business appears in a small local-intent prompt sample, but service-specific prompts favor better-structured competitors.

Prioritized first fixes

What to publish first.

no ranking guarantee
high

Publish Dentist + LocalBusiness JSON-LD from confirmed facts

Use only visible or owner-confirmed name, phone, address, hours, URL, and area served. Do not add review or price claims yet.

high

Split implants and whitening into clearer service pages

AI/search systems need explicit page titles, headings, booking paths, and treatment descriptions for each important service.

medium

Resolve opening-hours mismatch

Homepage and contact-page hours disagree. Confirm the real schedule before adding openingHours structured data.

medium

Add visible FAQ before considering FAQPage schema

Pricing, booking, aftercare, and emergency questions should be visible on the site before any FAQ schema is drafted.

Business knowledge layer v0

Detected facts stay reviewable.

detected

Name, phone, address

Core NAP facts found on homepage and contact page.

conflicting

Opening hours

Footer and contact page show different Friday closing times.

needs review

Dental services

Implants, whitening, and emergency dentistry are mentioned but not consistently structured.

needs review

Prices and ranges

Whitening price range appears in body copy, but not in a stable services/pricing section.

detected

Booking path

Phone and contact form are visible; booking CTA could be repeated on service pages.

Prompt sample + JSON-LD draft

Credible report shape, static data.

  • Mentioned in 2 of 8 local-intent prompts; only 1 answer included a source-style citation.
  • One competitor appeared for “emergency dentist Belgrade” because its emergency page is easier to classify.
  • No obvious hallucinated prices were found, but price data is too thin to safely publish as structured data.

Safe JSON-LD draft preview

{
  "@context": "https://schema.org",
  "@type": ["Dentist", "LocalBusiness"],
  "name": "Bright Smile Dental",
  "url": "https://brightsmiledental.rs",
  "telephone": "+381-11-555-0101",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Example 12",
    "addressLocality": "Belgrade",
    "addressCountry": "RS"
  },
  "openingHours": ["Mo-Fr 09:00-18:00"],
  "areaServed": "Belgrade"
}

Drafts use visible or confirmed facts only. Reviews, prices, licenses, and FAQ schema stay out until verified.