diff --git a/index.bs b/index.bs
index 884eac9..09fd444 100644
--- a/index.bs
+++ b/index.bs
@@ -134,6 +134,9 @@ The Geolocation Sensor has an associated {{PermissionName}} which is
The Geolocation Sensor is a [=policy-controlled feature=] identified by the string "geolocation". Its [=default allowlist=] is `'self'`.
+The Geolocation Sensor has an associated [=virtual sensor type=] which is
+"geolocation
".
+
A latest geolocation reading is a [=latest reading=] for a {{Sensor}} of
Geolocation Sensor sensor type. It includes [=map/entries=] whose [=map/keys=]
are "latitude", "longitude", "altitude", "accuracy", "altitudeAccuracy", "heading", "speed"
@@ -320,9 +323,9 @@ This section extends [[GENERIC-SENSOR#automation]] by providing [=Geolocation Se
The [=per-type virtual sensor metadata=] [=map=] must have the following [=map/entry=]:
: [=map/key=]
-:: "`geolocation`"
+:: "[=geolocation virtual sensor type|geolocation=]
"
: [=map/value=]
-:: A [=virtual sensor metadata=] whose [=virtual sensor metadata/virtual sensor type=] is [=Geolocation Sensor=] and [=reading parsing algorithm=] is the [=geolocation reading parsing algorithm=].
+:: A [=virtual sensor metadata=] whose [=virtual sensor metadata/reading parsing algorithm=] is the [=geolocation reading parsing algorithm=].