Using no title on a wordpress site?

2 replies
  • WEB DESIGN
  • |
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.
#site #title #wordpress
  • Profile picture of the author Tony Marriott
    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.
    {{ DiscussionBoard.errors[4842593].message }}
    • Profile picture of the author RayFinckle
      Thanks for the reply Tony, What I'm trying to do is not remove the title of my blog but the title of the first post of my blog. The title of the blog is already removed. This site (Supplement Reviews - Read Reviews on Bodybuilding Supplements, Discount Supplements and Dietary Supplements) shows the style I want my homepage to look like where there is an image slider than the title of the post below it.

      Thanks for the help

      Originally Posted by Tony Marriott View Post

      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.
      {{ DiscussionBoard.errors[4845210].message }}

Trending Topics