SEO Time
This commit is contained in:
@@ -2,7 +2,13 @@
|
||||
|
||||
namespace App\Http\Controllers;
|
||||
|
||||
use Artesaos\SEOTools\Facades\SEOTools;
|
||||
|
||||
abstract class Controller
|
||||
{
|
||||
//
|
||||
protected function seoNoIndex(): void
|
||||
{
|
||||
SEOTools::metatags()->setRobots('noindex, nofollow');
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user