class Seo extends Component

Properties

$title
$description
$images
$canonical
$suffix
$cardType

Methods

__construct($title = null, $description = null, $images = [], $canonical = null, $suffix = true, $cardType = 'summary')

No description

tags()

No description

View|string
render()

Get the view / contents that represent the component.

Details

at line 17
__construct($title = null, $description = null, $images = [], $canonical = null, $suffix = true, $cardType = 'summary')

Parameters

$title
$description
$images
$canonical
$suffix
$cardType

at line 27
tags()

at line 67
View|string render()

Get the view / contents that represent the component.

Return Value

View|string