Skip to content

OpenGraph and Social Media Meta Tags Template

Copy these meta tags to the HTML head section

Primary Meta Tags

<meta name="title" content="Rite - Modern Python Utility Library">
<meta name="description" content="Zero-dependency Python utility library for Python 3.12+. Features cryptography, filesystem, text processing, temporal operations, and more.">
<meta name="keywords" content="python, utility library, cryptography, filesystem, text processing, python utilities, python 3.12, zero dependencies, rite">
<meta name="author" content="Scape Agency">
<meta name="robots" content="index, follow">
<meta name="language" content="English">
<meta name="revisit-after" content="7 days">

<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://www.pyrites.dev/">
<meta property="og:title" content="Rite - Modern Python Utility Library">
<meta property="og:description" content="Zero-dependency Python utility library for Python 3.12+. Features cryptography, filesystem, text processing, temporal operations, and more.">
<meta property="og:image" content="https://www.pyrites.dev/assets/image/rite_social.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:site_name" content="Rite">
<meta property="og:locale" content="en_US">

<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://www.pyrites.dev/">
<meta property="twitter:title" content="Rite - Modern Python Utility Library">
<meta property="twitter:description" content="Zero-dependency Python utility library for Python 3.12+. Features cryptography, filesystem, text processing, temporal operations, and more.">
<meta property="twitter:image" content="https://www.pyrites.dev/assets/image/rite_social.png">
<meta property="twitter:creator" content="@scapeagency">

<!-- Additional SEO -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="Rite">
<meta name="theme-color" content="#2196f3">
<link rel="canonical" href="https://www.pyrites.dev/">
<link rel="alternate" hreflang="en" href="https://www.pyrites.dev/">

JSON-LD Structured Data

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "Rite",
  "applicationCategory": "DeveloperApplication",
  "offers": {
    "@type": "Offer",
    "price": "0",
    "priceCurrency": "USD"
  },
  "operatingSystem": "Cross-platform",
  "softwareVersion": "0.1.2",
  "description": "Modern Python utility library with zero runtime dependencies, targeting Python 3.12+",
  "url": "https://www.pyrites.dev/",
  "author": {
    "@type": "Organization",
    "name": "Scape Agency",
    "url": "https://www.scape.agency"
  },
  "programmingLanguage": {
    "@type": "ComputerLanguage",
    "name": "Python",
    "version": "3.10+"
  },
  "codeRepository": "https://github.com/scape-agency/rite"
}
</script>