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

@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.
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