Hiding Page Titles By Display None
-
Hi. I am new to this community, and new to SEO as well. A friend asked me to give them suggestions on onsite optimization for their Drupal website.
I know page titles are very important, and usually they should be set to H1. (At least I think) This particular website has all their page titles set to H2 and they are using display:none in their stylesheet to hide them for graphic design reasons.
What would be the most practical work around for this? We don't want this to appear sketchy in the eyes of the SE's, but putting page titles at the top of their pages really would take away from their graphical design.
The second issue is that they use a module called Quicktabs for tabbed product specs on each page. Each tab is actually pulled from a post (called a node in Drupal), so each tab has it's own title that is an H2. So not only are they hiding the main page title, but they are hiding 5 others within the tabs, and their are 6 H2 elements showing up on each product page all set to display:none.
Any creative suggestions?
Hope that makes sense....
Thank you!
-
WOW! Let me just say that again, WOW!
Yes, I would suggest a Drupal person or perhaps a better template. This one seems out of date as it still uses inline CSS. As Mary Anne mentioned, there are other issues as well.
Before you try and re-write everything for the H2s, I would look at some other code issues such as the alt tags.
Personally, I would look for another template after talking to someone who knows Drupal.
All the best
-
Thanks Maryanne,
I will definitely mention those image sizes. They are pretty large.
I need to get an H1 onto these pages. H1's are important, right?
In your opinions, what would be the most effective/least harmful method of doing this....for short term until we can figure something better out.....
- Set the hidden titles to be H1's instead of H2's?
or
- Manually go into each page and create an H1 using the post WYSIWYG editor? (Using this method, the H1 would come AFTER the H2, but at least it would not be hidden)
What are your thoughts?
-
Sheesh...I knew I wasn't losing my marbles when I thought this looked more complicated than normal. This CMS is Drupal.....just FYI, here's what is happening...
These pages are made in a module (equivalent to a plug in for Wordpress) called Panels. With panels, you can define content areas within your page, kind of like creating
sections. Eachsection is called a pane. In this case, they pulled in the information they are showing in each pane through another module called Views. So, on the lt3g page, there are 2 different panes above the tabbed section.
When you create a pane, Drupal asks you for a pane title. The tabs at the bottom are also a module that pulls posts into a tabbed section. Since each post has its own title, each tab shows an H2. In total, there are 10 H2s on this page!!
And the Analytics code is Google anlaytics installed into a pane. (I don't think they had to install the code onto every page, but they did), and they titled the pane 'Analytics'
I think this might be a job for a Drupal themer. Maybe that's what I will propose this company look into.
Also, for the
| FRS Custom Solutions, which indicates there should be something before the pipe, the <title>tag would go before the pipe, and installing the page_title module would allow you to define that.</p> <p>Usually I hear good things about Drupal, but I think in this case, with the use of panels to make pages, it just complicated things.</p></title>
-
Although the hiding of those headers is a little odd, I doubt you'd get hit for it as the hidden h2's are all consistent with the displayed content - it doesn't look (to me, at least) like anything's being done in a spammy manner. H2's are a very weak ranking factor to begin with, and It's not like you're keyword stuffing or trying to rank for irrellevant keywords. Of course, if you can find someone who can tweak things and treat those elements appropriately, all the better.
Off topic, but you may also suggest to your friend that they optimize their images. Those image files on the first page you mentioned are very large for the sizes at which they are being displayed and needlessly add to the page load times.
-
On the LT3G page, you have these elements that should be headers.
- ComLink LT<sup>3G</sup>
- <sup>MEDICARE APPROVED</sup>
- <sup>ComLink LT<sup>3G</sup> - Product Overview</sup>
- <sup>With the ComLink LT<sup>3G</sup>, you can:</sup>
But they are manipulated by in-line CSS. Even though there are H2s with appropriate text for the header?
Then you have this
## Products-LT3G Main Image
Which would go above your image LT3G-Rtg-Rot-Web.png
So you are saying you do not need the text atop the image for esthetics. Which is understandable.
Therefore, why do you not have that H2 tag classed to swap the text for the image? Or can you not manipulate your CMS this way?
On the Company page I am not sure why the H2 is below the text.
## Analytics Code
And what is the analytics code? : )
First, and for other reasons than the H2, this CMS is not very good. I feel as though you will continue to have many issues moving forward. Such as page titles. For the company page you have | FRS Custom Solutions which indicates that there should be something before the pipe (|).
I do not see yet a clear way out of this as the H2s are used for headers in some cases and then for nothing in others such as the analytics code.
Am I following this correctly, or totally missing the boat here?
-
No, I have no control over showing it. Drupal forces you to give each page a title.
http://www.frs-solutions.com/content/comlink-lt3g
Here is a link to one of the inner pages. This page has an image. But here is a page with no image: http://www.frs-solutions.com/content/Company
I am not knowlegable enough with CSS and creating template pages to go about having the title display as an image on some pages, but as text on others.
-
the first question would be why have it at all if you do not want to show it. I presume you have no control over it showing?
Then I would ask; in that space, what is showing now and why could you not swap for an image?
It might be better for you to post the URL of the site so I can see what you are trying to accomplish.
-
Ok. That's what I thought. But I wasn't sure. Do you know, is there any legitimate way to hide a post title (that's forced by the CMS) from both SE's and visitors without using the image swap method?
-
Sketchy as it adds no value to the visitor. It just depends on how often SEs look at CSS as to if/when you will get penalized. They might not look at the CSS unless they see other indicators.
What you are doing I would consider keyword manipulation, and that is sketchy.
Always look at the value of what you do with respect to visitors. If it adds no value, don't do it.
I hope that helps
-
Hi Richard,
Thanks for your response. Sorry if I was unclear...I am referring to the titles of the post. Not the <title>tag. Drupal forces you to give each post a title. And yes, the post titles are set to display as H2's, but the H2's in the stylesheet are set to display:none like this:</p> <div class="cssHead focusRow "><span class="cssSelector ">h2</span> {</div> <div class=" "> <div class="cssPropertyListBox "> <div class="cssProp focusRow editGroup "><span class=" "> </span><span class="cssPropName editable ">color</span><span class="cssColon ">: </span><span class="cssPropValue editable ">#595959</span><span class="cssSemi ">;</span></div> <div class="cssProp focusRow editGroup "><span class=" "> </span><span class="cssPropName editable ">display</span><span class="cssColon ">: </span><span class="cssPropValue editable ">none</span><span class="cssSemi ">;</span></div> <div class="cssProp focusRow editGroup "><span class=" "> </span><span class="cssPropName editable ">font-size</span><span class="cssColon ">: </span><span class="cssPropValue editable ">22px</span><span class="cssSemi ">;</span></div> <div class="cssProp focusRow editGroup "><span class=" "> </span><span class="cssPropName editable ">margin</span><span class="cssColon ">: </span><span class="cssPropValue editable ">0.8em 0</span><span class="cssSemi ">;</span></div> <div class="cssProp focusRow editGroup "><span class="cssSemi "><br /></span></div> <div class="cssProp focusRow editGroup "><span class="cssSemi ">There is no image swapping or text indent. So, search engines CAN see the H2, but visitors can't. Would this be considered sketchy or creative CSS?</span></div> <div class="cssProp focusRow editGroup "></div> <div class="cssProp focusRow editGroup "><span class="cssSemi ">And no, they are not in order... H2 obviously comes first on the page, followed by an H1 element if it's manually inserted onto the page.<br /></span></div> </div> </div></title>
-
Hi April,
Headers and Titles are different, so are you saying that Drupal pulls the title from the H2? If so, are you swapping out the text for an image, or just moving the text off the screen?
It is not uncommon to move text off the screen and swap that placeholder with an image, although it would look a bit sketchy to just move the text out of sight.
[Without direct knowledge] I don't believe Google is penalizing for creative CSS work unless they spot sketchy behavior such as moving lots of text out of view, which they would see as adding no value to the visitor, but would see it as keyword manipulation.
When you swap for an image, you have to define a size for the image space. This would indicate to the SEs that you are in fact moving text and swapping for an image of a certain size.
Sketchy would look like text indent of -9999px with no width or height size or with a very small width or height size of perhaps a couple pixels. Or not even indicating an background image for the div.
In short, if you are swapping text for an image, you are fine and this is common practice as long as SEs can see that this is for visual enhancements rather than keyword manipulation.
I would not worry as much about which headers are used as long as they are used in order. Such as H1s followed by H2s followed by H3s followed by H4s. Not H2s then a H3 then H1. Not that this would penalize you, but it is best practice.
I hope this answered your question
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
How many pages should we optimise?
I have more than 250 pages on my site including my products. Is it a good idea to optimise each page with a unique keyword or is there a limit to the number of pages we should aim for?
On-Page Optimization | | Timberwink0 -
Regarding Google Title 'Width' and changing Meta Titles w/o Penalty?
A vast majority of pages on my site are now too wide (the character count was fine prior to the March update). I want to go through and update them so they display properly and are not too wide.However, I am concerned, as my understanding was that changing Meta Titles is dangerous and can have a negative effect on your rankings and can cause real issues. Is this an opportunity to change my Titles all-together without any kind of penalty? Or can I only trim the end part? In summary: 1. Can I edit all of my Meta Titles without affecting my rankings? 2. If no, how do I edit them properly to fit within the proper width and not cause any issues? 3. If yes, I can go through and change all my Meta Titles to whatever extent and optimize them to reflect latest best practices? There are changes I wanted to make to all my meta titles but I've been afraid to... due to fear of rankings drops etc Any help with this would be greatly appreciated
On-Page Optimization | | lawfirm0 -
Does the title tag on the home page affect sub-pages?
Hello. I am thinking of changing our home page title tag to include our two most valuable keywords from two of our sub-pages. Would this help the rankings of those two sub-pages? Thank you!
On-Page Optimization | | nyc-seo0 -
Home Page
We are re-design our home page, one are of the current home page has a drop down window called "popular products" . We wrote short articles for our keywords and have them linked to product page. In the past, it has helped us rank. However, with new Google rules, our feeling is that such practice is no good. So, we lean towards to remove it. Still, we'd like to hear some opinions and ask some questions too: www.butterflycraze.com is it clear to you that this is not good in Google's eyes? how do I determine if these links serving any SEO purpose now after Panda? depend on the answer to 2), what should we do about these pages? shall be re-direct or shall we remove them from Google index?
On-Page Optimization | | ypl0 -
To Reduce (pages)... or not to Reduce?
Our site has a large Business Directory with millions of pages. For examples' sake, let's say it's a directory of Restaurants. Each Restaurant has 4 pages on the site, each tied together through a row of tabs across the top of the page: Tab 1 - Basic super 7 info - name, location, contact info Tab 2 - Restaurant menu Tab 3 - Restaurant reviews Tab 4 - Photos of food The Tab 1 page generates 95% of our traffic, and 90% of conversions. The conversion rate on Tab 2 - Tab 4 pages is 6 - 10x greater than Tab 1 conversions. Total Conversions from search queries on menus, reviews and food are 20% higher than are conversions resulting from searches on restaurant name & info alone. We're working with a consultant on a redesign, who wants to consolidate the 4 pages into one. Their advice is to focus on making a better page, featuring all of the content, sacrifice a little organic traffic but make up any losses by improving conversion. My counterpoint is that we shouldn't scrap the Tab 2-4 pages just because they have lower traffic - we should make the pages BETTER. The content we display is thin, and we have plenty of data we could expose to make the pages more robust. By consolidating it will also be hard to optimize a page for people searching for name/location AND menu AND reviews AND photos. We're asking that one page to do too much, and it's likely we will see diminished search volume for queries on menu, reviews and food. I think the decline will be much more significant than the consultant estimates. The consultant says there will be little change to organic traffic. since Tab 1 already generates 95% of traffic. Through basic math, they're saying the risk is a 5% decline in organic traffic. Further, they see little chance of queries for menu, reviews, and food declining because most of those queries tend to send people too the home page or Tab 1 page anyway. Finally, the designer of the new wireframes admitted that potential organic traffic risks were not taken into consideration when they recommended consolidating the pages. I sincerely appreciate your thoughts and consideration! Trisha
On-Page Optimization | | lzhao0 -
Are hyphens not a good thing in page titles?
I am pretty sure hyphens are looked at as spaces no matter what programming language you are using for text purposes. The On-page Report Card is not counting them as spaces in the page title, therefore, we're not getting the grade for having the keyword in the page title because it's divided by hyphens. Is this a fix that needs to be implemented into the SEOmoz app or should I not have hyphens in the title or does it really not matter? Up for discussion! Thanks!
On-Page Optimization | | cyberlicious0 -
Page Rank
I had just made a 301 re-direct on one of our product pages which had a PR of 4, now that Google has indexed the new page, it's now got a PR of 0, i'm struggling to understand why this could be, i know that you may see a drop of 1, which has happened in the past, but this drop just does not make sense. Any ideas of why this could be? Kind Regards
On-Page Optimization | | Paul780 -
A good title for each page on my website.
Dear SEOs, I know these facts: a) not more than 70 chars b) relevant to the page subject - probably best keyword at the beginning My problem - should I rebuild the current structure of my titles which is: Main Page keywords (in my case 4) | domain name - Main Page Sub-page - one click from main page keywords (again same 4) | domain name - Sub Page Name (or as you like Category Name) Specific page with an article / content keywords (again same 4 as on any other) | domain name - category name - title of article same as used in tag To be more precise, should this title be changed for following pages: Sub Page - where really it's page that let's you chose particular subjects (there will be few article for each subjects) so should the keywords be changed to - "chose your category" Specific page with an article - should the category name - title of article be completely removed and first part of title which at the moment contains same 4 keywords used on main page be replaced with keywords specific for the content ? To be honest I find those titles at the moment bit confusing and sort of illogical. But since I can't really change anything in the code I would like to know what's the right way before I keep pressing on the programmer 🙂 Thanks.
On-Page Optimization | | lolskizz0