XF 2.3 IndexNow error: [403] Site Verification is not completed.

Abraham54

Well-known member
Since my forum runs in XF 2.3, there is a caching problem.


There are many pages with these errors:





ErrorException: IndexNow error: [403] Site Verification is not completed. Please wait for some time for the verification to complete and try again.
src/XF/Error.php:82
Gegenereerd door: Onbekend account
17 nov 2024 om 10:36

Stack trace​


#0 src/XF.php(266): XF\Error->logError('IndexNow error:...', false)
#1 src/XF/IndexNow/Api.php(86): XF::logError('IndexNow error:...')
#2 src/XF/IndexNow/Api.php(34): XF\IndexNow\Api->request('/?key=lX4ThZee-...', Array, 'IndexNow error:...')
#3 src/XF/Job/ContentIndexNow.php(84): XF\IndexNow\Api->index('https://www.pie...')
#4 src/XF/Job/Manager.php(275): XF\Job\ContentIndexNow->run(8)
#5 src/XF/Job/Manager.php(205): XF\Job\Manager->runJobInternal(Array, 8)
#6 src/XF/Job/Manager.php(89): XF\Job\Manager->runJobEntry(Array, 8)
#7 job.php(46): XF\Job\Manager->runQueue(false, 8)
#8 {main}


Aanvraagstatus​


array(4) {
["url"] => string(8) "/job.php"
["referrer"] => string(68) "https://www.piepcomp.nl/threads/elke-dag-netwerkmelding.14929/page-5"
["_GET"] => array(0) {
}
["_POST"] => array(0) {
}
}


I have rebuilt Threads several times, at 15,100 rebuilding stops, there in total 15,347 threads.

How to solve this problem.
 
Maybe important information. He did -not- upgrade his forum from the ACP. He setup a new forum and used the importer to import the 2.2.x forum. Could be related maybe, I'm not sure.
 
I uploaded the 2.3.4 upgrade to make a repair install.

I was able to observe the same error again, that cache rebuilding is aborted, even though not all threads have been rebuilt.
 
ok. so this might be completely wrong. IndexNow is a setting that sends updates on content to search engines like bing.com. if the error is not related to indexnow itself, maybe disable the feature in backend and then run the rebuilding process?
 
@Chromaniac I cheered too soon:

Despite disabled Automatically build sitemap I have new errors:





ErrorException: IndexNow error: [403] Site Verification is not completed. Please wait for some time for the verification to complete and try again.
[]src/XF/Error.php:82
Gegenereerd door: Onbekend account 18 nov 2024 om 20:23

Stack trace​



#0 src/XF.php(266): XF\Error->logError('IndexNow error:...', false)
#1 src/XF/IndexNow/Api.php(86): XF::logError('IndexNow error:...')
#2 src/XF/IndexNow/Api.php(34): XF\IndexNow\Api->request('/?key=lX4ThZee-...', Array, 'IndexNow error:...')
#3 src/XF/Job/ContentIndexNow.php(84): XF\IndexNow\Api->index('https://www.pie...')
#4 src/XF/Job/Manager.php(275): XF\Job\ContentIndexNow->run(8)
#5 src/XF/Job/Manager.php(205): XF\Job\Manager->runJobInternal(Array, 8)
#6 src/XF/Job/Manager.php(89): XF\Job\Manager->runJobEntry(Array, 8)
#7 job.php(46): XF\Job\Manager->runQueue(false, 8)
#8 {main}


Aanvraagstatus​



/home/u46315p56447/domains/piepcomp.nl/public_html/src/XF/Debugger.php:47:
array(4) {
'url' =>
string(8) "/job.php"
'referrer' =>
string(62) "https://www.piepcomp.nl/threads/eindelijk-tijd-gekregen.15362/"
'_GET' =>
array(0) {
}
'_POST' =>
array(0) {
}
}


Verwijderen
 
try disabling indexnow setting. not sure if it is enabled by default.

setup > options > search engine optimization > Enable support for IndexNow (at bottom)

again, i have no idea if this is what is causing the issue for you but the error message specifically mentions indexnow so disabling it temporarily might work?
 
Back
Top Bottom