🔍 Improving SEO

This commit is contained in:
Liyas Thomas
2020-06-21 11:26:19 +05:30
parent fe9c08e92a
commit a38ef9e29e
7 changed files with 28 additions and 16 deletions

View File

@@ -36,7 +36,7 @@ export default {
host: "0.0.0.0", // default: localhost
},
head: {
title: `${options.name} \u2022 ${options.shortDescription}`,
title: `${options.name} ${options.shortDescription}`,
meta: [
{
name: "keywords",
@@ -49,7 +49,7 @@ export default {
},
{
itemprop: "name",
content: `${options.name} \u2022 ${options.shortDescription}`,
content: `${options.name} ${options.shortDescription}`,
},
{
itemprop: "description",