<script type="application/ld+json">
{ "@context": "https://schema.org", "@type": "LocalBusiness", "name": "Infinite Option", "image": "https://infiniteoption.com/logo.png", "@id": "https://infiniteoption.com/#localbusiness", "url": "https://infiniteoption.com", "telephone": "+91-90516-21062", "priceRange": "₹₹", "address": { "@type": "PostalAddress", "streetAddress": "G2/A, 94 Shibpur Road, Mandirtala", "addressLocality": "Howrah", "addressRegion": "WB", "postalCode": "711102", "addressCountry": "IN" }, "geo": { "@type": "GeoCoordinates", "latitude": 22.5747, "longitude": 88.3197 }, "openingHoursSpecification": [{ "@type": "OpeningHoursSpecification", "dayOfWeek": ["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"], "opens": "10:00", "closes": "19:00" }], "sameAs": [ "https://www.facebook.com/infiniteoption", "https://www.instagram.com/infiniteoption", "https://g.page/infiniteoption" ]
}
</script>
<script type="application/ld+json">
{ "@context": "https://schema.org", "@type": "LocalBusiness", "name": "Infinite Option", "image": "https://infiniteoption.com/logo.png", "@id": "https://infiniteoption.com/#localbusiness", "url": "https://infiniteoption.com", "telephone": "+91-90516-21062", "priceRange": "₹₹", "address": { "@type": "PostalAddress", "streetAddress": "G2/A, 94 Shibpur Road, Mandirtala", "addressLocality": "Howrah", "addressRegion": "WB", "postalCode": "711102", "addressCountry": "IN" }, "geo": { "@type": "GeoCoordinates", "latitude": 22.5747, "longitude": 88.3197 }, "openingHoursSpecification": [{ "@type": "OpeningHoursSpecification", "dayOfWeek": ["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"], "opens": "10:00", "closes": "19:00" }], "sameAs": [ "https://www.facebook.com/infiniteoption", "https://www.instagram.com/infiniteoption", "https://g.page/infiniteoption" ]
}
</script>
<script type="application/ld+json">
{ "@context": "https://schema.org", "@type": "LocalBusiness", "name": "Infinite Option", "image": "https://infiniteoption.com/logo.png", "@id": "https://infiniteoption.com/#localbusiness", "url": "https://infiniteoption.com", "telephone": "+91-90516-21062", "priceRange": "₹₹", "address": { "@type": "PostalAddress", "streetAddress": "G2/A, 94 Shibpur Road, Mandirtala", "addressLocality": "Howrah", "addressRegion": "WB", "postalCode": "711102", "addressCountry": "IN" }, "geo": { "@type": "GeoCoordinates", "latitude": 22.5747, "longitude": 88.3197 }, "openingHoursSpecification": [{ "@type": "OpeningHoursSpecification", "dayOfWeek": ["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"], "opens": "10:00", "closes": "19:00" }], "sameAs": [ "https://www.facebook.com/infiniteoption", "https://www.instagram.com/infiniteoption", "https://g.page/infiniteoption" ]
}
</script>
// config/business.php
return [ 'name' => 'Infinite Option', 'phone' => '+91-90516-21062', 'email' => '[email protected]', 'address' => [ 'street' => 'G2/A, 94 Shibpur Road, Mandirtala', 'city' => 'Howrah', 'region' => 'WB', 'postcode' => '711102', 'country' => 'IN', ], 'hours' => '10:00–19:00 Mon–Sat', 'gbp' => 'https://g.page/infiniteoption',
];
// config/business.php
return [ 'name' => 'Infinite Option', 'phone' => '+91-90516-21062', 'email' => '[email protected]', 'address' => [ 'street' => 'G2/A, 94 Shibpur Road, Mandirtala', 'city' => 'Howrah', 'region' => 'WB', 'postcode' => '711102', 'country' => 'IN', ], 'hours' => '10:00–19:00 Mon–Sat', 'gbp' => 'https://g.page/infiniteoption',
];
// config/business.php
return [ 'name' => 'Infinite Option', 'phone' => '+91-90516-21062', 'email' => '[email protected]', 'address' => [ 'street' => 'G2/A, 94 Shibpur Road, Mandirtala', 'city' => 'Howrah', 'region' => 'WB', 'postcode' => '711102', 'country' => 'IN', ], 'hours' => '10:00–19:00 Mon–Sat', 'gbp' => 'https://g.page/infiniteoption',
];
<iframe src="https://www.google.com/maps/embed?pb=..." width="100%" height="320" loading="lazy" referrerpolicy="no-referrer-when-downgrade" title="Our location on Google Maps">
</iframe>
<iframe src="https://www.google.com/maps/embed?pb=..." width="100%" height="320" loading="lazy" referrerpolicy="no-referrer-when-downgrade" title="Our location on Google Maps">
</iframe>
<iframe src="https://www.google.com/maps/embed?pb=..." width="100%" height="320" loading="lazy" referrerpolicy="no-referrer-when-downgrade" title="Our location on Google Maps">
</iframe> - Google Business Profile (GBP) — the Maps listing, address, hours, photos, reviews. This is what shows up in the local 3-pack and on Google Maps.
- The website — where Google's organic crawler reads structured data, sitemap, internal links, and schema. - Profile is claimed and verified. Unverified profiles get almost no Maps visibility. In India, postcard verification still dominates; video verification is now common too. Allow 5–14 days.
- Primary category is the most specific accurate option. Not "Business" — "Beauty Salon", "Ayurvedic Clinic", "Web Designer", whatever fits exactly.
- NAP is locked. Name, Address, Phone. Decide the canonical version with the client and write it down. This is the string you'll hardcode everywhere.
- Hours, photos, description are filled in. Empty sections suppress rankings. - "addressCountry": "IN" — set this explicitly. Some boilerplate templates default to "US" and nobody notices for months.
- "telephone" in +91 format with hyphens. It must match the GBP exactly, character for character.
- "sameAs" should include the actual g.page/... link from the GBP. This is the explicit machine-readable connection between the two systems Google's algorithm needs to see. - Generate sitemap.xml — your CMS probably already does, but verify it includes the homepage, contact page, services, and any location pages.
- Submit it via Google Search Console.
- Verify domain ownership in GSC using a DNS TXT record. More reliable than the HTML file method for clients on Hostinger/GoDaddy where file uploads sometimes get clobbered by deployments.
- In GSC → Settings → Associations, link the GSC property to the GBP. - [ ] GBP claimed and verified
- [ ] Canonical NAP locked in a config file (one source of truth)
- [ ] LocalBusiness JSON-LD in homepage <head>, validated
- [ ] Footer + contact page render the same NAP, crawlable plain text
- [ ] Embedded map on contact page points to the actual GBP location
- [ ] sitemap.xml submitted in GSC
- [ ] GSC ↔ GBP associated