|
4 | 4 | <meta charset="UTF-8" /> |
5 | 5 | <link rel="icon" type="image/webp" href="https://cdn.jsdelivr.net/gh/tutosrive/images-projects-srm-trg@main/dev2forge/logos/bridgex-v0.1.0.webp" /> |
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
7 | | - <meta name="description" content="Bridgex - An open-source graphical interface for converting files to Markdown, built in Python with PySide6. Convert PDF, DOCX, PPTX, XLSX, HTML, ePub, and many more formats to Markdown." /> |
8 | | - <meta name="keywords" content="bridgex, markdown, converter, pdf to markdown, docx to markdown, file converter, pyside6, markitdown, open source" /> |
| 7 | + <meta name="description" content="Bridgex - An open-source graphical interface for converting files to Markdown using Microsoft markitdown. Convert PDF, DOCX, PPTX, XLSX, HTML, ePub, and more with a visual UI." /> |
| 8 | + <meta name="keywords" content="bridgex, markitdown, markdown, converter, pdf to markdown, docx to markdown, file converter, pyside6, open source" /> |
9 | 9 | <meta name="author" content="Dev2Forge" /> |
10 | | - <meta property="og:title" content="Bridgex - Your Bridge to Markdown" /> |
11 | | - <meta property="og:description" content="An open-source graphical interface for converting files to Markdown." /> |
12 | | - <meta property="og:image" content="https://cdn.jsdelivr.net/gh/tutosrive/images-projects-srm-trg@main/dev2forge/logos/bridgex-v0.1.0.webp" /> |
| 10 | + <meta property="og:title" content="Bridgex - Your Bridge to Markitdown" /> |
| 11 | + <meta property="og:description" content="Open-source GUI to convert your files with Microsoft markitdown." /> |
| 12 | + <meta property="og:image" content="https://cdn.jsdelivr.net/gh/tutosrive/images-projects-srm-trg@main/dev2forge/pymd/bridgex/preview-1-main.png" /> |
13 | 13 | <meta property="og:type" content="website" /> |
| 14 | + <meta property="og:url" content="https://bridgex.dev" /> |
14 | 15 | <meta name="twitter:card" content="summary_large_image" /> |
| 16 | + <meta name="twitter:title" content="Bridgex - Your Bridge to Markitdown" /> |
| 17 | + <meta name="twitter:description" content="Open-source GUI to convert your files with Microsoft markitdown." /> |
| 18 | + <meta name="twitter:image" content="https://cdn.jsdelivr.net/gh/tutosrive/images-projects-srm-trg@main/dev2forge/pymd/bridgex/preview-1-main.png" /> |
15 | 19 | <link rel="preconnect" href="https://fonts.googleapis.com"> |
16 | 20 | <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
17 | 21 | <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet"> |
18 | | - <title>Bridgex - Your Bridge to Markdown</title> |
| 22 | + <title>Bridgex - Your Bridge to Markitdown</title> |
19 | 23 |
|
20 | 24 | <!-- Google tag (gtag.js) --> |
21 | 25 | <script async src="https://www.googletagmanager.com/gtag/js?id=G-427882P3Y7"></script> |
|
0 commit comments