Giter Site home page Giter Site logo

awesome-seo-scripts's Introduction

awesome-seo-scripts

I write a lot of random code around SEO and want to make more of it public in 2020.

If you have an idea, but not sure how to code it, hit me up @johnmurch on twitter

This script allows you to download all the URLs from a given domain.

cd archive.org && npm install

node fetch.js https://www.domain.com

This script reads URLs from urls.txt (One URL Per Line) and checks for redirects using Puppeteer

cd puppeteer-redirect && npm install

node puppeteer-redirect.js

This script fetches a webpage with Puppeteer and saves both the source and DOM of a webpage. Great for identifying some SEO issues. Be sure to change the URL in fetch.js (line 7)

cd domVsSource && npm install

node fetch.js

This script fetches a webpage with Puppeteer and loops through all links checking for a specific backlink. This script also pulls out the anchor text and rel attributes (e.g. nofollow)

cd backlink-checker && npm install

Update urls.txt

node checker.js

This script fetches a URL and parses the meta data using Web Auto Extractor which parses meta tags as well as Microdata, RDFa-lite and JSON-LD

cd meta-extract && npm install

node fetch.js https://www.domain.com/product

cat meta.jsonหœหœ

This script extracts phone numbers and emails from a webpage, including checking links mailto tags

cd puppeteer-extract && npm install

node puppeteer-extract.js

cat output.csv

This script checks a URL and captures the redirect chain

cd puppeteer-redirect && npm install

node puppeteer-redirect.js

cat output.csv

Upcoming

@TODO

  • BigSitemap - Postgres + Puppeteer
  • SEOCI - Automated SEO Testing
  • ngram
  • entities // Google NLP

awesome-seo-scripts's People

Contributors

johnmurch avatar spekulatius avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.