diff --git a/_includes/breadcrumb_schema.html b/_includes/breadcrumb_schema.html new file mode 100644 index 00000000..fa451b91 --- /dev/null +++ b/_includes/breadcrumb_schema.html @@ -0,0 +1,41 @@ +{% comment %} +BreadcrumbList JSON-LD Schema.org markup +Generates breadcrumb navigation structure for SEO +{% endcomment %} +{% if page.url != "/" %} + +{% endif %} diff --git a/_includes/head_custom.html b/_includes/head_custom.html index faf36538..98c4b3b0 100644 --- a/_includes/head_custom.html +++ b/_includes/head_custom.html @@ -11,3 +11,7 @@ })(window,document,'script','dataLayer','{{ site.gtm_tracking }}'); {% endif %} + + +{% include breadcrumb_schema.html %} +{% include techarticle_schema.html %} diff --git a/_includes/techarticle_schema.html b/_includes/techarticle_schema.html new file mode 100644 index 00000000..79c76c8c --- /dev/null +++ b/_includes/techarticle_schema.html @@ -0,0 +1,39 @@ +{% comment %} +TechArticle JSON-LD Schema.org markup +Provides structured data for technical documentation pages +{% endcomment %} +