Practice · Local

Find the property in the wrong shape

Local Medium at worst 19 of 30

Try it yourself

A local business describing itself in the format search engines read. One property is the right idea in the wrong shape, so it gets dropped.

Which line is wrong?

  1. {
  2. }

Pick a line. Every one of them has an answer.

Show me the answer

"address": "12 Mill Road, Ashford, TN23 1AB",

This is the one. The address is right; the shape is not. Schema expects a PostalAddress object with streetAddress, addressLocality and postalCode as separate fields, not one string. As written there is nothing to match against a map, so the most valuable property in the block is quietly discarded.

The written version

Stating your details in a form software can read →

How to check your own site for this, what to change, and how to confirm it worked.

Now the real thing

Run this check on your own site.

The same check, plus twenty-nine others, against your actual pages. Free, no account, about a minute.

Free · No account · Results in under a minute · Public websites only