Landscaping Company Website Guide: What Works, What Converts
March 15, 2026
Why Landscaping Companies Need a Real Website
When someone in Kayseri needs garden design or an irrigation system, the first thing they do is Google "landscaping company Kayseri" or "garden design near me."
If your company doesn't rank, that customer goes to a competitor. Not because their work is better — because their website is.
A Real Project: FK Peyzaj
We built the website for FK Peyzaj, a Kayseri-based landscaping company. Their site structure is a useful model:
Home
├── Services/
│ ├── garden-design
│ ├── irrigation-systems
│ ├── landscape-maintenance
│ └── outdoor-construction
├── Projects/ (photo gallery)
├── Service Areas/
│ ├── kayseri-landscaping
│ ├── sivas-landscaping
│ └── nevsehir-landscaping
├── Blog/
└── Contact
Why This Structure Works
Separate service pages target specific searches. Someone looking for an irrigation system lands on that page specifically — not a generic "services" page that makes them hunt.
Service area pages expand the geographic reach without diluting local relevance. FK Peyzaj covers multiple cities — each gets its own page that ranks for that city's searches.
Blog captures seasonal search traffic: "summer garden maintenance," "pre-winter landscaping prep." Each article both ranks for long-tail searches and builds trust with potential clients.
Technical Foundation
Stack
For FK Peyzaj we used Astro + Tailwind CSS + Vercel:
- Astro's static output = the fastest possible load time
- No database, no server — just HTML + CSS delivered via CDN
- Free hosting on Vercel with SSL included
Core Web Vitals Results
- LCP (Largest Contentful Paint): < 2.5 seconds
- CLS (Cumulative Layout Shift): < 0.1
- INP (Interaction to Next Paint): < 200ms
These scores matter because Google uses them as a direct ranking factor.
Schema Markup
Each page gets LocalBusiness and LandscapeService schema:
{
"@type": ["LocalBusiness", "LandscapeService"],
"name": "FK Peyzaj",
"areaServed": ["Kayseri", "Sivas", "Nevşehir"],
"address": { "addressLocality": "Kayseri" }
}
This helps Google display rich results and helps AI engines understand what your business does and where.
Photography Strategy
In landscaping, photos sell. Not stock photos — your actual projects.
Before/after format works best. Visitors want to see the transformation, not an abstract description of your services.
For FK Peyzaj: all images were served as WebP with lazy loading and proper dimensions. The result was a visually impressive site that still loaded in under 1.5 seconds on mobile.
The Contact Conversion Path
For a landscaping business, the goal is simple: visitor → quote request. The site is optimized for this:
- Every service page has a "Request a Quote" CTA
- The contact form asks for: service type, rough garden size, preferred timeline
- A WhatsApp button is always visible for instant contact
Three paths to conversion. The visitor chooses the one they're comfortable with.
GEO Optimization for Landscaping
"Best landscaping company in Kayseri" is exactly the kind of query appearing in AI Overview and ChatGPT results.
Landscaping companies that add FAQPage schema answering questions like "how much does garden design cost in Turkey?" or "what's the best season for landscaping in Central Anatolia?" are positioning for AI citation — a channel competitors aren't using.