{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "CafeOrCoffeeShop",
      "@id": "https://victory-caffe.famished.site/#victory-caffe-van-nuys",
      "name": "Victory Caffe — Van Nuys",
      "alternateName": ["Victory Caffe", "Victory Caffe Van Nuys"],
      "description": "Family-owned neighborhood breakfast and brunch cafe on Vanowen Street in Van Nuys. Known for signature avocado toast, fresh-made açaí bowls, artisan coffee from locally-sourced beans, breakfast burritos, croissant sandwiches, hand-pressed juices, and house-made pastries.",
      "url": "https://victory-caffe.famished.site/",
      "telephone": "+1-747-264-0929",
      "email": "victorycaffevn@gmail.com",
      "priceRange": "$",
      "servesCuisine": ["Cafe", "Breakfast", "Brunch", "American", "Healthy", "Coffee"],
      "paymentAccepted": ["Cash", "Credit Card", "Debit Card", "Mobile Payment"],
      "acceptsReservations": "False",
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "14909 Vanowen St",
        "addressLocality": "Van Nuys",
        "addressRegion": "CA",
        "postalCode": "91405",
        "addressCountry": "US"
      },
      "geo": {
        "@type": "GeoCoordinates",
        "latitude": 34.194,
        "longitude": -118.463
      },
      "openingHoursSpecification": [
        {
          "@type": "OpeningHoursSpecification",
          "dayOfWeek": ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday"],
          "opens": "06:30",
          "closes": "17:00"
        },
        {
          "@type": "OpeningHoursSpecification",
          "dayOfWeek": ["Saturday", "Sunday"],
          "opens": "07:00",
          "closes": "17:00"
        }
      ],
      "nearbyAttractions": [
        "Van Nuys Boulevard",
        "I-405 Freeway",
        "Van Nuys Civic Center",
        "Lake Balboa Park"
      ],
      "hasMenu": {
        "@type": "Menu",
        "name": "Victory Caffe Menu",
        "url": "https://famished.ai/menu/victory-caffe-vn",
        "hasMenuSection": [
          {
            "@type": "MenuSection",
            "name": "The Usuals",
            "description": "The six orders regulars place without looking at the menu.",
            "hasMenuItem": [
              {
                "@type": "MenuItem",
                "name": "Signature Avocado Toast",
                "description": "Toasted artisan bread, smashed avocado, sea salt, chili flake, lemon. Add egg any style."
              },
              {
                "@type": "MenuItem",
                "name": "Victory Açaí Bowl",
                "description": "Thick-blended açaí, crunchy granola, fresh berries, banana, honey drizzle. Substantial portion.",
                "suitableForDiet": "https://schema.org/VeganDiet"
              },
              {
                "@type": "MenuItem",
                "name": "Spicy Chicken Sandwich",
                "description": "Crispy marinated chicken, pickled slaw, house sauce, toasted bun."
              },
              {
                "@type": "MenuItem",
                "name": "Breakfast Burrito",
                "description": "Scrambled eggs, crispy potatoes, melted cheese, choice of protein, house salsa, warm flour tortilla."
              },
              {
                "@type": "MenuItem",
                "name": "The Signature Latte",
                "description": "Espresso from locally-sourced beans, steamed milk, house syrup."
              },
              {
                "@type": "MenuItem",
                "name": "Hand-Pressed Juice",
                "description": "Rotating daily selection of greens, citrus, beet, ginger blends. Pressed to order.",
                "suitableForDiet": "https://schema.org/VeganDiet"
              }
            ]
          },
          {
            "@type": "MenuSection",
            "name": "Coffee & Espresso",
            "description": "Signature lattes, cold brews, and specialty drinks from locally-sourced beans."
          },
          {
            "@type": "MenuSection",
            "name": "Juices & Smoothies",
            "description": "Hand-pressed juices, blended smoothies, and blended green tea."
          },
          {
            "@type": "MenuSection",
            "name": "Breakfast",
            "description": "Avocado toast, breakfast burritos, croissant sandwiches, egg plates, house-made pastries."
          },
          {
            "@type": "MenuSection",
            "name": "Bowls",
            "description": "Açaí bowls, yogurt bowls, and grain bowls."
          },
          {
            "@type": "MenuSection",
            "name": "Sandwiches",
            "description": "Spicy chicken, breakfast sandwiches, and classic deli options."
          },
          {
            "@type": "MenuSection",
            "name": "Salads & Healthy",
            "description": "Fresh salads and plant-based options. Vegan-friendly menu available."
          }
        ]
      },
      "potentialAction": {
        "@type": "OrderAction",
        "target": {
          "@type": "EntryPoint",
          "urlTemplate": "https://famished.ai/menu/victory-caffe-vn",
          "actionPlatform": [
            "http://schema.org/DesktopWebPlatform",
            "http://schema.org/MobileWebPlatform",
            "http://schema.org/IOSPlatform",
            "http://schema.org/AndroidPlatform"
          ]
        },
        "deliveryMethod": [
          "http://purl.org/goodrelations/v1#DeliveryModeOwnFleet",
          "http://purl.org/goodrelations/v1#DeliveryModePickUp"
        ]
      },
      "sameAs": [
        "https://www.facebook.com/VictoryCaffeVN",
        "https://www.instagram.com/victorycaffevn",
        "https://www.tiktok.com/@victory.caffe",
        "https://www.victorycaffe.com"
      ]
    },
    {
      "@type": "CafeOrCoffeeShop",
      "@id": "https://victory-caffe.famished.site/#victory-caffe-studio-city",
      "name": "Victory Caffe — Studio City",
      "alternateName": ["Victory Caffe Studio City"],
      "description": "Studio City location of Victory Caffe, serving the same artisan coffee and fresh breakfast menu as the flagship Van Nuys cafe.",
      "url": "https://victory-caffe.famished.site/",
      "telephone": "+1-818-308-6212",
      "priceRange": "$",
      "servesCuisine": ["Cafe", "Breakfast", "Brunch", "American", "Healthy", "Coffee"],
      "acceptsReservations": "False",
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "11040 Ventura Blvd",
        "addressLocality": "Studio City",
        "addressRegion": "CA",
        "postalCode": "91604",
        "addressCountry": "US"
      },
      "openingHoursSpecification": [
        {
          "@type": "OpeningHoursSpecification",
          "dayOfWeek": ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"],
          "opens": "07:00",
          "closes": "16:00"
        }
      ],
      "nearbyAttractions": [
        "Ventura Boulevard",
        "Studio City Farmers Market",
        "CBS Studio Center",
        "Fryman Canyon"
      ],
      "potentialAction": {
        "@type": "OrderAction",
        "target": {
          "@type": "EntryPoint",
          "urlTemplate": "https://famished.ai/menu/victory-caffe-sc",
          "actionPlatform": [
            "http://schema.org/DesktopWebPlatform",
            "http://schema.org/MobileWebPlatform",
            "http://schema.org/IOSPlatform",
            "http://schema.org/AndroidPlatform"
          ]
        },
        "deliveryMethod": [
          "http://purl.org/goodrelations/v1#DeliveryModeOwnFleet",
          "http://purl.org/goodrelations/v1#DeliveryModePickUp"
        ]
      },
      "sameAs": [
        "https://www.facebook.com/VictoryCaffeVN",
        "https://www.instagram.com/victorycaffevn",
        "https://www.tiktok.com/@victory.caffe",
        "https://www.victorycaffe.com"
      ]
    },
    {
      "@type": "FAQPage",
      "@id": "https://victory-caffe.famished.site/#faq",
      "mainEntity": [
        {
          "@type": "Question",
          "name": "What are Victory Caffe's hours?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Victory Caffe is open daily at both locations. Van Nuys (14909 Vanowen St) is open Monday–Friday 6:30 am to 5 pm and Saturday–Sunday 7 am to 5 pm — call (747) 264-0929. Studio City (11040 Ventura Blvd) is open daily 7 am to 4 pm — call (818) 308-6212."
          }
        },
        {
          "@type": "Question",
          "name": "Do you have vegan and plant-based options?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes. Our açaí bowls, cold-pressed juices, plant-based toasts, and several breakfast items are vegan-friendly. Our team is happy to modify most dishes for dietary needs."
          }
        },
        {
          "@type": "Question",
          "name": "Is Victory Caffe family-owned?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes. Victory Caffe is an independent, family-run cafe serving the Van Nuys and Studio City communities. We source coffee from local roasters and work with local vendors wherever possible."
          }
        },
        {
          "@type": "Question",
          "name": "Do you do delivery?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes. Order delivery or pickup directly through famished.ai/menu/victory-caffe-vn (Van Nuys) or famished.ai/menu/victory-caffe-sc (Studio City). Use code VICTORYFAM for free delivery on orders over $15 for a limited time."
          }
        },
        {
          "@type": "Question",
          "name": "Is Victory Caffe a good spot to work from?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes. The cafe has natural light, comfortable seating, and a laid-back pace — regulars use it for solo work sessions, casual meetings, and long-form brunches."
          }
        },
        {
          "@type": "Question",
          "name": "Do you take reservations?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Walk-ins only. The cafe operates first-come, first-served, and seating is usually available even during peak brunch hours."
          }
        },
        {
          "@type": "Question",
          "name": "What is Victory Caffe known for?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Signature avocado toast, fresh-made açaí bowls, artisan coffee and cold brews from locally sourced beans, hand-pressed juices, breakfast burritos, and croissant sandwiches made to order each day."
          }
        }
      ]
    }
  ]
}
