Spaces:
Running
on
T4
Running
on
T4
File size: 1,967 Bytes
5e89640 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
description = """
<p style="text-align:center">
<strong>Convert any PDF into a podcast episode! Experience research papers, websites, and more in a whole new way.</strong>
<br>
<a href="https://github.com/knowsuchagency/pdf-to-podcast">knowsuchagency/pdf-to-podcast</a>
</p>
"""
head = """
<!-- Primary Meta Tags -->
<title>PDF to Podcast - Convert Your Documents to Audio</title>
<meta name="title" content="PDF to Podcast - Convert Your Documents to Audio">
<meta name="description" content="Easily convert your PDF documents into audio podcasts. Perfect for listening on the go and making content more accessible.">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://pdf-to-podcast.com/">
<meta property="og:title" content="PDF to Podcast - Convert Your Documents to Audio">
<meta property="og:description" content="Easily convert your PDF documents into audio podcasts. Perfect for listening on the go and making content more accessible.">
<meta property="og:image" content="https://pdf-to-podcast.com/static/logo.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://pdf-to-podcast.com/">
<meta property="twitter:title" content="PDF to Podcast - Convert Your Documents to Audio">
<meta property="twitter:description" content="Easily convert your PDF documents into audio podcasts. Perfect for listening on the go and making content more accessible.">
<meta property="twitter:image" content="https://pdf-to-podcast.com/static/logo.png">
<!-- Additional Meta Tags -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<meta name="author" content="Stephan Fitzpatrick">
<meta name="keywords" content="PDF to Podcast, PDF to audio, document to podcast, audio conversion, podcast creation, accessible content">
<link rel="icon" href="/static/icon.png" type="image/png">
"""
|