There was an error while loading. Please reload this page.
Power-SEO follows security best practices.
postinstall
preinstall
eval()
All user input is validated:
// Schema validation const { valid, issues } = validateSchema(userSchema); // Title validation const titleResult = validateTitle(userTitle); // Content analysis sanitizes HTML const result = analyzeContent({ content: userProvidedHtml, // Safe - parsed safely });
JSON-LD strings are escaped:
const jsonld = toJsonLdString(schema); // <, >, & are escaped to Unicode sequences // Safe to embed in HTML
All releases are:
For security concerns, file an issue at https://github.com/CyberCraftBD/power-seo/issues