ARCANEDEV / SEO-Helper

:mag: SEO Helper is a package that provides tools and helpers for SEO (Search Engine Optimization).
MIT License
327 stars 49 forks source link

one title for all of them #5

Closed Grummfy closed 8 years ago

Grummfy commented 8 years ago

Hello, this lib seems great, but we should have the possibility from a single setTitle (or any other common stuff) with another like useGraph('OG',' twitter','...') to let the lib generated title for opengraph, twitter, and the other lib. This will reduce drastically the number of call to do to have all seo stuff.

thanks

arcanedev-maroc commented 8 years ago

Hi @Grummfy, thanks for using this package.

As you can see, the documentation is not completed because i'm still working on other stuff.

There is a class that group all the meta generators: SeoHelper Class.

For usage examples, check the tests folder : https://github.com/ARCANEDEV/SEO-Helper/blob/master/tests/SeoHelperTest.php

Grummfy commented 8 years ago

thanks