Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

sanderheilbron/seo-peek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SEO Peek

A browser extension for Chrome

Just one click to get a quick peek into on-page SEO factors of the web page you visit in the browser.

Checking the DOM

SEO Peek is a Chrome extension that checks the Document Object Model (DOM) of a page. There is no need to view the HTML source (View Source for SEO is dead) or inspect the DOM in the elements tab of Chrome DevTools.

SEO Peek checks the most relevant content elements and robot directives inside the DOM of both traditional server-side generated pages and client-side rendered pages like Single Page Applications (SPA).

Issues

Have a bug? Please create an issue here on GitHub!

Contributing

Want to contribute? Great! Just fork the project, work on new features or bug fixes using feature branches and open pull-requests with concise but complete descriptions of your changes.

If you are unsure about a proposal, you can just open an issue to discuss it before writing actual code.

Changelog

See changelog for details.