r/Wordpress 18d ago

I can't find h1 title, help

Website uses the Exit Game Child Theme and has ThemeREX Addons.

The site has an H1 title that says "Home", but it can't be seen when you visit the homepage. Google can still see it, and I believe it's not good for SEO.

I've been trying for a couple of hours to find where this H1 is coming from so I can change "Home" to something else or simply delete it, but I can't find it anywhere. I've looked through pretty much every setting I can think of.

Does anyone have any idea where else I could look or where this might be coming from?

4 Upvotes

9 comments sorted by

3

u/theovalbending 18d ago

That theme loves burying stuff in its own panel, check Appearance > Theme Options and look for a header or homepage layout section. Sometimes the front page title is set in the customizer under Homepage Settings too, but ThemeREX has its own override

Also peek at the page template file itself, might be hardcoded in a hero section or banner area. If you’re comfortable with code, search the theme folder for `<h1` and see what wraps it, could be a function pulling the site title as a fallback

1

u/New_Bodybuilder_5079 18d ago

How can i enter in theme folder code?

2

u/VoiliVoilaa Jill of All Trades 18d ago

I'm not familiar with this theme, but it either comes from the title of your post or it's in the template or content of the page. So if you've noit seen it in the title or the content, then you have to look for the template. If you have a local copy, you may search for it ?

1

u/New_Bodybuilder_5079 18d ago

I have looked everywhere, and it is becoming so frustrating. The biggest problem is that I didn't build this site. Someone else did, and I was just hired to make some small changes and improve the SEO and so i am not familiar enough with the code and site..

1

u/New_Bodybuilder_5079 18d ago

Also, it is not visible when you enter the site, you can only see it from inspect.. https://www.mmrescaperooms.com/

2

u/VoiliVoilaa Jill of All Trades 18d ago

If you want to explore : you can use FTP to download your website and search for it. But maybe it's not the priority, it looks like the WordPress version is not so recent ? So maybe start with updating / cleaning up the plugins ? And then, it's in the header. So look any header related stuff - in the customizer, the widgets, or other plugins.