콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2 답글
176 화면

When asking ChatGPT about something on our website (Odoo v17 Online Enterprise Edition), mainly blog posts, it states that the page returned an internal server error (500). However, when browsing the same page with a browser, everything works as expected.

The robots.txt file allows all traffic, the sitemap is fine (according to Google Search).

This prevents the content we create from getting picked up bij AI

Anybody else noticed this? Any tips on how to fix this?

TIA

아바타
취소

Is the URL actually reachable when you open it in an incognito/private browser window?

작성자 베스트 답변

UPDATE: Yesterday, I explicitly added "Allow: /blog/" to my robots.txt file, and now ChatGPT seems to be able to read all blog articles. I'm not sure whether this solved the issue or not, but I have no clue what else it could be. Anyway, thank you for your time.



아바타
취소
베스트 답변

Hi,


On Odoo Online v17, a 500 internal server error occurs when AI or bots request blog pages, while normal browsers work fine. This is usually due to differences in request headers, lack of session/cookie data, or Odoo’s security measures that block automated requests. To make content AI-accessible without custom code, you can use RSS feeds or API endpoints, simulate browser-like requests with proper headers, or contact Odoo support for assistance, since you cannot modify server behavior on Odoo Online.


Hope it helps

아바타
취소