1<!-- Schema: Organization -->
2<script type="application/ld+json">
3{
4  "@context": "https://schema.org",
5  "@type": "Organization",
6  "@id": "https://www.turnerandwolf.com/#organization",
7  "url": "https://www.turnerandwolf.com",
8  "name": "Turner & Wolf",
9  "legalName": "Turner & Wolf Marketing Technologies, LLC",
10  "foundingDate": "2020-01-01",
11  "taxID": "12-3456789",
12  "isicV4": "M70.22",
13  "naics": [
14    "541611", // General Management Consulting
15    "541511", // Computer Programming Services
16    "541922", // Commercial Photography
17    "541430", // Graphic Design Services
18    "518210", // Data Processing and Related Services
19    "541810", // Advertising Agencies
20    "551100", // Management of Companies
21    "561110"  // Office Administrative Services
22  ],
23  "logo": {
24    "@type": "ImageObject",
25    "@id": "https://www.turnerandwolf.com/#logo",
26    "url": "https://cdn.turnerandwolf.com/turnerandwolf/schema-logo-cmp.svg",
27    "width": 600,
28    "height": 135
29  },
30  "description": "We offer technical expertise across the entire marketing stack from out-of-the-box solutions to managed services to one-off projects and everything in between.",
31  "slogan": [
32    "Transformative Technology",
33    "Data Driven Marketing",
34    "Perfectly Proportional Web Design",
35    "Intelegant Designs"
36  ],
37  "knowsAbout": [
38    "Business & Technology Consulting",
39    "Software Engineering & Development",
40    "Commercial Photography & Motion",
41    "Corporate Identity & Graphics",
42    "Behavior & Performance Analytics",
43    "Online & Offline Marketing",
44    "Traditional & Digital Operations",
45    "Executive & Company Support"
46  ],
47  "keywords": "Turner and Wolf, Business Consulting Services, Technology Consulting Services, Software Engineering Services, Software Development Services, Commercial Photography Services, Video Production Services, Corporate Branding Services, Graphic Design Services, Business Analytics Services, Web Analytics Services, Marketing Services, Advertising Services, Operations Management Services, Business Process Management Services, Virtual Assisting Services, Administrative Assisting Services",
48  "additionalType": [
49    "https://en.wikipedia.org/wiki/Management_consulting",
50    "https://en.wikipedia.org/wiki/Information_technology_consulting",
51    "https://en.wikipedia.org/wiki/Software_engineering",
52    "https://en.wikipedia.org/wiki/Software_development",
53    "https://en.wikipedia.org/wiki/Commercial_photography",
54    "https://en.wikipedia.org/wiki/Video_production",
55    "https://en.wikipedia.org/wiki/Corporate_branding",
56    "https://en.wikipedia.org/wiki/Graphic_design",
57    "https://en.wikipedia.org/wiki/Business_analytics",
58    "https://en.wikipedia.org/wiki/Web_analytics",
59    "https://en.wikipedia.org/wiki/Marketing",
60    "https://en.wikipedia.org/wiki/Advertising",
61    "https://en.wikipedia.org/wiki/Operations_management",
62    "https://en.wikipedia.org/wiki/Business_process_management",
63    "https://en.wikipedia.org/wiki/Virtual_assistant_(occupation)",
64    "https://en.wikipedia.org/wiki/Administrative_assistant"
65  ],
66  "contactPoint": {
67    "@type": "ContactPoint",
68    "@id": "https://www.turnerandwolf.com/#contact",
69    "telephone": "+1-435-255-3265",
70    "email": "hello@turnerandwolf.com"
71  },
72  "address": {
73    "@type": "PostalAddress",
74    "@id": "https://www.turnerandwolf.com/#address",
75    "streetAddress": "7533 S Center View Ct Suite #4659",
76    "addressLocality": "West Jordan",
77    "addressRegion": "UT",
78    "postalCode": "84084",
79    "addressCountry": "United States"
80  },
81  "areaServed": {
82    "@type": "GeoCircle",
83    "address": { "@id": "https://www.turnerandwolf.com/#address" },
84    "geoRadius": "500"
85  },
86  "founders": [
87    {
88      "@type": "Person",
89      "@id": "https://www.turnerandwolf.com/#william-wong",
90      "name": "William Wong",
91      "jobTitle": "Head of Strategy",
92      "sameAs": "https://www.linkedin.com/in/william-wong-twmt/"
93    },
94    {
95      "@type": "Person",
96      "@id": "https://www.turnerandwolf.com/#nathan-turner",
97      "name": "Nathan Turner",
98      "jobTitle": "Head of Technology",
99      "sameAs": "https://www.linkedin.com/in/nate-turner-software/"
100    }
101  ],
102  "sameAs": [
103    "https://webflow.com/@turnerandwolf",
104    "https://www.linkedin.com/company/turnerandwolf"
105  ]
106}
107</script>