SEO blogpost

This commit is contained in:
2026-08-05 19:33:11 +02:00
parent 8cf2ce1b21
commit 529a95cba2
23 changed files with 4096 additions and 26 deletions

View File

@@ -4,6 +4,7 @@ import { ChevronDown } from "lucide-react";
import Nav from "@/components/nav";
import Footer from "@/components/footer";
import RelatedTools from "@/components/related-tools";
import RelatedGuides from "@/components/related-guides";
export type FaqItem = {
q: string;
@@ -172,6 +173,8 @@ export default function SubpageLayout({
</h2>
<RelatedTools current={toolSlug} />
</article>
<RelatedGuides toolSlug={toolSlug} />
</div>
{/* Right Column: FAQ Accordion */}