Mobile app version of vmapp.org
Login or Join
Goswami781

: Should I use the Google Maps API or the Google Maps iframe embed feature for a static site? Is it common to use Google maps embedded <iframe> for a static site? Or is it best practice

@Goswami781

Posted in: #GoogleMaps #WebDevelopment

Is it common to use Google maps embedded <iframe> for a static site? Or is it best practice to use the Google Maps JavaScript API when deploying the website?

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Goswami781

2 Comments

Sorted by latest first Latest Oldest Best

 

@Megan663

If you don't want to customize the map, you can use an iframe. Though Google will rank your page content higher if the map is loaded on the page and not through an iframe. Googlebot and crawler doesn't count iframe content in the same way that it counts content loaded onto a page.

So if you're trying to rank your site you'll get a slight boost from not using an iframe. And by using the API you can customize the map and add extra features. If you just want a simple solution so that you can spend your time working on other coding projects then you can use an iframe and achieve similar results.

10% popularity Vote Up Vote Down


 

@Cugini213

Makes no difference. But in terms of performance it is better to implement a static image. The easiest was to do so, is to use something like this Google Static Map Maker.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme