https://github.com/swivelgames/schemainspector
Very simple microdata analyzer with a minor UI; Soon to be provide validation with Schema.org.
https://github.com/swivelgames/schemainspector
Last synced: 3 months ago
JSON representation
Very simple microdata analyzer with a minor UI; Soon to be provide validation with Schema.org.
- Host: GitHub
- URL: https://github.com/swivelgames/schemainspector
- Owner: Swivelgames
- Created: 2013-11-28T02:05:03.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-02T19:32:40.000Z (over 11 years ago)
- Last Synced: 2025-01-12T17:46:19.852Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 5.62 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Schema Inspector
===============Very simple microdata analyzer.
Contains a simple UI, accessible via Web Inspector Console by executing the following:
```
SchemaInspector.run;
new SchemaUI();
```However, this process will be streamlined in the very near future. The Inspector will be configurable, have a much more pleasing UI theme, and will welcome interaction via the Console using straightforward methods and functions.
Future features include coordinating with Schema.org specs to provide insight into the validity of certain microdata constructions.