Add (serp ai gen)
Add (scheduler)
This commit is contained in:
@@ -194,6 +194,7 @@
|
||||
'SEO' => Artesaos\SEOTools\Facades\SEOTools::class,
|
||||
'Image' => Intervention\Image\Facades\Image::class,
|
||||
'Markdown' => GrahamCampbell\Markdown\Facades\Markdown::class,
|
||||
'IndexNow' => LaravelFreelancerNL\LaravelIndexNow\Facades\IndexNow::class,
|
||||
|
||||
])->toArray(),
|
||||
|
||||
|
||||
13
config/index-now.php
Normal file
13
config/index-now.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'delay' => env('INDEXNOW_SUBMIT_DELAY', 600),
|
||||
'host' => env('APP_URL', 'localhost'),
|
||||
'key' => env('INDEXNOW_KEY', ''),
|
||||
'key-location' => env('INDEXNOW_KEY_LOCATION', ''),
|
||||
'log-failed-submits' => env('INDEXNOW_LOG_FAILED_SUBMITS', true),
|
||||
'production-env' => env('INDEXNOW_PRODUCTION_ENV', 'production'),
|
||||
'search-engine' => env('INDEXNOW_SEARCH_ENGINE', 'api.indexnow.org'),
|
||||
];
|
||||
11
config/laravel-google-indexing.php
Normal file
11
config/laravel-google-indexing.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'google' => [
|
||||
'auth_config' => storage_path('echoscoop-90d335332507.json'),
|
||||
|
||||
'scopes' => [
|
||||
\Google_Service_Indexing::INDEXING,
|
||||
],
|
||||
],
|
||||
];
|
||||
7
config/platform/global.php
Normal file
7
config/platform/global.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'launched_epoch' => '1695513600', // 24-09-2023 00:00:00 GMT +0
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user