I need to do something that I suspect is fairly simple but I just can’t seem to make it work.
I have a basic info blueprint that needs to include text with a URL where the site’s home page is used as a query string for another URL. This is to make it easy to open the Google Structured Data Testing Tool to test the site’s home page for proper Organization schema.
Here’s my blueprint:
label: Organization Schema
type: info
text: After saving, use the Google Structured Data Testing Tool to verify proper Organization schema.
What I want to do is to make Google Structured Data Testing Tool the anchor text for a link to Schema Markup Testing Tool | Google Search Central | Google for Developers where [siteurl] equals the site’s URL. I know I can query that via {{site.url}} but I’m not sure how to put it all together.
Any advice?