diff --git a/index.html b/index.html
index 81b36dc..f452469 100644
--- a/index.html
+++ b/index.html
@@ -7,6 +7,7 @@
+
Queue North Technologies | Business Communications & IT Partner
diff --git a/public/site.webmanifest b/public/site.webmanifest
index 006c214..23cb0b5 100644
--- a/public/site.webmanifest
+++ b/public/site.webmanifest
@@ -1,7 +1,7 @@
{
"name": "Queue North Technologies",
"short_name": "Queue North",
- "description": "IT solutions and managed services provider",
+ "description": "Veteran-owned 8x8 Certified Partner — business phone, UCaaS, contact center, IT support, and networking solutions.",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
diff --git a/src/pages/Home.jsx b/src/pages/Home.jsx
index ce7dbcb..9963a07 100644
--- a/src/pages/Home.jsx
+++ b/src/pages/Home.jsx
@@ -19,24 +19,43 @@ const Home = () => {
'@type': 'Organization',
name: 'Queue North Technologies',
url: 'https://queuenorth.com',
- logo: 'https://queuenorth.com/assets/og-image.png',
- description: 'Business communications and IT partner. 8x8 Certified Partner, Veteran Owned, 25+ years of service.',
+ logo: {
+ '@type': 'ImageObject',
+ url: 'https://queuenorth.com/logo.png',
+ },
+ description: 'Veteran-owned 8x8 Certified Partner providing business phone systems, UCaaS, contact center, IT support, and networking solutions.',
address: {
'@type': 'PostalAddress',
+ streetAddress: '7901 4th St N',
+ addressLocality: 'St. Petersburg',
+ addressRegion: 'FL',
+ postalCode: '33702',
addressCountry: 'US',
},
- contactPoint: {
- '@type': 'ContactPoint',
- telephone: '+1-321-730-8020',
- contactType: 'customer service',
- areaServed: 'US',
- },
- sameAs: [],
+ contactPoint: [
+ {
+ '@type': 'ContactPoint',
+ telephone: '+1-321-730-8020',
+ contactType: 'customer service',
+ areaServed: 'US',
+ },
+ {
+ '@type': 'ContactPoint',
+ telephone: '+1-888-656-2850',
+ contactType: 'customer service',
+ contactOption: 'TollFree',
+ areaServed: 'US',
+ },
+ ],
+ sameAs: [
+ 'https://www.linkedin.com/company/queue-north-technologies-llc',
+ 'https://www.facebook.com/QueueNorth',
+ ],
}
const localBusinessLd = {
'@context': 'https://schema.org',
- '@type': 'LocalBusiness',
+ '@type': 'ProfessionalService',
'@id': 'https://queuenorth.com/#business',
name: 'Queue North Technologies',
image: 'https://queuenorth.com/assets/og-image.png',
@@ -44,8 +63,17 @@ const Home = () => {
telephone: '+1-321-730-8020',
address: {
'@type': 'PostalAddress',
+ streetAddress: '7901 4th St N',
+ addressLocality: 'St. Petersburg',
+ addressRegion: 'FL',
+ postalCode: '33702',
addressCountry: 'US',
},
+ geo: {
+ '@type': 'GeoCoordinates',
+ latitude: 27.8306,
+ longitude: -82.6765,
+ },
priceRange: '$$',
openingHoursSpecification: {
'@type': 'OpeningHoursSpecification',
@@ -53,6 +81,10 @@ const Home = () => {
opens: '08:00',
closes: '18:00',
},
+ sameAs: [
+ 'https://www.linkedin.com/company/queue-north-technologies-llc',
+ 'https://www.facebook.com/QueueNorth',
+ ],
}
return (