From f58cb158e082a2002bc06b23ee8dda1d6f823081 Mon Sep 17 00:00:00 2001 From: alexandrev-tibco Date: Thu, 11 Jun 2026 17:19:37 +0200 Subject: [PATCH] SEO: target striking-distance keywords + strengthen landing pages and blog Phase 1 (home): add explicit "viewer", "validate xslt online" and "xslt transformation online" coverage in copy, meta keywords, a new section and a FAQ entry (+ JSON-LD) to lift queries stuck at position 8-10. Phase 2 (landing pages): add unique runnable examples with input/output (for-each-group on /xslt-2-0/, maps + fold-left on /xslt-3-0/) plus internal links to related blog posts and pre/code styling. Phase 3 (blog): xsl-online-tester gets links to both version landing pages, a FAQ block and related guides; xslt-string-functions gets a snippet-bait summary table and related links. Adds scripts/seo_report.py to pull GSC + GA4 metrics for tracking progress. Co-Authored-By: Claude Sonnet 4.6 --- frontend/index.html | 39 +++- frontend/public/xslt-2-0/index.html | 41 ++++ frontend/public/xslt-3-0/index.html | 35 ++++ scripts/seo_report.py | 198 ++++++++++++++++++++ site/content/posts/xsl-online-tester.md | 22 +++ site/content/posts/xslt-string-functions.md | 28 +++ 6 files changed, 357 insertions(+), 6 deletions(-) create mode 100644 scripts/seo_report.py diff --git a/frontend/index.html b/frontend/index.html index 7b87be69..eb13d4b7 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -19,7 +19,7 @@ />
-

XSLT Online — Free XSLT Editor, Tester & Validator

+

XSLT Online — Free XSLT Editor, Tester, Viewer & Validator

- XSLT Playground is the most powerful free online XSLT tool available. - Unlike every other online XSLT tester, it supports XSLT 1.0, XSLT 2.0, and XSLT 3.0 - via Saxon HE 12.5 — the same enterprise-grade processor used in production - applications worldwide. No installation, no account, no limits. + XSLT Playground is the most powerful free online XSLT tool available — an + editor, tester, viewer and validator in one. Unlike every other online XSLT tester, it supports + XSLT 1.0, XSLT 2.0, and XSLT 3.0 via Saxon HE 12.5 — the same + enterprise-grade processor used in production applications worldwide. Run any XSLT transformation + online and see the result instantly. No installation, no account, no limits.

Open the XSLT Editor →