32 lines
1017 B
Markdown
32 lines
1017 B
Markdown
**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](https://outrank.so/?via=docmd)
|
|
|
|
<a href="https://outrank.so/?via=docmd"><img width="1200" alt="image" src="https://github.com/user-attachments/assets/7bf43f96-7bf0-449a-baee-743d229a30ca" /></a>
|
|
|
|
# @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`.
|
|
|
|
```js
|
|
// docmd.config.js
|
|
module.exports = {
|
|
plugins: {
|
|
seo: {
|
|
defaultDescription: 'My documentation site',
|
|
twitter: { siteUsername: '@myproject' }
|
|
}
|
|
}
|
|
};
|
|
```
|
|
|
|
Part of the **[docmd](https://github.com/docmd-io/docmd)** documentation engine.
|
|
|
|
## Documentation
|
|
|
|
See **[docs.docmd.io](https://docs.docmd.io)** for full usage and API reference.
|
|
|
|
## License
|
|
|
|
MIT
|