Added LocalBusiness JSON-LD schema to the homepage. This structured data helps search engines understand your business details, location, services, and contact information, improving local SEO visibility for Mirzapur and Varanasi searches.
Now I'll create the FAQ page and update the footer with the FAQ link:
Done! I've created a dedicated FAQ page at /faq with an accordion-style interface matching your site's design. The page features 7 FAQs in Hindi-English mix with smooth Framer Motion animations, FAQ JSON-LD structured data for SEO, and a WhatsApp call-to-action. I also added a FAQ link to the footer under the Services section for easy navigation.
An error occurred during deployment. Please fix:
'use client' is not allowed in metadata.
First, make a new file in the same directory to host the client component page. It should be the same thing, except don't export any metadata.
Then update app/faq/page.tsx to be a simple server component that exports metadata. The server component should simply return the client component you just created.