Advanced Python Web Development with Air

This page includes JSON-LD structured data, which helps search engines understand your content better and can result in rich snippets in search results.

JSON-LD Structured Data

Open your browser's dev tools and look at the <script type="application/ld+json"> tag in the <head>. This is the structured data:

{
  "@context": "https://schema.org",
  "@type": "Article",
  "headline": "Advanced Python Web Development with Air",
  "description": "Learn advanced patterns for building production-ready web applications with Air",
  "image": "https://picsum.photos/seed/advanced-air/1200/630",
  "datePublished": "2025-01-15T10:00:00Z",
  "author": {
    "@type": "Person",
    "name": "Jane Developer",
    "url": "https://airheads-production.up.railway.app/about"
  },
  "publisher": {
    "@type": "Organization",
    "name": "AirHeads Demo",
    "logo": {
      "@type": "ImageObject",
      "url": "https://picsum.photos/seed/logo/200/200"
    }
  },
  "dateModified": "2025-01-15T14:30:00Z",
  "url": "https://airheads-production.up.railway.app/article"
}

← Back to home