feat: add SEO component and integrate it across multiple pages with localised metadata
This commit is contained in:
@@ -14,6 +14,32 @@
|
||||
"english": "English (Great Britain)",
|
||||
"chinese": "简体中文"
|
||||
},
|
||||
"seo": {
|
||||
"home": {
|
||||
"title": "DevLab - Free Developer Tools",
|
||||
"description": "A collection of powerful, privacy-focused developer tools. JSON Viewer with JSONPath queries, JSON Grid, BMI Calculator, and more."
|
||||
},
|
||||
"jsonViewer": {
|
||||
"title": "JSON Viewer - JSONPath Queries",
|
||||
"description": "Visualise JSON and query data using JSONPath. Inspect structures, filter results, and export CSV locally in your browser."
|
||||
},
|
||||
"jsonGrid": {
|
||||
"title": "json-grid - JSON Array to Table",
|
||||
"description": "Convert JSON arrays into a clean, sortable table view and export as CSV. All processing happens locally."
|
||||
},
|
||||
"bmi": {
|
||||
"title": "BMI Calculator - Instant Results",
|
||||
"description": "Calculate your Body Mass Index (BMI) with instant feedback and category guidance."
|
||||
},
|
||||
"about": {
|
||||
"title": "About DevLab",
|
||||
"description": "Learn about DevLab, an open source, privacy-focused toolkit for developers."
|
||||
},
|
||||
"contact": {
|
||||
"title": "Contact DevLab",
|
||||
"description": "Get in touch via GitHub Issues for support, bug reports, or feature requests."
|
||||
}
|
||||
},
|
||||
"home": {
|
||||
"title": "DevLab",
|
||||
"description": "A collection of powerful, privacy-focused developer tools. All processing happens locally in your browser.",
|
||||
|
||||
@@ -14,6 +14,32 @@
|
||||
"english": "English (Great Britain)",
|
||||
"chinese": "简体中文"
|
||||
},
|
||||
"seo": {
|
||||
"home": {
|
||||
"title": "DevLab - 免费开发者工具",
|
||||
"description": "一系列强大的、注重隐私的开发者工具集合,包含 JSON 查看器、json-grid、BMI 计算器等。"
|
||||
},
|
||||
"jsonViewer": {
|
||||
"title": "JSON 查看器 - JSONPath 查询",
|
||||
"description": "使用 JSONPath 可视化并查询 JSON 数据,筛选结果并导出 CSV,全程在浏览器本地完成。"
|
||||
},
|
||||
"jsonGrid": {
|
||||
"title": "json-grid - JSON 数组转表格",
|
||||
"description": "将 JSON 数组转换为清晰的表格视图并导出 CSV,所有处理均在本地完成。"
|
||||
},
|
||||
"bmi": {
|
||||
"title": "BMI 计算器 - 即时结果",
|
||||
"description": "快速计算 BMI,并获得分类与建议。"
|
||||
},
|
||||
"about": {
|
||||
"title": "关于 DevLab",
|
||||
"description": "了解 DevLab:一个开源且注重隐私的开发者工具集合。"
|
||||
},
|
||||
"contact": {
|
||||
"title": "联系 DevLab",
|
||||
"description": "通过 GitHub Issues 反馈问题或提交功能需求。"
|
||||
}
|
||||
},
|
||||
"home": {
|
||||
"title": "DevLab",
|
||||
"description": "一系列强大的、注重隐私的开发者工具集合。所有处理都在您的浏览器本地进行。",
|
||||
|
||||
Reference in New Issue
Block a user