diff --git a/app/writing/ai-and-the-poisoning-of-professionalism/page.tsx b/app/writing/ai-and-the-poisoning-of-professionalism/page.tsx new file mode 100644 index 0000000..ea02151 --- /dev/null +++ b/app/writing/ai-and-the-poisoning-of-professionalism/page.tsx @@ -0,0 +1,245 @@ +import type { Metadata } from "next"; + +export const metadata: Metadata = { + title: "AI and the Poisoning of Professionalism", + description: + "A colleague discovered AI for email replies last month. The recipients can tell. The sender can't. What AI-curated correspondence is doing to your voice.", + alternates: { + canonical: "/writing/ai-and-the-poisoning-of-professionalism", + }, + openGraph: { + title: "AI and the Poisoning of Professionalism | Brian Beals", + description: + "A colleague discovered AI for email replies last month. The recipients can tell. The sender can't. What AI-curated correspondence is doing to your voice.", + url: "/writing/ai-and-the-poisoning-of-professionalism", + type: "article", + publishedTime: "2026-05-30T13:00:00.000Z", + authors: ["Brian Beals"], + }, + twitter: { + card: "summary_large_image", + title: "AI and the Poisoning of Professionalism | Brian Beals", + description: + "A colleague discovered AI for email replies last month. The recipients can tell. The sender can't. What AI-curated correspondence is doing to your voice.", + }, +}; + +const articleJsonLd = { + "@context": "https://schema.org", + "@type": "Article", + headline: "AI and the Poisoning of Professionalism", + description: + "A colleague discovered AI for email replies last month. The recipients can tell. The sender can't. What AI-curated correspondence is doing to your voice.", + datePublished: "2026-05-30", + author: { + "@type": "Person", + name: "Brian Beals", + url: "https://brianbeals.com", + }, + publisher: { + "@type": "Person", + name: "Brian Beals", + url: "https://brianbeals.com", + }, + mainEntityOfPage: + "https://brianbeals.com/writing/ai-and-the-poisoning-of-professionalism", +}; + +export default function EssayPage() { + return ( +
+