Skip to content
/ SEO Public

SEO helper classes, providing: Meta tags, Sitemap.xml, Robots.txt and OpenGraph

License

Notifications You must be signed in to change notification settings

Calotype/SEO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1cbddfb · Jul 3, 2014

History

66 Commits
Jul 3, 2014
May 1, 2014
Feb 4, 2014
Mar 12, 2014
Aug 6, 2013
Jul 20, 2013
Aug 6, 2013
Aug 6, 2013
Jul 28, 2013

Repository files navigation

Latest Stable Version Total Downloads Build Status

Calotype / SEO

Warning! This package is still in an alpha/beta state.

SEO is a package that provides helpers for some common SEO techniques.

Features

  • Meta tags:

    • Set the meta title and description on the fly.
    • Set the meta title and description by object.
  • Sitemap.xml:

    • Generate a sitemap.xml and add your own entries.
    • Generate entries from one or more objects (lazy-loading is available).
  • Robots.txt:

    • Generate a robots.txt and add your own entries.

Installation

Composer / Packagist

Require the package in your composer.json.

"calotype/seo": "dev-master"

Run composer install or update to download the package.

$ composer update

Providers

Laravel 4

Just register the service provider and the facades in app/config/app.php and you are good to go.

// Service provider
'Calotype\SEO\Providers\SEOServiceProvider',

// Facades (can customize if preferred)
'SEO\Meta'    => 'Calotype\SEO\Facades\Meta',
'SEO\Sitemap' => 'Calotype\SEO\Facades\Sitemap',
'SEO\Robots'  => 'Calotype\SEO\Facades\Robots',

About

SEO helper classes, providing: Meta tags, Sitemap.xml, Robots.txt and OpenGraph

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages