pmndrs / react-spring

✌️ A spring physics based React animation library
http://www.react-spring.dev/
MIT License
28.27k stars 1.19k forks source link

Googlebot parallax not rendering #479

Closed Huaoe closed 5 years ago

Huaoe commented 5 years ago

Hello,

My SEO manager is not happy with the render as googlebot would 'see' the parralax page. (tool url: https://www.google.com/webmasters/tools/googlebot-fetch-details) nothing is rendered actually. I've tried fixing a small width height, no success.

any clue ? will it downgrade my indexation ?

cheers, Thomas

LekoArts commented 5 years ago

Yeah, I'm seeing the same behavior: https://github.com/LekoArts/gatsby-starter-portfolio-cara/issues/10 https://github.com/react-spring/react-spring/issues/322#issuecomment-443429820

drcmda commented 5 years ago

@LekoArts you're german right? would you be up for a small skype session or something? i would dedicate some time to ssr but i have never used it and don't know where the problems are. If i know what you need and how to solve it i could fix it. but right now, some google bot not being able to read a react component, it sounds super abstract to me - i just make a lib. 😅

LekoArts commented 5 years ago

Yeah, I'm german 😆 You can write me an email and I'd be happy to talk to you about this: https://www.lekoarts.de/contact

LekoArts commented 5 years ago

@drcmda ^ 👍

jacobrask commented 5 years ago

I'm not 100% sure about the Parallax implemetation here, but a common issue with SEO is content that waits for a scroll event until it renders, because Googlebot will not send scroll events afaik.

Huaoe commented 5 years ago

Hi all, any clue on this ? my SEO manager is still very upset ;) cheers