Keywords | General Metadata
The keywords method queues a <meta name="keywords" content="..."> tag. By default it binds to the $meta_keywords variable. 1 <?php 2 3 use Stillat \ StatamicSiteEssentials \ Support \ Facades \ Metadata ; 4 5 // Adjusting the returned variable. 6...