Hey folks - I’m checking how Google and Facebook are parsing metatags, but surprisingly, just one of my pages returns:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head>
<body><p>GET method not allowed</p></body>
</html>
For example:
Color Schemes & Palettes Gallery for Inspiration returns 405
Red Color Schemes & Palettes Gallery for Inspiration works fine
I’m using Facebook debugger to test changes
The content, data fetching, etc, is virtually identical. No redirects or any funny business. I’m using edge functions with a standard SvelteKit config. I’ve been trying for days but cannot get it work. Any help would be appreciated.