<table><thead><tbody><tr><th><tfoot>
/blog/${Collection Item.fields[1].value}
or ${system.origin}/blog/${Collection Item.fields[1].value}
/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. #gsc.tab=0
at the end of every URL. What could be causing this?"value": "my-url-slug"
which is in the Related Post Resource. /:cataslug*
, to get blog articles based on category titles. Let's say the URL is example.com/category-name.
/category-name