Skip to content

Commit 1454425

Browse files
Update index.html
1 parent 26260a6 commit 1454425

File tree

1 file changed

+70
-0
lines changed

1 file changed

+70
-0
lines changed

index.html

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,5 +235,75 @@ <h3 class="member-name">GARETT_LAUGAVITZ</h3>
235235
</footer>
236236

237237
<script src="assets/js/main.js"></script>
238+
239+
<script type="application/ld+json">
240+
{
241+
"@context": "https://schema.org",
242+
"@type": "ProfessionalService",
243+
"name": "POLYMVTHIC PUNKS",
244+
"alternateName": "Polymathic Punks",
245+
"url": "https://polymvthicpunks.com",
246+
"description": "Milwaukee cybersecurity and design consultancy. Privacy, branding, and OpSec for businesses who think differently. Better to be the only than the best.",
247+
"slogan": "JVCK OF ALL TRADES, MASTER OF MANY",
248+
"foundingDate": "2025",
249+
"address": {
250+
"@type": "PostalAddress",
251+
"addressLocality": "Milwaukee",
252+
"addressRegion": "WI",
253+
"addressCountry": "US"
254+
},
255+
"areaServed": {
256+
"@type": "GeoCircle",
257+
"geoMidpoint": {
258+
"@type": "GeoCoordinates",
259+
"latitude": "43.0389",
260+
"longitude": "-87.9065"
261+
},
262+
"geoRadius": "50000"
263+
},
264+
"contactPoint": {
265+
"@type": "ContactPoint",
266+
"telephone": "+1-262-468-7865",
267+
"contactType": "customer service",
268+
"email": "[email protected]",
269+
"availableLanguage": "English"
270+
},
271+
"sameAs": [
272+
"https://github.com/PolymvthicPunks",
273+
"https://x.com/polymvthicpunks",
274+
"https://medium.com/@polymvthicpunks",
275+
"https://www.instagram.com/polymvthicpunks",
276+
"https://www.reddit.com/user/PolymvthicPunks/",
277+
"https://www.pinterest.com/polymvthicpunks/",
278+
"https://news.ycombinator.com/user?id=PolymvthicPunks"
279+
],
280+
"makesOffer": [
281+
{
282+
"@type": "Offer",
283+
"itemOffered": {
284+
"@type": "Service",
285+
"name": "Cybersecurity Consulting",
286+
"description": "OpSec, threat modeling, and security audits for privacy-conscious businesses"
287+
}
288+
},
289+
{
290+
"@type": "Offer",
291+
"itemOffered": {
292+
"@type": "Service",
293+
"name": "Brand Strategy & Design",
294+
"description": "Positioning, visual identity, and category creation for visionary founders"
295+
}
296+
},
297+
{
298+
"@type": "Offer",
299+
"itemOffered": {
300+
"@type": "Service",
301+
"name": "Event Production",
302+
"description": "Immersive experiences and technical event production"
303+
}
304+
}
305+
]
306+
}
307+
</script>
238308
</body>
239309
</html>

0 commit comments

Comments
 (0)