{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "WebSite",
      "name": "GoesHere",
      "url": "https://goeshere.app/",
      "description": "Free household move inventory Google Sheet template, plus an optional packing app that photographs box layers and exports into the same columns.",
      "potentialAction": {
        "@type": "ViewAction",
        "name": "Make a copy of the free inventory sheet",
        "target": "https://docs.google.com/spreadsheets/d/10PFPZpdFUkad7RdakjFtAFgKCmHKpgz8E9Q-I2ZxEXw/copy"
      }
    },
    {
      "@type": "FAQPage",
      "mainEntity": [
        {
          "@type": "Question",
          "name": "What is a move inventory list?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "A structured record of what you packed, which box it is in, and where that box should go. For households, the useful form is one row per item so you can search by name, flag fragile or high-value goods, and sort by destination room when unloading."
          }
        },
        {
          "@type": "Question",
          "name": "Why one row per item instead of one row per box?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Finding belongings and documenting claims are item-level jobs. A single note like kitchen stuff cannot tell you which sealed box holds the chef’s knife. One row per item lets filters answer that in seconds."
          }
        },
        {
          "@type": "Question",
          "name": "Is there a free Google Sheets template for move inventory?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes. GoesHere publishes a free Google Sheets template with Items, Find, By room, High value, and Boxes. Use File → Make a copy from goeshere.app. No app required."
          }
        },
        {
          "@type": "Question",
          "name": "How do I find something after everything is sealed?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Open the Items sheet, search or filter by item name, brand, or category, read the box number, and walk to the label. That only works if you logged items while packing."
          }
        }
      ]
    }
  ]
}
