@@ -115,9 +118,6 @@ const {
>, operated by Magic Monad. Open source available on Github.
diff --git a/src/pages/cidr-calculator-subnet-guide.astro b/src/pages/cidr-calculator-subnet-guide.astro
deleted file mode 100644
index 3f2c4d1..0000000
--- a/src/pages/cidr-calculator-subnet-guide.astro
+++ /dev/null
@@ -1,117 +0,0 @@
----
-import Layout from "../layouts/Layout.astro";
-import Cidr from "../components/Cidr";
-import { faqs } from "../content/faqs.ts";
-import Prose from "../components/Prose.astro";
-
-// ────────────────────────────────────────────────────────────
-// Metadata
-// ────────────────────────────────────────────────────────────
-const title = "CIDR Calculator & Subnet Guide — IP Ranges, Masks & IPv6";
-const description =
- "Free interactive CIDR calculator and comprehensive plain‑language guide covering subnetting, IP ranges, subnet masks and IPv6 addressing.";
-
-// FAQ structured‑data (kept in sync with UI)
-const faqJsonLd = {
- "@context": "https://schema.org",
- "@type": "FAQPage",
- mainEntity: faqs.map(({ q, a }) => ({
- "@type": "Question",
- name: q,
- acceptedAnswer: { "@type": "Answer", text: a },
- })),
-};
-
-import { Content as GuideContent } from "../content/cidr-guide.md";
----
-
-
-
-
-
- Back Home
-
-
-
- CIDR Calculator & Subnet Guide
-
-
- Convert CIDR blocks to IP ranges and master subnetting for IPv4
- & IPv6 — in one streamlined resource.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {/** Structured‑data block */}
-
-
diff --git a/src/pages/embed-example.astro b/src/pages/embed-example.astro
new file mode 100644
index 0000000..f66feab
--- /dev/null
+++ b/src/pages/embed-example.astro
@@ -0,0 +1,66 @@
+---
+import Layout from "../layouts/Layout.astro";
+
+const title = "CIDR Calculator Widget Embed Example";
+const description = "Learn how to embed the CIDR calculator widget in your website";
+---
+
+
+
+ CIDR Calculator Widget
+
+
+ Embed the CIDR Calculator in your website
+
+
+
+
+ You can embed the CIDR calculator widget in your website or application using an iframe.
+ Copy the code below and adjust the width and height as needed:
+