{
  "name": "How to Keep Your Website's Schema Up-to-Date",
  "step": [
    {
      "name": "Step 1",
      "text": "Your website's JSON-LD schema isn't a",
      "@type": "HowToStep",
      "position": 1
    }
  ],
  "@type": "HowTo",
  "@context": "https://schema.org",
  "speakable": {
    "@type": "SpeakableSpecification",
    "cssSelector": [
      "h1",
      ".howto-step",
      "[itemprop=\"step\"]"
    ]
  },
  "areaServed": [
    {
      "name": "Los Angeles",
      "@type": "City"
    },
    {
      "name": "San Diego",
      "@type": "City"
    },
    {
      "name": "Austin",
      "@type": "City"
    },
    {
      "name": "Denver",
      "@type": "City"
    },
    {
      "name": "Salt Lake City",
      "@type": "City"
    },
    {
      "name": "Las Vegas",
      "@type": "City"
    },
    {
      "name": "San Francisco",
      "@type": "City"
    }
  ],
  "description": "How to Keep Your Website's Schema Up-to-Date"
}