Socket
Socket
Sign inDemoInstall

prerender-seo-scorer

Package Overview
Dependencies
20
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    prerender-seo-scorer

SEO Scoring from HTML, find and score SEO relevant tags, text, values.


Version published
Maintainers
1
Install size
4.90 MB
Created

Readme

Source

Prerender - HTML SEO Scoring

Work In Progress - Don't use it in production just yet!


Scoring HTML content for SEO best practices.

Getting Started

Install

yarn add prerender-seo-scorer # or npm i prerender-seo-scorer

Use:

import { scorer } from 'prerender-seo-scorer';

const result = scorer(`<html>MyPage...</html>`);

console.log(result.score);
console.log(result.recommendations);
Code Generator

This repository uses the Hygen code generator templates, you can easily create new checkers by running the following command

yarn gen:checker --name="my checker"

Keywords

FAQs

Last updated on 30 Nov 2023

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc