Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lss 659 async seo title and description changes #856

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ const getTimeToRead = require("./src/utils/timeToReadRss");

module.exports = {
siteMetadata: {
title: `LoginRadius Engineering`,
title: `Async Blog — A place for developers, created by developers`,
titleTemplate: "%s · LoginRadius Engineering",
description:
"LoginRadius empowers businesses to deliver a delightful customer experience and win customer trust. Using the LoginRadius Identity Platform, companies can offer a streamlined login process while protecting customer accounts and complying with data privacy regulations.",
"Async Blog is a place for developers to share their expertise, find solutions for development problems, and become more efficient.",
siteUrl: "https://www.loginradius.com",
feedUrl: "https://www.loginradius.com/blog/async",
image: "/async.svg",
Expand Down Expand Up @@ -286,7 +286,7 @@ module.exports = {
}
`,
output: "/rss.xml",
title: "LoginRadius Engineering Blog",
title: "Async Blog — A place for developers, created by developers",
feed_url: "https://www.loginradius.com/blog/async/rss.xml",
site_url: "https://www.loginradius.com/blog/async/",
description:
Expand Down