{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://pixelbrewstudio.com",
      "name": "Pixelbrew Studio",
      "url": "https://pixelbrewstudio.com",
      "description": "Mobile app development studio specializing in travel and productivity apps",
      "logo": {
        "@type": "ImageObject",
        "url": "https://quickpack.app/favicon.svg"
      },
      "sameAs": [
        "https://twitter.com/codewithromaen"
      ],
      "contactPoint": {
        "@type": "ContactPoint",
        "contactType": "Customer Service",
        "availableLanguage": "English"
      }
    },
    {
      "@type": "WebSite",
      "@id": "https://quickpack.app",
      "name": "QuickPack - Smart Travel Packing List App",
      "description": "Pack smarter, travel better. QuickPack helps you create perfect packing lists for any trip. Never forget essentials again with our intelligent travel packing companion.",
      "url": "https://quickpack.app",
      "publisher": {
        "@id": "https://pixelbrewstudio.com"
      },
      "potentialAction": {
        "@type": "SearchAction",
        "target": "https://quickpack.app?q={search_term_string}",
        "query-input": "required name=search_term_string"
      }
    },
    {
      "@type": "Blog",
      "@id": "https://quickpack.app/blogs",
      "name": "QuickPack Blog",
      "description": "Travel packing tips, guides, and insights to make your trips stress-free",
      "url": "https://quickpack.app/blogs",
      "publisher": {
        "@id": "https://pixelbrewstudio.com"
      },
      "blogPost": [
        {
          "@type": "BlogPosting",
          "headline": "10 Genius Packing Hacks to Travel Smarter (and Lighter)",
          "description": "Discover 10 genius packing hacks to pack smarter, lighter, and stress-free — plus the best travel checklist app to make it easy: QuickPack.",
          "author": {
            "@type": "Person",
            "name": "Quick Pack"
          },
          "datePublished": "2024-01-25",
          "dateModified": "2024-01-25",
          "url": "https://quickpack.app/blogs/10-genius-packing-hacks",
          "mainEntityOfPage": {
            "@type": "WebPage",
            "@id": "https://quickpack.app/blogs/10-genius-packing-hacks"
          },
          "keywords": "packing hacks, travel tips, packing list, efficiency, app, travelers",
          "articleSection": "Travel Tips",
          "isPartOf": {
            "@id": "https://quickpack.app/blogs"
          }
        },
        {
          "@type": "BlogPosting",
          "headline": "Pack Smart, Travel Light: The Ultimate Travel Packing List to Track Every Essential",
          "description": "Use this ultimate travel packing list to track every essential with ease. Discover how QuickPack helps you pack smart and travel light.",
          "author": {
            "@type": "Person",
            "name": "Quick Pack"
          },
          "datePublished": "2024-01-20",
          "dateModified": "2024-01-20",
          "url": "https://quickpack.app/blogs/pack-smart-travel-light",
          "mainEntityOfPage": {
            "@type": "WebPage",
            "@id": "https://quickpack.app/blogs/pack-smart-travel-light"
          },
          "keywords": "packing list, travel, organization, app, efficiency",
          "articleSection": "Travel Tips",
          "isPartOf": {
            "@id": "https://quickpack.app/blogs"
          }
        }
      ]
    },
    {
      "@type": "MobileApplication",
      "name": "QuickPack",
      "description": "Smart travel packing list app that helps you pack efficiently for any trip",
      "applicationCategory": "Travel",
      "operatingSystem": "iOS, Android",
      "offers": {
        "@type": "Offer",
        "price": "0",
        "priceCurrency": "USD"
      },
      "author": {
        "@id": "https://pixelbrewstudio.com"
      },
      "aggregateRating": {
        "@type": "AggregateRating",
        "ratingValue": "4.8",
        "ratingCount": "1250"
      }
    }
  ]
}