Domain Verification Question

So because of how Anvil works and the single page app I’m having issues trying to get google business for example setup because my main site is hosted on anvil and it wants me to add a meta tag in that never gets read cause of how the system works.

What is the best approach for things like this? Google Analytics and stuff I was able to get around by creating a custom HTML component but not sure if that will work with some of this stuff since its looking for it in the head.

Thanks for any info if anyone else has run into this.

For anyone reading this the way I was able to get around it was like I thought just to create a custom html component that included the meta info and add it to the page.

Thanks

1 Like

can you explain more how where to create a custom html component

You can add things like this to Native Libraries and it will be automatically added to the Head.

Search the Docs (see link at top of this page) for “create a custom html component”.