import React from 'react';
import "@/app/(services)/seo/style.css"
import { Metadata } from 'next';

import SeoBanner from '@/app/(services)/seo/components/SeoBanner';
import SeoContain from '@/app/(services)/seo/components/SeoContain';
import SeoBlack from '@/app/(services)/seo/components/SeoBlack';
import SeoAccordion from '@/app/(services)/seo/components/SeoAccordion';
import RelatedServices from '@/components/RelatedServices';



export const metadata: Metadata = {
    title: "SEO Services in Ahmedabad | Result-Driven SEO Experts",
    description: "Fruxinfo provides professional SEO services in Ahmedabad to improve rankings, increase traffic, and deliver measurable growth with transparent reporting.",
     robots: "index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1",
    alternates: { canonical: "https://www.fruxinfo.com/seo" },
};

export default function page() {
  return (
    <div>
      <script
        type="application/ld+json"
        dangerouslySetInnerHTML={{
          __html: JSON.stringify({
            "@context": "https://schema.org",
            "@type": "Service",
            serviceType: "SEO Services",
            provider: {
              "@type": "Organization",
              name: "Fruxinfo Pvt. Ltd.",
              url: "https://www.fruxinfo.com/",
            },
            areaServed: ["IN", "US", "GB", "AE", "AU", "CA"],
            description:
              "Result-driven SEO services in Ahmedabad to improve rankings, drive organic traffic, and grow business with technical SEO, on-page, and link building.",
            url: "https://www.fruxinfo.com/seo",
          }),
        }}
      />
      <SeoBanner/>
      <SeoContain/>
      <SeoBlack/>
      <SeoAccordion/>
      <RelatedServices hrefs={["/digital-marketing", "/web-development", "/graphic-design"]} />
    </div>
  )
}
