1
0
mirror of https://github.com/alexandrev/xslt-lab.git synced 2026-09-18 19:43:16 +00:00

SEO improvements and 4 new blog articles

- Update index.html title, description, keywords to include xslt 3.0, validator, saxon
- Update JSON-LD schema with full feature list and XSLT 3.0
- Change footer link from "News" to "Blog & Tutorials", update URL to blog.xsltplayground.com
- New articles: online editor guide, validator guide, string functions, xsl:for-each-group

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
alexandrev-tibco
2026-04-08 14:55:30 +02:00
parent e5769d8811
commit a333d175f4
6 changed files with 461 additions and 11 deletions
+12 -9
View File
@@ -3,19 +3,19 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>XSLT Playground - Online XSLT Editor & Tester</title>
<title>XSLT Playground - Free Online XSLT Editor, Tester &amp; Validator</title>
<meta
name="description"
content="Free online XSLT editor, tester and optimizer. Experiment with XML transformations in our interactive XSLT playground and optimize your stylesheets."
content="Free online XSLT editor, tester and validator. Run XSLT 1.0, 2.0 and 3.0 transformations instantly in your browser using Saxon. No installation required."
/>
<meta
name="keywords"
content="xslt, xslt editor, xsl editor, xsl tester, xslt tester, xsl playground, xslt playground, xslt optimizer, xslt tool, xml transformation"
content="xslt online, xslt editor, xslt tester, xslt validator, xsl editor, xsl tester, xslt playground, xslt 3.0, xslt 2.0, online xslt editor, xslt transformation online, xml transformation, saxon xslt"
/>
<meta property="og:title" content="XSLT Playground - Online XSLT Editor & Tester" />
<meta property="og:title" content="XSLT Playground - Free Online XSLT Editor, Tester &amp; Validator" />
<meta
property="og:description"
content="Free online XSLT editor, tester and optimizer. Experiment with XML transformations in our interactive XSLT playground and optimize your stylesheets."
content="Free online XSLT editor, tester and validator. Run XSLT 1.0, 2.0 and 3.0 transformations instantly in your browser using Saxon. No installation required."
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://xsltplayground.com/" />
@@ -29,7 +29,7 @@
"name": "XSLT Playground",
"alternateName": "XSLT Lab",
"url": "https://xsltplayground.com/",
"description": "Free online XSLT editor, tester and optimizer. Transform XML documents with XSLT 1.0 and 2.0 stylesheets using Saxon processor.",
"description": "Free online XSLT editor, tester and validator. Run XSLT 1.0, 2.0 and 3.0 transformations instantly in your browser using Saxon processor. No installation required.",
"applicationCategory": "DeveloperApplication",
"operatingSystem": "Any",
"offers": {
@@ -38,11 +38,14 @@
"priceCurrency": "USD"
},
"featureList": [
"XSLT 1.0 and 2.0 support",
"XSLT 1.0, 2.0 and 3.0 support",
"Saxon-powered backend",
"Real-time XML transformation",
"XSLT validator with detailed error messages",
"Multiple workspaces",
"Variable tracing",
"Import/Export workspaces"
"Execution trace and debugging",
"Multiple XML inputs and parameters",
"Import/Export workspaces as JSON"
]
}
</script>