I work for a peer support & crisis hotline. People regularly Google "<organization> number", which returns our administrative office phone number in a big infobox. We want it to show our hotline number instead.
Our admin number shows up 3 times on our home page, and our hotline number shows up twice. I've tried marking up the page with JSON-LD:
<script type="application/ld+json"> { "@context" : "http://schema.org", "@type" : "Organization", "name" : "<org-name>", "image" : "<URL of our logo>", "telephone" : "<hotline number>", "email" : "<contact email link>" } </script>
And I've added data-nosnippet to the sections on the home page where the office number shows up. Yet, that number still shows up for the "<organization> number" query. These changes went up a couple weeks ago.
I've got the site registered in Webmaster Tools and Google Analytics.
Is there anything else I can do?
[link] [comments]
from Search Engine Optimization: The Latest SEO News https://www.reddit.com/r/SEO/comments/gqmpxy/getting_google_to_recognize_our_phone_number/>
No comments:
Post a Comment