MDConvertHub

MDConvertHub Changelog

Notable updates to MDConvertHub, including Markdown to Word, DOCX, HTML, and PDF conversion improvements. Older changes may be summarized in bulk.

  1. May 2026

    • Changelog content now lives in JSON for easier edits and future locales.
    • Custom 404 page with links to home, tools, and legal pages.
    • Security headers in production (HSTS, CSP baseline, frame protection, and related headers); see docs/security.md.
    • Privacy Policy and Terms of Service driven from JSON under content/en/legal/.
    • JSON-LD on the home page (Organization + WebSite), BreadcrumbList on tools, and FAQPage JSON-LD where each tool’s FAQ section is shown (Word, HTML, PDF).
    • Markdown → HTML and Markdown → PDF tools (client-side export, lazy-loaded bundles).
    • Root global error UI (global-error.tsx) with try again + home link.
    • Default Open Graph and Twitter images via next/og; favicon and apple touch icon via app/icon and app/apple-icon.
    • WebApplication JSON-LD on each converter route (alongside breadcrumbs and FAQ structured data).
    • GitHub Actions CI: lint, typecheck (`tsc --noEmit`), and build; route-level error.tsx; staging noindex via NEXT_PUBLIC_NO_INDEX (robots disallow + empty sitemap + root layout robots meta).
    • Organization JSON-LD includes logo (apple-icon URL); public /.well-known/security.txt for disclosures (RFC 9116).
    • Optional /llms.txt route summarizing the site and policies for AI crawlers (URLs follow NEXT_PUBLIC_SITE_URL).
  2. Launch

    • Initial MDConvertHub release with Markdown → Word (DOCX) conversion in the browser.
    • Shared layout, SEO helpers (canonical, Open Graph, sitemap, robots), and copy loaded from JSON.