Метод |
Описание |
|
__construct ( array $config = [] ) |
|
|
addAudio ( string $source = null, array $attributes = [] ) : Artesaos\SEOTools\Contracts\OpenGraph |
add audio properties. |
|
addImage ( string $url, array $attributes = [] ) : Artesaos\SEOTools\Contracts\OpenGraph |
Add image to properties. |
|
addImages ( array $urls ) : Artesaos\SEOTools\Contracts\OpenGraph |
Add images to properties. |
|
addProperty ( string $key, string | array $value ) : Artesaos\SEOTools\Contracts\OpenGraph |
Add or update property. |
|
addVideo ( string $source = null, array $attributes = [] ) : Artesaos\SEOTools\Contracts\OpenGraph |
add Video properties. |
|
generate ( boolean $minify = false ) : string |
Generates open graph tags. |
|
removeProperty ( string $key ) : Artesaos\SEOTools\Contracts\OpenGraph |
Remove property. |
|
setArticle ( array $attributes = [] ) : Artesaos\SEOTools\Contracts\OpenGraph |
Set Article properties. |
|
setBook ( array $attributes = [] ) : Artesaos\SEOTools\Contracts\OpenGraph |
Set Book properties. |
|
setDescription ( string $description ) : Artesaos\SEOTools\Contracts\OpenGraph |
Define description property. |
|
setMusicAlbum ( array $attributes = [] ) : Artesaos\SEOTools\Contracts\OpenGraph |
Set Music Album properties. |
|
setMusicPlaylist ( array $attributes = [] ) : Artesaos\SEOTools\Contracts\OpenGraph |
Set Music Playlist properties. |
|
setMusicRadioStation ( array $attributes = [] ) : Artesaos\SEOTools\Contracts\OpenGraph |
Set Music RadioStation properties. |
|
setMusicSong ( array $attributes = [] ) : Artesaos\SEOTools\Contracts\OpenGraph |
Set Music Song properties. |
|
setProfile ( array $attributes = [] ) : Artesaos\SEOTools\Contracts\OpenGraph |
Set Profile properties. |
|
setSiteName ( string $name ) : Artesaos\SEOTools\Contracts\OpenGraph |
Define site_name property. |
|
setTitle ( $title ) : Artesaos\SEOTools\Contracts\OpenGraph |
Define title property. |
|
setType ( $type = null ) : Artesaos\SEOTools\Contracts\OpenGraph |
Define type property. |
|
setUrl ( string $url ) : Artesaos\SEOTools\Contracts\OpenGraph |
Define url property. |
|
setVideoEpisode ( array $attributes = [] ) : Artesaos\SEOTools\Contracts\OpenGraph |
Set Video Episode properties. |
|
setVideoMovie ( array $attributes = [] ) : Artesaos\SEOTools\Contracts\OpenGraph |
Set Video Movie properties. |
|
setVideoOther ( array $attributes = [] ) : Artesaos\SEOTools\Contracts\OpenGraph |
Set Video Episode properties. |
|
setVideoTVShow ( array $attributes = [] ) : Artesaos\SEOTools\Contracts\OpenGraph |
Set Video Episode properties. |
|