Magento Expert Forum - Improve your Magento experience

Results 1 to 4 of 4

Geo-Location meta tags and Geo SEO?

  1. #1

  2. #2
    Junior Member ccvv's Avatar
    Join Date
    Mar 2013
    Posts
    64
    Thanks
    6
    Thanked 17 Times in 13 Posts

    Thumbs up

    Let 's say you have a local business address and you add your address somewhere on your website then you should use this kind of snippets code from google:

    HTML Code:
    <div itemscope itemtype="http://schema.org/localBusiness"> 
    <div itemprop="name">Rudolph Enterprises</div> 
    <div itemprop="contactPoint">Santa Claus</div> 
    <div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress"> 
    <span itemprop="streetAddress">343 High Point</span> 
    <span itemprop="addressLocality">Arctic Circle</span> 
    <span itemprop="addressRegion">NU</span> 
    <span itemprop="postalCode">H0H 0H0</span> 
    <span itemprop="telephone">777-777-7777</span> 
    </div> 
    <div itemprop="geo" itemscope itemtype="http://schema.org/GeoCoordinates"> 
    <meta itemprop="latitude" content="77.777777" /> 
    <meta itemprop="longitude" content="-77.777777" /> 
    </div> 
    </div>

  3. #3
    Junior Member
    Join Date
    Jan 2015
    Location
    Delhi
    Posts
    106
    Thanks
    1
    Thanked 6 Times in 5 Posts

    Default

    This is Geo Meta Tag. this tag consider the location of your website business. it is very important tag.
    HTML Code:
    <meta name="geo.region" content="IN" />
    <meta name="geo.position" content="20.593684;78.96288" />
    <meta name="ICBM" content="20.593684, 78.96288" />

  4. #4
    Junior Member
    Join Date
    Feb 2015
    Posts
    74
    Thanks
    1
    Thanked 4 Times in 4 Posts

    Default

    Quote Originally Posted by sarvodyaseo View Post
    This is Geo Meta Tag. this tag consider the location of your website business. it is very important tag.
    HTML Code:
    <meta name="geo.region" content="IN" />
    <meta name="geo.position" content="20.593684;78.96288" />
    <meta name="ICBM" content="20.593684, 78.96288" />

    Thank you for sharing nice information

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •