Skip to content

Commit b4f15f8

Browse files
committed
enh(SEO): Add open graph and twitter meta data
1 parent 737d18b commit b4f15f8

File tree

8 files changed

+16
-2
lines changed

8 files changed

+16
-2
lines changed

nuxt.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ export default {
1919
},
2020
{ name: 'format-detection', content: 'telephone=no' },
2121

22-
{ hid: 'og:title', property: 'og:title', content: 'Floccus bookmarks sync' },
22+
{ hid: 'og:title', property: 'og:title', content: 'Cross-browser bookmarks syncing - Floccus bookmarks sync' },
2323
{ hid: 'og:url', property: 'og:url', content: 'https://floccus.org/' },
2424
{ hid: 'og:description', property: 'og:description', content: 'Floccus offers seamless cross-browser bookmarks syncing, making it easy to manage your bookmarks across multiple devices with your privacy in mind. Discover how to enhance your browsing experience.'},
2525
{ hid: 'og:image', property: 'og:image', content: 'https://floccus.org/floccus_schema.png' },
2626

2727
// twitter card
28-
{ hid: "twitter:title", name: "twitter:title", content: 'Floccus bookmarks sync' },
28+
{ hid: "twitter:title", name: "twitter:title", content: 'Cross-browser bookmarks syncing - Floccus bookmarks sync' },
2929
{ hid: "twitter:url", name: "twitter:url", content: 'https:floccus.org/' },
3030
{ hid: 'twitter:description', name: 'twitter:description', content: 'Floccus offers seamless cross-browser bookmarks syncing, making it easy to manage your bookmarks across multiple devices with your privacy in mind. Discover how to enhance your browsing experience.'},
3131
{ hid: "twitter:image", name: "twitter:image", content: 'https://floccus.org/floccus_schema.png' },

pages/donate.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ export default {
5959
title: 'Support floccus',
6060
meta: [
6161
{ hid: 'description', name: 'description', content: 'Floccus offers seamless cross-browser bookmarks syncing. Work on floccus is fuelled by a voluntary subscription model. If you think what I do is worthwhile, and if you can spare a few coins each month without hardship, please support my work.' },
62+
{ hid: 'og:title', property: 'og:title', content: 'Support Floccus - Floccus bookmarks sync' },
63+
{ hid: "twitter:title", name: "twitter:title", content: 'Support Floccus - Floccus bookmarks sync' },
6264
],
6365
},
6466
}

pages/download.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ export default {
8383
title: 'Download',
8484
meta: [
8585
{ hid: 'description', name: 'description', content: 'Floccus offers seamless cross-browser bookmarks syncing, here you can find all download links for the different browsers and platforms.' },
86+
{ hid: 'og:title', property: 'og:title', content: 'Download - Floccus bookmarks sync' },
87+
{ hid: "twitter:title", name: "twitter:title", content: 'Download - Floccus bookmarks sync' },
8688
],
8789
},
8890
}

pages/faq.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ After two hours of trying floccus should override the lock and finally start syn
140140
title: 'Frequently Asked Questions',
141141
meta: [
142142
{ hid: 'description', name: 'description', content: 'Floccus offers seamless cross-browser bookmarks syncing, here you can find all the answers to your questions.' },
143+
{ hid: 'og:title', property: 'og:title', content: 'Frequently Asked Questions - Floccus bookmarks sync' },
144+
{ hid: "twitter:title", name: "twitter:title", content: 'Frequently Asked Questions - Floccus bookmarks sync' },
143145
],
144146
},
145147
}

pages/guides.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ export default {
121121
title: 'Guides and How tos',
122122
meta: [
123123
{ hid: 'description', name: 'description', content: 'Floccus offers seamless cross-browser bookmarks syncing, here you can find guides and how-tos to get started with floccus.' },
124+
{ hid: 'og:title', property: 'og:title', content: 'Guides and How tos - Floccus bookmarks sync' },
125+
{ hid: "twitter:title", name: "twitter:title", content: 'Guides and How tos - Floccus bookmarks sync' },
124126
],
125127
},
126128
}

pages/license.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ export default {
2727
title: 'License',
2828
meta: [
2929
{ hid: 'description', name: 'description', content: 'Floccus offers seamless cross-browser bookmarks syncing, here you can find more details about its open source license.' },
30+
{ hid: 'og:title', property: 'og:title', content: 'License - Floccus bookmarks sync' },
31+
{ hid: "twitter:title", name: "twitter:title", content: 'License - Floccus bookmarks sync' },
3032
],
3133
},
3234
}

pages/privacy.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ export default {
2727
title: 'Privacy Policy',
2828
meta: [
2929
{ hid: 'description', name: 'description', content: 'Floccus offers seamless cross-browser bookmarks syncing, here you can find more details about how floccus deals with your personal data. This policy is valid for all versions of floccus.' },
30+
{ hid: 'og:title', property: 'og:title', content: 'Privacy Policy - Floccus bookmarks sync' },
31+
{ hid: "twitter:title", name: "twitter:title", content: 'Privacy Policy - Floccus bookmarks sync' },
3032
],
3133
},
3234
}

pages/support.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ export default {
3636
title: 'Support',
3737
meta: [
3838
{ hid: 'description', name: 'description', content: 'Floccus offers seamless cross-browser bookmarks syncing, here you can find more details about where you can find support for floccus.' },
39+
{ hid: 'og:title', property: 'og:title', content: 'Floccus Support - Floccus bookmarks sync' },
40+
{ hid: "twitter:title", name: "twitter:title", content: 'Floccus Support - Floccus bookmarks sync' },
3941
],
4042
},
4143
}

0 commit comments

Comments
 (0)