yii2-schema-org icon indicating copy to clipboard operation
yii2-schema-org copied to clipboard

Schema.org yii2 representation and helpers for json-ld generation

Results 1 yii2-schema-org issues
Sort by recently updated
recently updated
newest added

Hi, I use below code to generate WebSite schema ` $siteLinks->potentialAction = new SearchAction(['target' => Yii::$app->urlManager->createAbsoluteUrl(['/site/search/', 'q' => '{search_term_string}']), 'query' => 'required name=search_term_string']); ` i got this error from Google...