Every bakery website needs a solid foundation before adding complexity. This layer covers the fundamentals that affect all pages—mobile responsiveness, page speed, and indexability.
- Mobile responsiveness: Test your site on an iPhone and Android device. Google prioritizes mobile versions in ranking. Check that buttons are tappable, text is readable without zooming, and forms don't have horizontal scroll.
- Page load speed: Use Google PageSpeed Insights to check speed. Compress images aggressively—a 2MB photo of your almond croissant will slow everything down. Aim for pages under 2 seconds on 3G.
- Site structure clarity: Your main navigation should show: Home, Products (or Menu), About, Contact, and Blog (if you have one). Avoid nested menus deeper than two levels.
- SSL certificate: Confirm your URL is https:// not http://. Google treats non-SSL sites as less trustworthy.
- XML sitemap: Create a sitemap.xml listing all product pages, service pages, and blog posts. Submit it in Google Search Console.
- Robots.txt check: Verify you're not accidentally blocking Google from crawling your product pages. Use the robots.txt tester in Google Search Console.
This layer takes 2–3 hours to audit and typically has quick wins (like removing Disallow: / from robots.txt or enabling compression in your hosting settings).