feat(docs): removed meta robots and added meta og:url

This commit is contained in:
Luca Spezzano
2021-11-02 20:51:40 +01:00
committed by Dario Tranchitella
parent da83a8711a
commit e83f344cdc
2 changed files with 9 additions and 13 deletions

View File

@@ -146,12 +146,10 @@ export default {
property: "twitter:description",
content: this.$page.metadata.siteDescription,
},
// {
// property: "og:url",
// content: window.location.href ,
// },
// TO CHANGE
{ name: "robots", content: "noindex, nofollow" },
{
property: "og:url",
content: "https://capsule.clastix.io/",
},
],
};
},

View File

@@ -63,12 +63,10 @@ export default {
property: "twitter:description",
content: this.$page.metadata.siteDescription,
},
// {
// property: "og:url",
// content: "",
// },
// TO CHANGE
{ name: "robots", content: "noindex, nofollow" },
{
property: "og:url",
content: `https://capsule.clastix.io${this.$page.markdownPage.path}`,
},
],
};
},
@@ -131,7 +129,7 @@ export default {
blockquote {
@apply border-l-4 pl-4 ml-4 my-4 border-solid border-primary;
}
ol,
ul {
@apply pl-5;