i really need you help, i have a website i developed using mern stack, which i want to be able to share with linkedin. i did took care of the ssr for the facebook and whatsapp crawler and they both work and show the updated og tags, but somehow the linkedin crawler just doesnt work and gives me 400 error for anypage in my website this the error: enter image description here
what can it be? unique header? cors? thanks
i tried change the robots.txt
Solution: I checked the error logs of nginx and found it was that the LinkedIn crawler uses a very very long header which causes the nginx an error 400, so I used these two lines in the nginx
conf.d: