From 91f900f87e81311629295a7e4dea51ebbda5adb6 Mon Sep 17 00:00:00 2001 From: David Dias Date: Sun, 9 Feb 2025 21:56:57 -0500 Subject: [PATCH] feat: add seo steps pagination --- app/_components/seo/steps-pagination.tsx | 43 +++++++++++++++++++ content/en/patterns/navigation/pagination.mdx | 3 ++ 2 files changed, 46 insertions(+) create mode 100644 app/_components/seo/steps-pagination.tsx diff --git a/app/_components/seo/steps-pagination.tsx b/app/_components/seo/steps-pagination.tsx new file mode 100644 index 0000000..147f7b7 --- /dev/null +++ b/app/_components/seo/steps-pagination.tsx @@ -0,0 +1,43 @@ +export function StepsPagination() { + const schema = { + "@context": "https://schema.org", + "@type": "HowTo", + "name": "How to Implement Pagination", + "description": "Learn how to implement pagination in web applications with best practices for SEO, accessibility, and performance.", + "step": [ + { + "@type": "HowToStep", + "name": "Wrap pagination controls in a container", + "text": "Use a