SEO - How to show phone numbers on Google Search

when I search for a keyword on Google, there are 2 phone numbers in the list for my site as a result.

search result with a phone number

(Link to this page)

I want to know why Google shows these numbers? (These numbers are not shown in my body.) How can I add phone numbers in Google results? (What quality should they have?)

+5
source share
1 answer

Google (and other search engines) uses Schema , which is HTML markup that defines structured content (which has a phone number), so if you want your phone number to look good, it will include structured data. For example

    <div itemscope itemtype="http://schema.org/LocalBusiness">
        <span itemprop="telephone"><a href="tel:01234555666">Link Text Here</a></span>
    </div>

, , Address, Reviews, Maps, Logo .. .

, , , - Google+,

<a href="https://plus.google.com/your_profile_id/?rel=author">Tim Baker</a>

Google , , , - , , , , - .

+9

All Articles