{ "@context": "https://schema.org", "@graph": [``` { "@type": "Organization", "@id": "https://plumbing-gear.com/#org", "name": "Plumbing Gear", "alternateName": "Modular Express LTD T/A Plumbing Gear", "legalName": "Modular Express LTD", "url": "https://plumbing-gear.com/" },{ "@type": "WebSite", "@id": "https://plumbing-gear.com/#website", "url": "https://plumbing-gear.com/", "name": "Plumbing Gear", "publisher": { "@id": "https://plumbing-gear.com/#org" }, "potentialAction": { "@type": "SearchAction", "target": "https://plumbing-gear.com/?s={search_term_string}", "query-input": "required name=search_term_string" } } ```] }