Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
@strapi/plugin-seo
Advanced tools
The official plugin to make your Strapi content SEO friendly
shared.seo
& shared.meta-social
components from our components GitHub repository in one click.To install this plugin, you need to add an NPM dependency to your Strapi application.
# Using Yarn
yarn add strapi-plugin-seo
# Or using NPM
npm install strapi-plugin-seo
./config/plugins.js
module.exports = ({ env }) => ({
// ...
seo: {
enabled: true,
},
// ...
});
You'll be able from the SEO settings page to import a shared.seo
& shared.meta-social
components from any GitHub repository By default, our components GitHub repository is being used.
Notice: If you decide to import your own components, make sure that they belong to a shared
category that their names is the same (seo
, meta-social
).
Notice2: When adding your SEO component, make sure to name it 'seo' and to include it in the root of your Content-Type.
Once you create your SEO component in the edit view inside the Content Manager, the SEO button will appear on the the right-links injection zone. You'll be able to:
FAQs
Make your Strapi content SEO friendly.
The npm package @strapi/plugin-seo receives a total of 1,803 weekly downloads. As such, @strapi/plugin-seo popularity was classified as popular.
We found that @strapi/plugin-seo demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.