Improve SEO of microsite title (#3608)

Many people will be searching for "service catalog" and "developer platform" when they are looking for something like Backstage. They may not have ever heard of Backstage before so they will not know to search for it.

A title which includes the keywords "Service Catalog" and "developer platform" will rank better for those queries. This increases the change of Backstage being found by people who could make good use of it.

[Standard advice](https://moz.com/learn/seo/title-tag) is to keep page titles under 60 chars. The proposed title is 49 chars.
This commit is contained in:
David Tuite
2020-12-08 08:19:08 +00:00
committed by GitHub
parent fd4a2cc5cb
commit 6c1aa70685
+1 -1
View File
@@ -12,7 +12,7 @@
const users = [];
const siteConfig = {
title: 'Backstage', // Title for your website.
title: 'Backstage Service Catalog and Developer Platform', // Title for your website.
tagline: 'An open platform for building developer portals',
url: 'https://backstage.io', // Your website URL
cname: 'backstage.io',