/blog/:url_slug
. I noticed that Webstudio will show the dynamic page even if the URL does not exist. For example if I put /blog/123456
(a page that does not exist), Webstudio will still show it. Since there is no data to pull from dynamic resource the heading and description appear empty and "Content Embed" component shows "Open the Settings Panel to Insert HTML Code" (in the live site). !Posts.data.records[0].fields[5].values[0].value ? 404 : 200
. At least with this I fixed the issue with Google crawling a page that does not exist. Make "Page" the home page
checkmark in page settings) that will automatically redirect any status 404 to that custom page.!Posts.data.records[0].fields[5].values[0].value ? 404 : 200
myPostId ? true : false
on the content section and myPostId ? false : true