All Projects → adamisntdead → poke

adamisntdead / poke

Licence: MIT license
A simple tool to check your site for broken links, media, iframes, stylesheets, scripts, forms or metadata.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to poke

ecommercetools
EcommerceTools is a Python data science toolkit for ecommerce, marketing science, and technical SEO analysis and modelling and was created by Matt Clarke.
Stars: ✭ 41 (+70.83%)
Mutual labels:  seo, seotools, seo-optimization
Google-rank-tracker
SEO: Python script + shell script and cronjob to check ranks on a daily basis
Stars: ✭ 124 (+416.67%)
Mutual labels:  seo, seotools, seo-optimization
SEO-Manager-Electron
Generates SEO Report Easily
Stars: ✭ 24 (+0%)
Mutual labels:  seo, seotools, seo-optimization
SeoTags
SeoTags create all SEO tags you need such as meta, link, twitter card (twitter:), open graph (og:), and JSON-LD schema (structred data).
Stars: ✭ 113 (+370.83%)
Mutual labels:  seo, seotools, seo-optimization
DNZ.SEOChecker
SEO Checker and Recommander Plugin (like wordpress Yoast) for ASP.NET Core.
Stars: ✭ 18 (-25%)
Mutual labels:  seo, seotools, seo-optimization
seotool
New version of my keyword tracking tool with additional features - works currently for google.de!
Stars: ✭ 52 (+116.67%)
Mutual labels:  seo, seotools, seo-optimization
people-also-ask
People also ask Google scraper. Get as many questions as you need to optimize your site for voice or new content ideas or answering questions about your desired topic.
Stars: ✭ 39 (+62.5%)
Mutual labels:  seo, seotools, seo-optimization
sitemap-checker
a tool for validate xml sitemap and sitemap index files for broken links
Stars: ✭ 21 (-12.5%)
Mutual labels:  seo, seotools
spiderable-middleware
🤖 Prerendering for JavaScript powered websites. Great solution for PWAs (Progressive Web Apps), SPAs (Single Page Applications), and other websites based on top of front-end JavaScript frameworks
Stars: ✭ 29 (+20.83%)
Mutual labels:  seo, seo-optimization
SEO-Dashboard
SEO dashboard from Search console Data using the Google Search API, Mysql database , NodeJS RESTAPI( ExpressJS) and reactJs Dashboard
Stars: ✭ 39 (+62.5%)
Mutual labels:  seo, seotools
Rendora
dynamic server-side rendering using headless Chrome to effortlessly solve the SEO problem for modern javascript websites
Stars: ✭ 1,853 (+7620.83%)
Mutual labels:  seo, seo-optimization
Seotools
SEO Tools for Laravel
Stars: ✭ 2,406 (+9925%)
Mutual labels:  seo, seotools
framework
A stylish PHP application framework crafted using Slim, Twig, Eloquent and Sentinel designed to get you from clone to production in a matter of minutes.
Stars: ✭ 56 (+133.33%)
Mutual labels:  seo, seo-optimization
keywordsextract
keywords-extract - Command line tool extract keywords from any web page.
Stars: ✭ 50 (+108.33%)
Mutual labels:  seo, seotools
drupal 8 unset html head link
🤖 Module for unset any wrong HTML links (like rel="delete-form", rel="edit-form", etc.) from head on Drupal 8.x websites. This is trust way to grow up position in SERP Google, Yandex, etc.
Stars: ✭ 19 (-20.83%)
Mutual labels:  seo, seo-optimization
php-text-generator
Fast SEO text generator on a mask.
Stars: ✭ 19 (-20.83%)
Mutual labels:  seo, seo-optimization
magento2-module-seo
Magento 2 Module for Search Engine Optimization
Stars: ✭ 100 (+316.67%)
Mutual labels:  seo, seo-optimization
Silverstripe-SEO
A SilverStripe module to optimise the Meta, crawling, indexing, and sharing of your website content
Stars: ✭ 41 (+70.83%)
Mutual labels:  seo, seo-optimization
Meta Tags
Search Engine Optimization (SEO) for Ruby on Rails applications.
Stars: ✭ 2,464 (+10166.67%)
Mutual labels:  seo, seotools
seo-genius
Lightweight WordPress SEO plugin
Stars: ✭ 15 (-37.5%)
Mutual labels:  seo, seo-optimization

Poke

npm Build Status JavaScript Style Guide

A simple tool to check your site for broken links, media, iframes, stylesheets, scripts, forms or metadata. Will also test for images over 500kb.

Usage

  1. Install it: npm install -g poke-site
  2. Run it: poke <url> where is the base of the site you want to test
  3. Profit
  Usage: poke [options] <url>

  Options:

    -V, --version               output the version number
    -r, --retry [value]         broken links are retried with new hostname
    -s, --shallow               do not check pages rooted outside of provided url
    -m, --max-img-size [value]  looks for images that are over this size in kb. Defaults to 500
    -q, --quiet                 Supress warnings and loading messages(for ci)
    -m, --method [head|post]    HTTP method used to check links, defaults to head
    --skip-images               Skip the image checks
    --skip-duplicates           Skip the duplicate page checks
    -h, --help                  output usage information

Sample Output

Sample Output

Usually you should run with the --shallow option, otherwise you might get into checking for broken links in twitter or another external site, which you may not want!

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].