Skip to content

Commit 36a2ddf

Browse files
committed
fix(uninstall): Prevent this page from showing up in search results
1 parent 9f2b789 commit 36a2ddf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pages/uninstall.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ export default {
7676
{ hid: 'description', name: 'description', content: 'Floccus offers seamless cross-browser bookmarks syncing, here you can find all the answers to your questions.' },
7777
{ hid: 'og:title', property: 'og:title', content: 'Goodbye - Floccus bookmarks sync' },
7878
{ hid: "twitter:title", name: "twitter:title", content: 'Goodbye - Floccus bookmarks sync' },
79+
{ name: "robots", content: "noindex" },
7980
],
8081
},
8182
}

0 commit comments

Comments
 (0)