Skip to main content
Checks for geographic meta tags for local targeting
Rule IDlocal/geo-meta
CategoryLocal SEO
ScopePer-page
Severityinfo
Weight2/10

Solution

Geo meta tags help indicate your business location for local search. Add: geo.region (country-state code), geo.placename (city name), geo.position (latitude;longitude), and ICBM meta tag. These supplement LocalBusiness schema. Most useful for location-specific landing pages.

Enable / Disable

Disable this rule

squirrel.toml
[rules]
disable = ["local/geo-meta"]

Disable all Local SEO rules

squirrel.toml
[rules]
disable = ["local/*"]

Enable only this rule

squirrel.toml
[rules]
enable = ["local/geo-meta"]
disable = ["*"]