Multiple Title and Meta tags for one page. I'm using subdomains and I need to change the text depending on the subdomain

Basically what the title says. I have one page that changes depending of the subdomain and I need to change somehow the title and meta tags depending of the subdomain I have.

The problem is that I can’t setup different meta tags and also can’t inject external code because it is not SEO friendly

Is there any way?

Spin up another project. That is what your options are on Webflow.

If you want to go beyond Webflow you could achieve this with a reverse proxy.

JS is also SEO-friendly when it’s done right. I haven’t tested this regarding TITLE tags and METAs recently. Check Google search guides and for details

This doesn’t make any sense when the only thing to change are the subdomain and not the page content. The simple solution would be that webflow allows to inject dynamic content on meta tags and title tags…

Nothing stops you from manipulating the DOM if you can run custom code. What I am saying is Webflow does not provide the functionality in settings and all subdomains are redirects.