2017 © Pedro Peláez
 

library seo

A package containing SEO helpers.

image

calotype/seo

A package containing SEO helpers.

  • Saturday, August 30, 2014
  • by bryantebeek
  • Repository
  • 8 Watchers
  • 64 Stars
  • 2,548 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 30 Forks
  • 5 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

Latest Stable Version Total Downloads Build Status, (*1)

Calotype / SEO

Warning! This package is still in an alpha/beta state., (*2)

SEO is a package that provides helpers for some common SEO techniques., (*3)

Features

  • Meta tags:, (*4)

    • Set the meta title and description on the fly.
    • Set the meta title and description by object.
  • Sitemap.xml:, (*5)

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

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

Installation

Composer / Packagist

Require the package in your composer.json., (*7)

"calotype/seo": "dev-master"

Run composer install or update to download the package., (*8)

$ composer update

Providers

Laravel 4

Just register the service provider and the facades in app/config/app.php and you are good to go., (*9)

// 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',

The Versions

30/08 2014

dev-develop

dev-develop

A package containing SEO helpers.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Bryan te Beek

laravel seo meta sitemap opengraph robots

03/07 2014

dev-master

9999999-dev

A package containing SEO helpers.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Bryan te Beek

laravel seo meta sitemap opengraph robots

01/05 2014

v0.0.5

0.0.5.0

A package containing SEO helpers.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Bryan te Beek

laravel seo meta sitemap opengraph robots

12/03 2014

v0.0.4

0.0.4.0

A package containing SEO helpers.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Bryan te Beek

laravel seo meta sitemap opengraph robots

06/08 2013

v0.0.3

0.0.3.0

Calotype SEO package for SEO helpers.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Bryan te Beek

03/08 2013

v0.0.2

0.0.2.0

Calotype SEO package for SEO helpers.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Bryan te Beek

28/07 2013

v0.0.1

0.0.1.0

Calotype SEO package for SEO helpers.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Bryan te Beek