Open natecovington opened 2 years ago
The title is dynamic and changes to reflect the room you are viewing and any notifications you may have. SEO tooling doesn't consider javascript so misses this reality
Right, I'm talking about the
Edit: It looks like this page is also missing an H1 tag, possibly another "easy SEO win"
The page when you’re logged out does have an H1 tag:
<h1 class="mx_Header_title">Welcome to Element</h1>
Edit: It looks like this page is also missing an H1 tag, possibly another "easy SEO win"
The page when you’re logged out does have an H1 tag:
<h1 class="mx_Header_title">Welcome to Element</h1>
Not for me?
@natecovington you need to run React for it to render the h1 tag
Interesting. Still this is being flagged by SEM Rush as a "missing h1 tag" - does Google see it?
Element Web is an SPA, it isn't intended to be SEO'd, element.io is the SEO-optimised site which links to app.element.io, you're unlikely to want someone cold-hitting app.element.io
Element Web is an SPA, it isn't intended to be SSO'd, element.io is the SSO-optimised site which links to app.element.io, you're unlikely to want someone cold-hitting app.element.io
I'm not talking about app.element.io - I'm talking about "my own homeserver" - otherwise I hear you...
Element Web isn't a homeserver, that'd be Synapse. Element Web (app.element.io and others) are (Web) Matrix Clients
I know what Element Web is.
Either way, to summarize, the title tag is just "Element" and seems like a missed opportunity.
Your use case
What would you like to do?
I'm running an SEM Rush "audit" on my site and it's flagging my element-subdomain for not having "enough text within the title tags" - e.g:
<title>Element</title>
Why would you like to do it?
This seems to be a missed opportunity - can quickly roll out a significant change SEO wise:
How would you like to achieve it?
Change it to something like this:
<title>Element - Decentralised, encrypted chat & collaboration powered by [Matrix]</title>
Edit: It looks like this page is also missing an H1 tag, possibly another "easy SEO win"
Have you considered any alternatives?
No response
Additional context
No response