diff --git a/_includes/breadcrumb_schema.html b/_includes/breadcrumb_schema.html new file mode 100644 index 0000000..fa451b9 --- /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 faf3653..98c4b3b 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 0000000..79c76c8 --- /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 %} +