A Chrome extension with a persistent sidebar to display SEO information.
Overview
The SEO Sidebar Chrome Extension adds a native Chrome sidebar to the browser that remains open across different tabs and sessions. The sidebar provides SEO tools, displays page data, schema.org types, and response headers for the main document. The extension also includes quick access links to validate schema markup and test rich results in Google.
Features
- Persistent sidebar that remains open across tabs and browser sessions
- Supports dark mode and light mode (to be set in extension settings)
- Generates a HTML report, which can be downloaded
- Displays page title, meta description, meta robots, canonical URL, page load time, HTML node count, sitemaps referenced in robots.txt, the robots.txt content, and first H1 tag
- Lists (nested) schema.org types used on the page
- Displays the collected JSON-LD schema markup used on the page.
- Display the contents of the robots.txt
- Displays the sitemaps referenced in the robots.txt
- Displays the redirect chain
- Function to check the current URL against the robots.txt using the most common Bot user agents
- Displays a nested list of all headings (
to ) used on the page
- Displays resized images with preview, source, original and resized dimensions, difference in % of height and width, also the XPath
- Shows response headers for the main document
- đ Collects hreflang liinks from HTML head and HTTP response headers
- Quick access links to validate schema markup and test rich results in Google
- JSON-export of the page data
Once the extension is loaded, click the extension icon to toggle the sidebar.
The sidebar will appear on the left side of the browser window.
Background colour and width of the sdebar can be adjusted in the settings.
Use the provided tools and links within the sidebar.
Update: Needed to remove the context menu as it was creating issues. Will be back soon.