Seoxpert.io
highBest Practices

Contact Pages Missing Visible Contact Details

Contact pages lack visible phone numbers or email addresses, reducing trust and site credibility.

By Seoxpert Editorial · Published

Why it matters

Visible contact details on contact pages are essential for user trust and transparency. Google and users expect to find genuine, accessible contact information, and its absence can negatively affect your site's perceived credibility and E-E-A-T signals.

Impact

Sites without visible contact details may lose user trust and risk lower search rankings.

How it's detected

Automated crawlers scan contact pages for recognizable email addresses, phone numbers, or contact forms in visible text.

Common causes

  • Contact details only present in images, not text
  • Contact information hidden behind JavaScript or forms
  • Relying solely on social media links
  • Missing or incomplete contact information
  • Using contact forms without alternative contact methods

How to fix it

Add a clearly visible email address or a functional contact form to your contact page using HTML. If possible, also include a phone number, physical address, and business hours. Ensure these details are in plain text or accessible HTML so both users and search engines can detect them.

Code examples

Problem: No visible contact details

<!-- Contact page with no email or phone number -->
<h1>Contact Us</h1>
<p>Please use the form below to contact us.</p>

Fix: Add visible email and phone number

<h1>Contact Us</h1>
<p>Email: <a href="mailto:info@example.com">info@example.com</a></p>
<p>Phone: <a href="tel:+1234567890">+1 234 567 890</a></p>
<p>Or use the form below to contact us.</p>

FAQ

Why does Google care if my contact page has visible contact details?

Google uses visible contact details as a trust and credibility signal, especially for E-E-A-T (Experience, Expertise, Authoritativeness, Trustworthiness) assessment.

Is a contact form alone enough for SEO trust signals?

A contact form helps, but including an email address or phone number in visible text further boosts trust and transparency.

Can I use images for contact details?

Contact details in images are not reliably detected by crawlers or users; always provide them in visible, accessible text.

Do I need to show my physical address?

A physical address is recommended for businesses with a physical presence, but at minimum, provide an email or phone number.

Found this issue on your site?

Run a scan to see if Contact Pages Missing Visible Contact Details affects your pages.

Scan my website →