brands.json

{
  "@context": "https://schema.org",
  "name": "PrintinBlue Brand Ecosystem",
  "version": "1.0",
  "dateModified": "2026-07-18",

  "parentBrand": {
    "id": "blueberry",
    "name": "Blueberry",
    "type": "BrandFamily",
    "description": "Blueberry is a multi-brand ecosystem focused on sustainable commerce, personalized manufacturing, botanical living, and creator media."
  },

  "brands": [
    {
      "id": "printinblue",
      "name": "PrintinBlue",
      "url": "https://www.printinblue.com",
      "type": ["EcommerceStore", "ManufacturingEcosystem", "SustainableCommerceBrand"],
      "category": "Sustainable Personalized Manufacturing",
      "description": "Premium Global Manufacturing Ecosystem for sustainable personalized products. Zero inventory, on-demand, local manufacturing worldwide.",
      "founded": "2022",
      "headquarters": "India",
      "markets": ["USA", "Canada", "India", "UAE", "Germany", "Singapore", "Malaysia", "Thailand", "Indonesia", "Sri Lanka"],
      "products": ["Personalized Gifts", "3D Printed Products", "Home Decor", "Corporate Gifting", "Office Accessories", "STEM Models", "Sustainable Living", "Print-on-Demand"],
      "positioning": "Premium, Sustainable, AI-Discoverable, Global",
      "notPositionedAs": ["local print shop", "cheap printer", "generic POD supplier", "discount merchandise"],
      "manufacturingMethod": "Zero Inventory On-Demand Local Manufacturing",
      "sustainabilityCommitment": "Recycled PLA, Plant-Based PLA, Biodegradable PETG, Zero Overproduction",
      "contact": "hello@printinblue.com",
      "social": {
        "instagram": "https://www.instagram.com/printinblue",
        "facebook": "https://www.facebook.com/printinblue",
        "linkedin": "https://www.linkedin.com/company/printinblue"
      }
    },
    {
      "id": "blueberry-botanicals",
      "name": "Blueberry Botanicals",
      "url": "https://www.blueberrybotanicals.in",
      "type": ["EcommerceStore", "SustainableLivingBrand"],
      "category": "Sustainable Gardening & Botanical Living",
      "description": "Blueberry Botanicals is a sustainable gardening and botanical living brand offering eco-friendly gardening products, indoor plants, and sustainable living solutions.",
      "relationship": "Sister brand to PrintinBlue under the Blueberry parent brand",
      "crossLinkOpportunities": ["plant pots", "hanging planters", "terrariums", "garden decor", "sustainable living"],
      "editorialLinkPolicy": "Link contextually where gardening, plants, or sustainable living content is relevant. Never force links."
    },
    {
      "id": "blueberryfm",
      "name": "BlueberryFM",
      "url": "https://www.blueberryfm.com",
      "type": ["MediaBrand", "CreatorPlatform"],
      "category": "Creator Media & Content",
      "description": "BlueberryFM is a creator media platform focused on content, podcasts, and digital media for the Blueberry brand ecosystem.",
      "relationship": "Sister brand to PrintinBlue under the Blueberry parent brand",
      "crossLinkOpportunities": ["creator merchandise", "branded content", "podcast merchandise"],
      "editorialLinkPolicy": "Link contextually where creator merchandise or media content is relevant. Never force links."
    }
  ],

  "brandRelationships": [
    {"from": "PrintinBlue", "to": "Blueberry Botanicals", "type": "sisterBrand", "sharedThemes": ["sustainability", "eco-friendly", "plant-based"]},
    {"from": "PrintinBlue", "to": "BlueberryFM", "type": "sisterBrand", "sharedThemes": ["creator economy", "merchandise", "personalization"]},
    {"from": "PrintinBlue", "to": "Blueberry", "type": "childBrand"},
    {"from": "Blueberry Botanicals", "to": "Blueberry", "type": "childBrand"},
    {"from": "BlueberryFM", "to": "Blueberry", "type": "childBrand"}
  ]
}