incubator-answer icon indicating copy to clipboard operation
incubator-answer copied to clipboard

The snapshots that google crawls are not displayed properly.

Open Liamn0244 opened this issue 1 year ago • 3 comments

Describe the bug The snapshots that google crawls are not displayed properly.

Expected behavior The snapshot that Google crawls should show the full content of the website.

Screenshots image

image

Liamn0244 avatar Nov 23 '23 04:11 Liamn0244

@shuashuai It looks like all the snapshots are redirected to the search results page.

fenbox avatar Nov 24 '23 03:11 fenbox

@fenbox @shuashuai This issue doesn't seem to be really addressed. I used the latest main branch code yesterday and updated the Google index. I just tested it. Here is the latest screenshot. image

Liamn0244 avatar Nov 28 '23 09:11 Liamn0244

@fenbox @shuashuai This issue doesn't seem to be really addressed. I used the latest main branch code yesterday and updated the Google index. I just tested it. Here is the latest screenshot. image

This issue is not marked as resolved! The root cause of this problem is that we do not use SSR or SSG for SEO, so when the Google snapshot page loads our website, it will be taken over by our routing system, causing the display page to be inconsistent; this problem is still looking for a solution method;

Judging from the mode of Google caching pages, the plain text version and view source code display are correct; so the only impact caused by this problem at present is that the UI of the cached page is inconsistent with expectations;

shuashuai avatar Nov 30 '23 04:11 shuashuai