Built with Next.js 15.5 following 2025 AI Optimization (AIO) Standards
This is a fully AI-optimized local business landing page for Brenda Devlin Real Estate, designed to maximize visibility in AI-powered search results (ChatGPT, Perplexity, Google Gemini) while maintaining traditional SEO excellence.
β
Server-Side Rendering (SSR) - All content visible in initial HTML for AI crawlers
β
Comprehensive JSON-LD Schema - LocalBusiness, RealEstateAgent, FAQPage, Person schemas
β
Strategic Crawler Policy - Allows search/citation crawlers; blocks training crawlers
β
FAQ-Optimized Content - Structured Q&A format for AI citations
β
Semantic HTML5 - Proper heading hierarchy and semantic elements
β
Mobile Responsive - Beautiful, modern design on all devices
β
Citation-Ready - Clear, quotable statements with context
# Install dependencies
npm install
# Run development server
npm run devOpen http://localhost:3000 to view the site.
# Create production build
npm run build
# Start production server
npm start.
βββ app/
β βββ layout.tsx # Root layout with metadata
β βββ page.tsx # Homepage
β βββ globals.css # Global styles
β βββ robots.ts # Crawler configuration
β βββ sitemap.ts # Dynamic sitemap
β βββ business/
β β βββ [slug]/
β β βββ page.tsx # Business profile page
β βββ faq/
β βββ page.tsx # FAQ page with structured data
βββ components/
β βββ JsonLd.tsx # JSON-LD helper component
β βββ NapBlock.tsx # Name, Address, Phone component
βββ data/
β βββ businesses.json # Business information
βββ public/
β βββ images/ # Image assets
βββ package.json
The site uses Policy B: Strategic Approach from the AIO documentation:
- Googlebot - Traditional search indexing
- OAI-SearchBot - ChatGPT search features
- ChatGPT-User - User-triggered requests
- PerplexityBot - Real-time search citations
- Bingbot, DuckDuckBot - Traditional search engines
- GPTBot - OpenAI training data
- ClaudeBot - Anthropic training data
- Google-Extended - Gemini AI training
- Meta-ExternalAgent - Meta AI training
This maximizes AI visibility while protecting content from unauthorized training use.
All pages include comprehensive JSON-LD markup:
- Homepage: Organization, WebSite schemas
- Business Profile: LocalBusiness, RealEstateAgent, Person, Service schemas
- FAQ Page: FAQPage schema with 6 optimized Q&A pairs
- β Clear question-answer format (FAQ)
- β Citation-friendly statements with context
- β Semantic HTML5 (main, article, section, nav)
- β Single H1, logical H2-H6 hierarchy
- β Internal linking structure
- β Complete NAP (Name, Address, Phone) markup
- Push code to GitHub
- Import project in Vercel
- Deploy (automatic)
- Push code to GitHub
- Import project in Netlify
- Build command:
npm run build - Publish directory:
.next
The site is a standard Next.js 15.5 app and can be deployed to any platform supporting Next.js.
Edit data/businesses.json to update:
- Contact information
- Services offered
- Social media links
- Business description
Add images to public/images/:
brenda-devlin-hero.jpg- Main hero image- Other marketing photos as needed
Update image paths in:
data/businesses.json(image field)- Component imports as needed
Edit CSS variables in app/globals.css:
:root {
--primary: #1e40af; /* Main brand color */
--secondary: #f59e0b; /* Accent color */
--text: #1f2937; /* Text color */
/* ... */
}Replace brendadevlin.com in:
app/layout.tsx(metadataBase)app/robots.ts(baseUrl)app/sitemap.ts(baseUrl)- JSON-LD schemas in page files
Use Google's Rich Results Test:
- Test homepage for Organization schema
- Test
/faqfor FAQPage schema - Test
/business/brenda-devlin-real-estatefor LocalBusiness schema
Visit /robots.txt after deployment to verify crawler rules.
Visit /sitemap.xml after deployment to verify all pages are listed.
- ChatGPT: Ask "Who is Brenda Devlin real estate agent in Coachella Valley?"
- Perplexity: Search for "Brenda Devlin Palm Desert real estate"
- Google AI Mode: Search "real estate agent Palm Desert Brenda Devlin"
Want to verify your optimization? Use the AICV AIO Analysis tool to:
- Check your AIO score (out of 100)
- Verify structured data implementation
- Test crawler accessibility
- Validate technical requirements
For questions or issues with the site:
- Email: BDevlinRealtor@gmail.com
- Phone: 760-408-8588
For technical questions about AI optimization:
- Review the AIO documentation (included in project brief)
- Visit AI Coachella Valley
Private project for Brenda Devlin Real Estate. All rights reserved.
Built with β€οΈ following 2025 AI Optimization Standards