Configure SEOTools
masterPublish the configuration file to your project using Artisan:
php artisan vendor:publish --provider="Artesaos\SEOTools\Providers\SEOToolsServiceProvider"Note for Lumen: Lumen does not support vendor:publish. Manually copy src/resources/config/seotools.php to config/seotools.php in your project.
In seotools.php, you can configure:
meta.defaults: Values displayed if none are specified.meta.webmaster: Settings for major webmaster tools.opengraph.defaults: Properties always displayed (you can add custom tags here).twitter.defaults: Properties always displayed (you can add custom tags here).json-ld.defaults: Properties always displayed (you can add custom tags here).