Moz Q&A is closed.
After more than 13 years, and tens of thousands of questions, Moz Q&A closed on 12th December 2024. Whilst we’re not completely removing the content - many posts will still be possible to view - we have locked both new posts and new replies. More details here.
Accordion Fold Ups Bad For Google
-
http://fandicoach.com/products
Right now I have these accordion things on the website. Are they bad for google in terms of being an SEO best practice? I want to avoid doing anything black hat.
Thanks!
-
Great responses, everyone. Thanks! What did you decided to do, OOMDO?
-
Interesting. Thanks for sharing that.
-
I was originally using on-page anchor links like this...
In my opinion these are some of the most powerful on-page optimization elements that you can use, ranking just below the title tag in their effectiveness. Perhaps removing them caused the rankings drop and putting them back caused the rankings recovery?
-
As far as the user experience goes I think you're right. I've seen some horrible examples and personally I'd avoid using them. I think you have to ask yourself what the actual benefit to the visitor is and be realistic about your answer.
The quicker you can get the information the visitor is looking for in front of them the better.
Even if you think it's the way to go It's definably worth testing to make sure you're not throwing away conversions and killing your visitor engagement.
I'm not sure how it would harm your long tail after all, the content is still there and indexed?
-
I stopped using these types of pages.
In my opinion my long tail traffic suffered and visitor engagement dropped.
Same content before and after...
This was not an extensive text. Just a few pages. But I am not using them anymore. Instead I am going to build bigass pages, which any noob will know how to use... and will appear more content rich to people who visit.
-
You shouldn't have a problem. Google will be able to index the page just fine. Using Javascript and CSS to hide/reveal content like this is not a problem.
If you do have concerns that google might not be able to see part of a page you can always used the fetch as googlebot option in Google Webmaster Tools. (it's under Health), Once the page has been fetched you can click on the Fetch Status (normally "Success") and see the html that google saw.
In this specific case it's really not a problem for Google.
-
Probably nothing to worry about (Google will index content in hidden divs). The first post was just a rule of thumb.
Can any other mozzer's chime in?
-
http://www.pricetoyotaservice.com/explore-services.html
Okay here's a page in question that we're working on. The first one uses the hidden text div. If we view it with Javascript turned off the div does not uncollapse and they can't see the content. Is this really that big of an issue?
-
I wouldn't consider the accordion good or bad for SEO. It's just a way of displaying your product information and has more to do with creating an organized and user friendly product list.
When Google crawls your site, all it sees is a page with your products listed and a description, not the actual accordion.
I see no problem with it as long as it's good relevant content like your product list is.
-
A good rule of thumb is if you can see all the "hidden" content if Javascript is turned off you are basically safe.
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
-
I am Using <noscript>in All Webpage and google not Crawl my site automatically any solution</noscript>
| |
Web Design | | ahtisham2018
| | <noscript></span></td> </tr> <tr> <td class="line-number"> </td> <td class="line-content"><meta http-equiv="refresh" content="0;url=errorPages/content-blocked.jsp?reason=js"></td> </tr> <tr> <td class="line-number"> </td> <td class="line-content"><span class="html-tag"></noscript> | and Please tell me effect on seo or not1 -
How is Single Page Application (SPA) bad for SEO
Hi guys. I am quite inspired of SPA technique. It's really amazing when all your interaction with the site is going on the fly and you don't see any page reloads. I've started implementing the site with this instruction and already found nice guys to make the design. The only downside of the using SPA which I can see **is the **SEO part. That's because the URL does not really change and different pages don't have their unique URL addresses.
Web Design | | Billy_gym
Actually they have, but it looks like: yoursite.com/#/products yoursite.com/#/prices yoursite.com/#/contact So all of them goes after # and being just anchors. For Google this mean all of these pages is just yoursite.com/ My question is what is really proven method to implement the URL structure in Single Page Application, so all the pages indexed by Google correctly (sorry I don't mention the other search engines because of market share). The other question, of course, is examples. It will be great to see real life site examples, better authority sites, which use SPA technique and well indexed by search engines.1 -
Should i not use hyphens in web page titles? Google Penalty for hyphens?
all the page titles in my site have hyphens between the words like this: http://texas.com/texas-plumbers.html I have seen tests where hyphenated domain names ranked lower than non hyphenated domain names. Does this mean my pages are being penalized for hyphens or is this only in the domain that it is penalized? If I create new pages should I not use hyphens in the page titles when there are two or more words in the title? If I changed all my page titles to eliminate the hyphens, I would lose all my rankings correct? My site is 12 years old and if I changed all these titles I'm guessing that each page would be thrown in the google sandbox for several months, is this true? Thanks mozzers!
Web Design | | Ron100 -
Is it bad to have /index.php at the end of a uri?
Is it bad for SEO if traffic is directed to "http://www.example.com/someuri/index.php" instead of "http://www.example.com/someuri/" and would it be works setting up a redirect rule at htaccess level?
Web Design | | NoisyLittleMonkey1 -
Are Carousels Bad for SEO?
My real estate web site was migrated form Drupal to Wordpress last July. The ranking have dropped a lot since migration. One of the things we changed is that we have added two carousels to the home page. Most of the text is below the carousels. Is this bad for SEO? Thanks,
Web Design | | Kingalan1
Alan1 -
Will google penalize a website for using a table layout?
I just got a new client today and his entire website layout and structure is using tables instead of divs. This client is on a tight budget and wants to avoid unnecessary hours for re-coding the website, but at the same time he wants me to improve his SEO organically. This is the first time I've been asked to do work on an existing website that uses pure tables for the entire layout and I'm wondering if this effects the SEO in any way. So my question is, will tables effect rankings and SEO in any way?
Web Design | | ScottMcPherson0 -
Decreasing Page Load Time with Placeholder Images - Good Idea or Bad Idea?
In an effort to decease our page load time, we are looking at making a change so that all product images on any page past page 1 load with a place holder image. When the user clicks to the next page, it then loads all of the images for that page. Right now, all of the product divs are loaded into a Javascript array and loaded in chunks to the page display div. Product-heavy pages significantly increase load time as the browser loads all of the images from the product HTML before the Javascript can rewrite the display div with page-specific product HTML. In order to get around this, we are looking at loading the product HTML with a small placeholder image and then substituting the appropriate product image URLs when each page is output to the display div. From a user experience, this change will be seamless and they won't be able to tell the difference, plus they will benefit from a potentially a short wait on loading the images for the page in question. However, the source of the page will have all of the product images in a given category page all having the same image. How much of a negative impact will this have on SEO?
Web Design | | airnwater0 -
Footer Links Good or bad?
Hi Can anyone answer this question confidently, I know Google is moving away from lots of links within the footer. However we specialise in websites for the travel industry and having a link to all the areas at the footer can be quite handy. Our websites complete this automatically. Here is an example where due to design of the site the links don't quite fit well, so we need to change anyway. But before completing the work I wondered if there was a better way to do this. http://www.dreamvillasitaly.com/ Many thanks Andy
Web Design | | iprosoftware0