diff --git a/src/components/DictionaryView.vue b/src/components/DictionaryView.vue index 108cff8deccc9d6403f260cd301c0ba091c4f47f..a52e3727fa58382fe3e2a2f6f9b98193bd966824 100644 --- a/src/components/DictionaryView.vue +++ b/src/components/DictionaryView.vue @@ -393,6 +393,9 @@ export default { } }, metaInfo() { + if (this.no_results) { + return {meta: [{name: "robots", content: 'none'}]} + } let q = "" if (this.$route.query.q) { q = this.$route.query.q + " - "