From 112f91ca08ad9fe4076a239fb56e7aaed6fa2d19 Mon Sep 17 00:00:00 2001 From: "Atheer F. Alotaibi" <84769445+atheer0998@users.noreply.github.com> Date: Sat, 4 Jan 2025 17:30:56 +0300 Subject: [PATCH] improving contact meta --- pages/contact.vue | 48 ++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 45 insertions(+), 3 deletions(-) diff --git a/pages/contact.vue b/pages/contact.vue index f495164..dfa23ac 100644 --- a/pages/contact.vue +++ b/pages/contact.vue @@ -37,7 +37,15 @@
+966 56 663 9994

- +

+ {{ $t('SOCIAL') }}: +
+ Instagram +
+ LinkedIn +
+ Twitter +

@@ -53,12 +61,46 @@ export default { name: 'CONTACT', head() { return { - title: this.$t('CONTACT'), + title: this.$t('CONTACT') + ' - Burooj Air | Drone Cleaning Services Contact', meta: [ { hid: 'description', name: 'description', - content: 'We aim to contribute to a safer work day for people who work at great heights with lifts, scaffolding and for facade climbers.', + content: 'Get in touch with Burooj Air for inquiries about drone cleaning services, building maintenance solutions, and high-risk task support in Khobar, Saudi Arabia.', + }, + { + hid: 'keywords', + name: 'keywords', + content: 'Burooj Air contact, drone cleaning services contact, building maintenance support, high-risk task inquiries, contact Khobar drone services', + }, + { + name: 'robots', + content: 'index, follow', + }, + { + hid: 'og:title', + property: 'og:title', + content: 'Contact Burooj Air | Drone Cleaning Services in Khobar', + }, + { + hid: 'og:description', + property: 'og:description', + content: 'Reach out to Burooj Air for drone cleaning services, building maintenance, and innovative solutions in Khobar, Saudi Arabia.', + }, + { + hid: 'og:image', + property: 'og:image', + content: '/images/BuroojAir.png', + }, + { + hid: 'og:url', + property: 'og:url', + content: 'https://buroojair.com/contact', + }, + { + hid: 'twitter:card', + name: 'twitter:card', + content: 'summary_large_image', }, ], }