האם יש דרך להפוך דף 404 לדף 410 כדי להסיר אותו מהאינדקס בגוגל במהירות?
I’m guessing it’s a deleted topic?
![]()
Perhaps deleted topics should return a 410 Gone instead of a 404.
למעשה זה 404 ממה שאני יכול לראות.
האתר קרס, איבד את כל הנתונים ועכשיו ב-GSC זה מראה 404 לכל הקישורים הישנים במקום 410.
From Discourse’s perspective, 404 is correct since it doesn’t exist and never did.
If you have a list of old pages, probably the easiest thing to do is create a custom outlet file for nginx that tells it to return with 410 when those pages are hit.
האם אני לא יכול לעשות משהו כמו להפוך את כל דפי 404 לדפי 410 במקום?