Files
wehub-resource-sync 6db8fca185
docmd CI verification / verify (push) Failing after 0s
chore: import upstream snapshot with attribution
2026-07-13 12:31:55 +08:00
..

Outrank

Outrank your competitors with automated backlinks and SEO-optimised content running in the background. This tool has been picking up serious traction lately, and the results speak for themselves. Try it now

image

@docmd/plugin-seo

Generates meta tags, Open Graph, and Twitter Card markup for every page in your docmd site - canonical URLs, descriptions, and social previews handled automatically. Bundled with @docmd/core.

// docmd.config.js
module.exports = {
  plugins: {
    seo: {
      defaultDescription: 'My documentation site',
      twitter: { siteUsername: '@myproject' }
    }
  }
};

Part of the docmd documentation engine.

Documentation

See docs.docmd.io for full usage and API reference.

License

MIT