fix(microsite): add missing meta description to homepage

Signed-off-by: divyamagrawal06 <ludicrouslytrue@gmail.com>
This commit is contained in:
divyamagrawal06
2026-03-08 03:47:09 +05:30
parent 43f83b8eef
commit 0670f17050
2 changed files with 11 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@backstage/microsite": patch
---
Add missing meta description to the backstage.io homepage to ensure stable search engine indexing and prevent raw asset path leakage in SERP snippets.
+6
View File
@@ -450,6 +450,12 @@ const config: Config = {
],
},
image: 'img/sharing-opengraph.png',
metadata: [
{
name: 'description',
content: 'Backstage is an open source framework for building developer portals. ',
},
],
footer: {
links: [
{