fix: correct contact info and remove unverified location claims (batch 8.9)

- Phone: (906) 482-6616 → (321) 730-8020 direct, (888) 656-2850 toll-free
- Add toll-free number to Footer and Contact page
- Add LinkedIn link to footer
- Add 8x8 trademark disclaimer to footer legal section
- Fix JSON-LD phone numbers in Home.jsx
- Add support phone to Support page
- Strip all Houghton, MI and Upper Peninsula location references
  from meta tags, JSON-LD, and fallback descriptions
  (not present on original site, unverified)
- Change JSON-LD areaServed from Houghton/UP to United States
- Update Support.jsx Zoho Desk link placeholder
This commit is contained in:
null 2026-05-17 20:44:18 -05:00
parent 1b0d5adc36
commit 4fe31ed9b6
9 changed files with 49 additions and 33 deletions

View File

@ -8,7 +8,8 @@ const Footer = () => {
tagline: 'Modern communications infrastructure without the vendor noise.',
address: 'Your trusted partner in UCaaS, Contact Center, and infrastructure solutions.',
email: 'info@queuenorth.com',
phone: '(906) 482-6616',
phone: '(321) 730-8020',
tollFree: '(888) 656-2850',
}
const quickLinks = [
@ -60,6 +61,9 @@ const Footer = () => {
<div>
<a href={`tel:${companyInfo.phone.replace(/\D/g, '')}`} className="hover:text-primary-cyan transition-colors">{companyInfo.phone}</a>
</div>
<div>
<a href={`tel:${companyInfo.tollFree.replace(/\D/g, '')}`} className="hover:text-primary-cyan transition-colors">{companyInfo.tollFree}</a>
</div>
<Link to="/contact" className="inline-block text-primary-cyan hover:underline">Contact Form</Link>
</div>
<div className="mt-4">
@ -124,9 +128,23 @@ const Footer = () => {
{/* Bottom */}
<div className="border-t border-white/10 pt-8">
<p className="text-center text-navy-light text-sm">
8x8 and Cisco Certified Partner | Veteran Owned | 25+ Years Experience
</p>
<div className="grid grid-cols-1 md:grid-cols-2 gap-4">
<div className="text-center md:text-left">
<p className="text-navy-light text-sm mb-2">
8x8 and Cisco Certified Partner | Veteran Owned | 25+ Years Experience
</p>
<div className="flex justify-center md:justify-start gap-4 text-sm">
<a href="https://linkedin.com/company/queue-north-technologies-llc" target="_blank" rel="noopener noreferrer" className="text-primary-cyan hover:text-white transition-colors">
LinkedIn
</a>
</div>
</div>
<div className="text-center md:text-right">
<p className="text-navy-light text-xs">
8x8® is a registered trademark of 8x8, Inc. Queue North Technologies is an independent certified partner and is not owned or operated by 8x8, Inc.
</p>
</div>
</div>
</div>
</div>
</footer>

View File

@ -6,9 +6,9 @@ const About = () => {
<>
<Helmet>
<title>About Queue North | Veteran-Owned 8x8 Partner 25+ Years of Service</title>
<meta name="description" content="Queue North Technologies is a veteran-owned 8x8 and Cisco Certified Partner with 25+ years serving businesses in Houghton, MI and the Upper Peninsula. Learn our story, values, and expertise." />
<meta name="description" content="Queue North Technologies is a veteran-owned 8x8 and Cisco Certified Partner with 25+ years of experience. Learn our story, values, and expertise." />
<meta property="og:title" content="About Queue North | Veteran-Owned 8x8 Partner — 25+ Years of Service" />
<meta property="og:description" content="Veteran-owned 8x8 and Cisco Certified Partner with 25+ years serving Houghton, MI and the Upper Peninsula." />
<meta property="og:description" content="Veteran-owned 8x8 and Cisco Certified Partner with 25+ years of experience." />
<meta property="og:url" content="https://queuenorth.com/about" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://queuenorth.com/logo.svg" />

View File

@ -105,9 +105,9 @@ const Contact = () => {
<>
<Helmet>
<title>Contact Queue North | Schedule a Consultation</title>
<meta name="description" content="Contact Queue North Technologies to schedule a free consultation. Call (906) 482-6616 or fill out our form for business phone, UCaaS, IT support, and networking solutions." />
<meta name="description" content="Contact Queue North Technologies to schedule a free consultation. Call (321) 730-8020 or toll-free (888) 656-2850 or fill out our form for business phone, UCaaS, IT support, and networking solutions." />
<meta property="og:title" content="Contact Queue North | Schedule a Consultation" />
<meta property="og:description" content="Schedule a free consultation with Queue North Technologies. Business communications and IT solutions in Houghton, MI." />
<meta property="og:description" content="Schedule a free consultation with Queue North Technologies. Business communications and IT solutions." />
<meta property="og:url" content="https://queuenorth.com/contact" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://queuenorth.com/logo.svg" />
@ -126,7 +126,13 @@ const Contact = () => {
<svg className="h-5 w-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 5.13a1 1 0 01-1.31.42a2 2 0 00-2.63-.54l-2.238 5.03a2 2 0 01-2.71.319L2.663 12H4a2 2 0 012 2v2a2 2 0 01-2 2H2a2 2 0 01-2-2V5z" />
</svg>
<a href="tel:+19064826616" className="text-sm font-medium hover:underline">(906) 482-6616</a>
<a href="tel:+13217308020" className="text-sm font-medium hover:underline">(321) 730-8020</a>
</div>
<div className="flex items-center gap-2 px-4 py-2 bg-primary-navy/10 rounded-lg text-primary-navy">
<svg className="h-5 w-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 5.13a1 1 0 01-1.31.42a2 2 0 00-2.63-.54l-2.238 5.03a2 2 0 01-2.71.319L2.663 12H4a2 2 0 012 2v2a2 2 0 01-2 2H2a2 2 0 01-2-2V5z" />
</svg>
<a href="tel:+18886562850" className="text-sm font-medium hover:underline">(888) 656-2850</a>
</div>
<div className="flex items-center gap-2 px-4 py-2 bg-primary-navy/10 rounded-lg text-primary-navy">
<svg className="h-5 w-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
@ -162,7 +168,8 @@ const Contact = () => {
</div>
<div>
<h3 className="font-semibold text-text mb-2">Phone</h3>
<p className="text-soft-text"><a href="tel:+19064826616" className="hover:underline">(906) 482-6616</a></p>
<p className="text-soft-text"><a href="tel:+13217308020" className="hover:underline">(321) 730-8020</a></p>
<p className="text-soft-text"><a href="tel:+18886562850" className="hover:underline">(888) 656-2850 - Toll Free</a></p>
</div>
<div>
<h3 className="font-semibold text-text mb-2">Contact Us</h3>

View File

@ -23,16 +23,14 @@ const Home = () => {
name: 'Queue North Technologies',
url: 'https://queuenorth.com',
logo: 'https://queuenorth.com/logo.svg',
description: 'Business communications and IT partner — Houghton, MI. 8x8 Certified Partner, Veteran Owned, 25+ years of service.',
description: 'Business communications and IT partner. 8x8 Certified Partner, Veteran Owned, 25+ years of service.',
address: {
'@type': 'PostalAddress',
addressLocality: 'Houghton',
addressRegion: 'MI',
addressCountry: 'US',
},
contactPoint: {
'@type': 'ContactPoint',
telephone: '+1-906-482-6616',
telephone: '+1-321-730-8020',
contactType: 'customer service',
areaServed: 'US',
},
@ -46,19 +44,12 @@ const Home = () => {
name: 'Queue North Technologies',
image: 'https://queuenorth.com/logo.svg',
url: 'https://queuenorth.com',
telephone: '+1-906-482-6616',
telephone: '+1-321-730-8020',
email: 'info@queuenorth.com',
address: {
'@type': 'PostalAddress',
streetAddress: 'Houghton',
addressLocality: 'Houghton',
addressRegion: 'MI',
addressCountry: 'US',
},
areaServed: {
'@type': 'Place',
name: 'Upper Peninsula, Michigan',
},
priceRange: '$$',
openingHoursSpecification: {
'@type': 'OpeningHoursSpecification',
@ -71,10 +62,10 @@ const Home = () => {
return (
<>
<Helmet>
<title>Queue North Technologies | Business Communications & IT Partner Houghton, MI</title>
<meta name="description" content="Queue North Technologies is a veteran-owned 8x8 Certified Partner providing business phone systems, UCaaS, contact center, IT support, and networking solutions in Houghton, MI and the Upper Peninsula. 25+ years of proven reliability." />
<meta property="og:title" content="Queue North Technologies | Business Communications & IT Partner — Houghton, MI" />
<meta property="og:description" content="Veteran-owned 8x8 Certified Partner. Business phone, UCaaS, contact center, IT support, and networking solutions. 25+ years serving Houghton, MI and the Upper Peninsula." />
<title>Queue North Technologies | Business Communications & IT Partner</title>
<meta name="description" content="Queue North Technologies is a veteran-owned 8x8 Certified Partner providing business phone systems, UCaaS, contact center, IT support, and networking solutions. 25+ years of proven reliability." />
<meta property="og:title" content="Queue North Technologies | Business Communications & IT Partner" />
<meta property="og:description" content="Veteran-owned 8x8 Certified Partner. Business phone, UCaaS, contact center, IT support, and networking solutions. 25+ years of proven reliability." />
<meta property="og:url" content="https://queuenorth.com" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://queuenorth.com/logo.svg" />

View File

@ -7,7 +7,7 @@ const Industries = () => {
<>
<Helmet>
<title>Industries We Serve | Queue North Technologies</title>
<meta name="description" content="Queue North Technologies serves healthcare, retail, manufacturing, education, and finance industries with tailored communications and IT solutions in Houghton, MI and the Upper Peninsula." />
<meta name="description" content="Queue North Technologies serves healthcare, retail, manufacturing, education, and finance industries with tailored communications and IT solutions." />
<meta property="og:title" content="Industries We Serve | Queue North Technologies" />
<meta property="og:description" content="Tailored communications and IT solutions for healthcare, retail, manufacturing, education, and finance." />
<meta property="og:url" content="https://queuenorth.com/industries" />

View File

@ -29,7 +29,7 @@ const IndustryDetail = () => {
}
const industryTitle = `${industry.name} | Queue North Technologies`
const industryDesc = industry.shortDesc || `Learn about Queue North Technologies solutions for the ${industry.name} industry in Houghton, MI and the Upper Peninsula.`
const industryDesc = industry.shortDesc || `Learn about Queue North Technologies solutions for the ${industry.name} industry.`
const industryUrl = `https://queuenorth.com/industries/${industry.id}`
return (

View File

@ -29,7 +29,7 @@ const ServiceDetail = () => {
}
const serviceTitle = `${service.name} | Queue North Technologies`
const serviceDesc = service.shortDesc || `Learn about ${service.name} from Queue North Technologies — serving Houghton, MI and the Upper Peninsula.`
const serviceDesc = service.shortDesc || `Learn about ${service.name} from Queue North Technologies.`
const serviceUrl = `https://queuenorth.com/services/${service.id}`
const serviceDetailLd = {
@ -44,7 +44,7 @@ const ServiceDetail = () => {
},
areaServed: {
'@type': 'Place',
name: 'Houghton, MI / Upper Peninsula',
name: 'United States',
},
}

View File

@ -14,7 +14,7 @@ const serviceLd = {
},
areaServed: {
'@type': 'Place',
name: 'Houghton, MI / Upper Peninsula',
name: 'United States',
},
}

View File

@ -129,7 +129,7 @@ const Support = () => {
<svg className="h-5 w-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 5.13a1 1 0 01-1.31.42a2 2 0 00-2.63-.54l-2.238 5.03a2 2 0 01-2.71.319L2.663 12H4a2 2 0 012 2v2a2 2 0 01-2 2H2a2 2 0 01-2-2V5z" />
</svg>
<p className="text-sm font-medium">(906) 482-6616</p>
<p className="text-sm font-medium">(321) 730-8020</p>
</div>
<div className="flex items-center gap-2 px-4 py-2 bg-primary-navy/10 rounded-lg text-primary-navy">
<svg className="h-5 w-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
@ -175,7 +175,7 @@ const Support = () => {
</div>
<div>
<h3 className="font-semibold text-text mb-2">Phone</h3>
<p className="text-soft-text">(906) 482-6616</p>
<p className="text-soft-text">(321) 730-8020</p>
</div>
<div>
<h3 className="font-semibold text-text mb-2">Support Hours</h3>