diff --git a/content/geoip/docs/web-services/legacy.md b/content/geoip/docs/web-services/legacy.md
index 9b8b7fc77..36ade150a 100644
--- a/content/geoip/docs/web-services/legacy.md
+++ b/content/geoip/docs/web-services/legacy.md
@@ -176,8 +176,8 @@ encoding is also referred to as latin1.
Metro code |
integer |
- The metro code associated with the IP address. These are only
- available for IP addresses in the US.
+ Deprecated. This is a no-longer-maintained code for targeting
+ advertisements in Google.
|
|
|
diff --git a/content/geoip/docs/web-services/responses.md b/content/geoip/docs/web-services/responses.md
index e39081e18..86d4427fc 100644
--- a/content/geoip/docs/web-services/responses.md
+++ b/content/geoip/docs/web-services/responses.md
@@ -388,7 +388,7 @@ address.
{{ geoip-schema-row >}}
{{< geoip-schema-row key="metro_code" valueType="integer" city="true" insights="true">}}
- Metro code is a geolocation target code from Google.
+ **Deprecated**. This is a no-longer-maintained code for targeting advertisements in Google.
{{ geoip-schema-row >}}
{{< geoip-schema-row key="population_density" valueType="integer" insights="true">}}
diff --git a/layouts/shortcodes/csv-location-table.html b/layouts/shortcodes/csv-location-table.html
index d8c6876cb..f51da043b 100644
--- a/layouts/shortcodes/csv-location-table.html
+++ b/layouts/shortcodes/csv-location-table.html
@@ -306,7 +306,8 @@
metro_code |
integer |
- Metro code is a geolocation target code from Google.
+ Deprecated. This is a no-longer-maintained code for targeting
+ advertisements in Google.
|
{{ if eq $isEnterprise "false" }}
diff --git a/static/static/pdf/GeoLite2-and-GeoIP2-Precision-Web-Services-Comparison.pdf b/static/static/pdf/GeoLite2-and-GeoIP2-Precision-Web-Services-Comparison.pdf
index 35d8f082e..e6ac7ae95 100644
Binary files a/static/static/pdf/GeoLite2-and-GeoIP2-Precision-Web-Services-Comparison.pdf and b/static/static/pdf/GeoLite2-and-GeoIP2-Precision-Web-Services-Comparison.pdf differ
|