I updated all the SEO metadata to consistently use "Crownline Detail Spa" as the title across the page title, OpenGraph, and Twitter cards. I also added metadataBase with your domain URL, the url property in OpenGraph, locale setting, and robots directives to help Google properly index and display your business name in search results.
Fix my favicon so it shows on Google.
Use /public/favicon.png as the favicon and add it correctly in the <head>.
Add this:
<link rel="icon" href="/favicon.png" type="image/png"> <link rel="shortcut icon" href="/favicon.png"> <link rel="apple-touch-icon" href="/favicon.png">Also make sure the file exists at /public/favicon.png and is accessible at:
https://crownlinedetailspa.com/favicon.png
The favicon.png exists at /public/favicon.png. Now I'll update the layout to include explicit favicon links and expand the icons metadata for better browser compatibility:
I updated the layout.tsx with both the expanded metadata icons configuration and explicit <link> tags in the <head> section. The favicon.png file exists at /public/favicon.png and will be accessible at https://crownlinedetailspa.com/favicon.png. The three link tags cover standard favicon, shortcut icon for older browsers, and Apple touch icon for iOS devices.