We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 48592
    • 4 Posts
    I have MODX Evolution 1.0.14

    on my website I use a Logo of my company where the H1 Header goes.
    SEO wise, I would like to input the H1, and make the image hide it.

    how do I input the H1 Header, and where do I go to input it?
      • 19872
      • 1,078 Posts
      Hmmm?
      Perhaps put the H1 somewhere else on the page, and style the H1 to be more discreet, but don't make it the same color as the background color.

      Set a maximum height for the div containing the logo. Style overflow: hidden;

      If the name is in the Title of the page, that may be all you really need for SEO. As well, if the name of the company is in the Domain Name, that covers an SEO base there as well.

      Another route — use absolute positioning, and position a div containing the H1 directly behind a div containing your logo. Don't forget to set the z-index for the image div to be greater than the z-index for the H1 container.

        • 48592
        • 4 Posts
        thank you so much! I got it to work.