import BacklinkCheckerFAQs from "@/components/Services/BacklinkChecker/BacklinkCheckerFAQs";
import BacklinkCheckerFeatures from "@/components/Services/BacklinkChecker/BacklinkCheckerFeatures";
import BacklinkCheckerHero from "@/components/Services/BacklinkChecker/BacklinkCheckerHero";
import BacklinkCheckerPricingSection from "@/components/Services/BacklinkChecker/BacklinkCheckerPricingSection";

export const metadata = {
  title: "Backlink Checker: Comprehensive Backlink Analytics | AURRGANIC",
  description:
    "Analyze your backlinks, discover new link opportunities, and monitor your backlink profile. Identify toxic links and improve your SEO with AURRGANIC’s backlink checker tool.",
};

export default function BacklinkCheckerPage() {
  return (
    <>
      <BacklinkCheckerHero />
      <BacklinkCheckerFeatures />
      <BacklinkCheckerPricingSection />
      <BacklinkCheckerFAQs />
    </>
  );
}
