|
17 | 17 | <meta name="twitter:description" content="Jim Gumbley's technology blog covering security, AI, and software development" /> |
18 | 18 | <link rel="icon" type="image/png" href="./favicon.png" /> |
19 | 19 | <link rel="stylesheet" href="./theme/css/style.css" /> |
| 20 | +<script type="application/ld+json"> |
| 21 | +{ |
| 22 | + "@context": "https://schema.org", |
| 23 | + "@type": "Blog", |
| 24 | + "name": "fragmented sentences", |
| 25 | + "description": "Jim Gumbley's technology blog covering security, AI, and software development", |
| 26 | + "url": "./", |
| 27 | + "author": { |
| 28 | + "@type": "Person", |
| 29 | + "name": "Jim Gumbley", |
| 30 | + "url": "https://www.jimgumbley.com" |
| 31 | + }, |
| 32 | + "blogPost": [ |
| 33 | + { |
| 34 | + "@type": "BlogPosting", |
| 35 | + "headline": "Why I Left Spotify in 2025", |
| 36 | + "url": "./why-i-left-spotify-2025.html", |
| 37 | + "datePublished": "2025-06-15", |
| 38 | + "image": "./images/Talking_Heads_Remain_In_Light_(1980_Sire_publicity_photo)_(5-4_cropped).jpg" }, { |
| 39 | + "@type": "BlogPosting", |
| 40 | + "headline": "It's a Great Time to be a Pen Tester", |
| 41 | + "url": "./great-time-pen-tester.html", |
| 42 | + "datePublished": "2025-06-07", |
| 43 | + "image": "./images/960px-Wall_Street_by_Paul_Strand,_1915.jpeg" }, { |
| 44 | + "@type": "BlogPosting", |
| 45 | + "headline": "The Coming Wave of AI Agency: A Security Perspective", |
| 46 | + "url": "./ai-agency-security-perspective.html", |
| 47 | + "datePublished": "2025-03-23", |
| 48 | + "image": "./images/robotfail.jpg" }, { |
| 49 | + "@type": "BlogPosting", |
| 50 | + "headline": "Something changed in the Tech Industry", |
| 51 | + "url": "./something-changed-tech-industry.html", |
| 52 | + "datePublished": "2024-09-09", |
| 53 | + "image": "./images/legos.webp" }, { |
| 54 | + "@type": "BlogPosting", |
| 55 | + "headline": "Resident Evil in Virtual Reality is actually terrifying", |
| 56 | + "url": "./resident-evil-vr-terrifying.html", |
| 57 | + "datePublished": "2017-03-05", |
| 58 | + "image": "./images/virtuality.webp" } ] |
| 59 | +} |
| 60 | +</script> |
20 | 61 | </head> |
21 | 62 | <body> |
22 | 63 | <header> |
|
0 commit comments