I unfortunately deleted all the fake users directly from the database using the following query:
DELETE FROM `qa_users` WHERE `qa_users`.`userid` != 1;
As a result, I am now seeing 11,000 pages marked as 404 errors in Google Search Console. Additionally, every time I add a new question, the number of 404 errors increases.
The issue is compounded by the fact that manually removing each 404 error from Google Search Console is very time-consuming, especially with around 12,000 error links to address.
Could anyone assist me in resolving this issue and dealing with these missing pages properly? Any advice or solutions would be greatly appreciated. Thank you!