Added IndexNow support 🤖 (#1736)

* Added IndexNow support 🤖

* Update CHANGELOG.md

* Updated

* Update IndexNowHelper.php

* Update board_maintenance.php

* Update board_maintenance.php

* Updated

* Updated

* Update Post.php

* Updated

* Update Post.php

* Update IndexNow.php

* Updated

* Updated

* Update config.php

* Update config.php
This commit is contained in:
Roman Kelesidis 2025-01-06 23:32:58 +07:00 committed by GitHub
commit 7a84cdd5c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 150 additions and 1 deletions

View file

@ -127,6 +127,12 @@ $bb_cfg['torr_server'] = [
'disable_for_guest' => true
];
// IndexNow settings
$bb_cfg['indexnow_settings'] = [
'enabled' => false,
'host' => 'bing', // Available: yandex, bing, seznam, naver
];
// FAQ url help link
$bb_cfg['how_to_download_url_help'] = 'viewtopic.php?t=1'; // How to download?
$bb_cfg['what_is_torrent_url_help'] = 'viewtopic.php?t=2'; // What is a torrent?