Skip to content

Latest commit

 

History

History
155 lines (119 loc) · 8.74 KB

readme.md

File metadata and controls

155 lines (119 loc) · 8.74 KB

conform Google Search and Schema.org in Laravel

SEO

This app* gives formatted SEO data for searchengines that use

For instance this is what it does to your date on Google Search: Explore the search gallery

*This app was inspired by this question and answer: Schema.org + Laravel = way too complicated?

Start app

Import data

mysql -u <user> -p <dbname> < database/data/seo.sql

Client

See the output

chrome view-source: http://seo.localhost/

The output can be validated at Google Search Structured data Testing Tool

Code generation

chrome view-source:http://seo.localhost/schema-inspector/schema
chrome view-source:http://seo.localhost/schema

Import Schema 'database/schema/schema.txt'. Generate Database Migrations and extract them to 'database/migrations/'.

php artisan migrate
php artisan code:models

Structured data and Types used

Schema.org Entity-Relationship Diagram

Build with

React · GitHub license npm version CircleCI Status PRs Welcome

Build Status Total Downloads Latest Stable Version License