Using no title on a wordpress site?

by 2 replies
3
Will this affect my homepage ranking? I want the title to show up under a slider on my homepage. Can i just use a h1 tag and write my title under the slider? One of my posts is being used as a sticky for my homepage.
#website design #site #title #wordpress
  • You can hide your Title and still have it viewable by the search engines so that your SEO will not be reduced.

    Simply add

    #header h1 { display:none }
    #header h2 { display:none }

    to the of your css file (style.css).

    This will hide both the title and the tagline.
    Thsi will work for most Themes but if it does not check your CSS file to see what the

    #header

    looks like (just search for it)

    it may have h2/h3 instead for example

    This method it typical used when wanting to use fully a graphical header.
    • [1] reply

Next Topics on Trending Feed