Batch 8.9: Fix Contact Info — Phone, Toll-Free, LinkedIn, 8x8 Disclaimer #86

Closed
opened 2026-05-17 20:11:10 -05:00 by null · 0 comments
Owner

Summary

Our site has incorrect contact info compared to the original queuenorth.com. Must be fixed before launch.

Discrepancies Found

1. Wrong phone numbers

Current (wrong): (906) 482-6616 (not on original site)
Original site has:

  • Direct: (321) 730-8020 → tel:+13217308020
  • Toll-Free: (888) 656-2850 → tel:+18886562850

Missing toll-free number entirely from our site.

2. Email not public on original

The original site does NOT show info@queuenorth.com publicly — only has a contact form. We should check with owner whether to keep or remove the public email.

Original footer links to: https://linkedin.com/company/queue-north-technologies-llc
Our footer has no social links.

4. Missing 8x8 trademark disclaimer

Original footer has:

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.

Our site has no disclaimer. This is legally important for a certified partner.

5. JSON-LD has wrong phone

The LocalBusiness and ContactPoint schemas in Home.jsx reference +1-906-482-6616. Must update to the real numbers.

Tasks

  • Update Footer.jsx: replace (906) 482-6616 with (321) 730-8020 (direct) + (888) 656-2850 (toll-free)
  • Add LinkedIn link to footer
  • Add 8x8 trademark disclaimer to footer legal section
  • Update Contact.jsx: replace phone numbers, consider hiding public email if owner prefers
  • Update Home.jsx JSON-LD: fix phone in ContactPoint and LocalBusiness schemas
  • Update Support.jsx: add support phone (321) 730-8020 matching original site
  • Check Contact.jsx hero section for phone numbers

Acceptance

  • All phone numbers match original site
  • Toll-free number visible on Contact page and footer
  • LinkedIn link in footer
  • 8x8 disclaimer in footer legal
  • JSON-LD schemas have correct phone
  • Build passes
## Summary Our site has incorrect contact info compared to the original queuenorth.com. Must be fixed before launch. ## Discrepancies Found ### 1. Wrong phone numbers **Current (wrong):** (906) 482-6616 (not on original site) **Original site has:** - Direct: (321) 730-8020 → tel:+13217308020 - Toll-Free: (888) 656-2850 → tel:+18886562850 Missing toll-free number entirely from our site. ### 2. Email not public on original The original site does NOT show info@queuenorth.com publicly — only has a contact form. We should check with owner whether to keep or remove the public email. ### 3. Missing LinkedIn link Original footer links to: https://linkedin.com/company/queue-north-technologies-llc Our footer has no social links. ### 4. Missing 8x8 trademark disclaimer Original footer has: > 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. Our site has no disclaimer. This is legally important for a certified partner. ### 5. JSON-LD has wrong phone The LocalBusiness and ContactPoint schemas in Home.jsx reference +1-906-482-6616. Must update to the real numbers. ## Tasks - Update Footer.jsx: replace (906) 482-6616 with (321) 730-8020 (direct) + (888) 656-2850 (toll-free) - Add LinkedIn link to footer - Add 8x8 trademark disclaimer to footer legal section - Update Contact.jsx: replace phone numbers, consider hiding public email if owner prefers - Update Home.jsx JSON-LD: fix phone in ContactPoint and LocalBusiness schemas - Update Support.jsx: add support phone (321) 730-8020 matching original site - Check Contact.jsx hero section for phone numbers ## Acceptance - All phone numbers match original site - Toll-free number visible on Contact page and footer - LinkedIn link in footer - 8x8 disclaimer in footer legal - JSON-LD schemas have correct phone - Build passes
null closed this issue 2026-05-17 20:46:10 -05:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: null/Queue-North-Website#86
No description provided.