Hi folks, thanks in advance! -
I have a custom domain registered at Godaddy, “visualetl.com”, nameservers pointed at Netflify like so:
dns1.p03.nsone.net + dns02, dns03 and dns04
So you can visit my site using the Netlify domain:
https://frabjous-marshmallow-274fef.netlify.app/data/star-trek-fatalities-by-shirt-color
And the custom domain, like so:
https://www.visualetl.com/data/star-trek-fatalities-by-shirt-color
I’m using Vue-head to pre-render Meta tags, and I have Pre-rendering turned on in Netlify.
When I visit the Facebook Debugger, and I enter the following custom Netflify URL:
https://frabjous-marshmallow-274fef.netlify.app/visual-etl-data-for-humans
The Meta tags work great! Facebook picks up the og:image, og:title, all that with an http 200 response.
But when I input the following CUSTOM url in the Facebook debugger:
https://www.visualetl.com/data/star-trek-fatalities-by-shirt-color
I consistently get “Response code 503” from the Facebook debugger.
The website is the same, literally the exact same website, but when I use a custom domain Facebook doesn’t pick up the pre-rendered META tags, even though the pre-rendering is set up and functional on the Netllify domain… please help!
Thank you!
- The Last Starfighter