Method |
Description |
|
addImages ( array | string $urls ) : Artesaos\SEOTools\Contracts\SEOTools |
Add one or more images urls. |
|
generate ( boolean $minify = false ) : string |
Generate from all seo providers. |
|
getTitle ( boolean $session = false ) : string |
Get current title from metatags. |
|
metatags ( ) : Artesaos\SEOTools\Contracts\MetaTags |
|
|
opengraph ( ) : Artesaos\SEOTools\Contracts\OpenGraph |
|
|
setCanonical ( string $url ) : Artesaos\SEOTools\Contracts\SEOTools |
Sets the canonical URL. |
|
setDescription ( string $description ) : Artesaos\SEOTools\Contracts\SEOTools |
Setup description for all seo providers. |
|
setTitle ( string $title ) : Artesaos\SEOTools\Contracts\SEOTools |
Setup title for all seo providers. |
|
twitter ( ) : Artesaos\SEOTools\Contracts\TwitterCards |
|
|