Skip to content
    Moz logo Menu open Menu close
    • Products
      • Moz Pro
      • Moz Pro Home
      • Moz Local
      • Moz Local Home
      • STAT
      • Moz API
      • Moz API Home
      • Compare SEO Products
      • Moz Data
    • Free SEO Tools
      • Domain Analysis
      • Keyword Explorer
      • Link Explorer
      • Competitive Research
      • MozBar
      • More Free SEO Tools
    • Learn SEO
      • Beginner's Guide to SEO
      • SEO Learning Center
      • Moz Academy
      • MozCon
      • Webinars, Whitepapers, & Guides
    • Blog
    • Why Moz
      • Digital Marketers
      • Agency Solutions
      • Enterprise Solutions
      • Small Business Solutions
      • The Moz Story
      • New Releases
    • Log in
    • Log out
    • Products
      • Moz Pro

        Your all-in-one suite of SEO essentials.

      • Moz Local

        Raise your local SEO visibility with complete local SEO management.

      • STAT

        SERP tracking and analytics for enterprise SEO experts.

      • Moz API

        Power your SEO with our index of over 44 trillion links.

      • Compare SEO Products

        See which Moz SEO solution best meets your business needs.

      • Moz Data

        Power your SEO strategy & AI models with custom data solutions.

      NEW Keyword Suggestions by Topic
      Moz Pro

      NEW Keyword Suggestions by Topic

      Learn more
    • Free SEO Tools
      • Domain Analysis

        Get top competitive SEO metrics like DA, top pages and more.

      • Keyword Explorer

        Find traffic-driving keywords with our 1.25 billion+ keyword index.

      • Link Explorer

        Explore over 40 trillion links for powerful backlink data.

      • Competitive Research

        Uncover valuable insights on your organic search competitors.

      • MozBar

        See top SEO metrics for free as you browse the web.

      • More Free SEO Tools

        Explore all the free SEO tools Moz has to offer.

      NEW Keyword Suggestions by Topic
      Moz Pro

      NEW Keyword Suggestions by Topic

      Learn more
    • Learn SEO
      • Beginner's Guide to SEO

        The #1 most popular introduction to SEO, trusted by millions.

      • SEO Learning Center

        Broaden your knowledge with SEO resources for all skill levels.

      • On-Demand Webinars

        Learn modern SEO best practices from industry experts.

      • How-To Guides

        Step-by-step guides to search success from the authority on SEO.

      • Moz Academy

        Upskill and get certified with on-demand courses & certifications.

      • MozCon

        Save on Early Bird tickets and join us in London or New York City

      Unlock flexible pricing & new endpoints
      Moz API

      Unlock flexible pricing & new endpoints

      Find your plan
    • Blog
    • Why Moz
      • Digital Marketers

        Simplify SEO tasks to save time and grow your traffic.

      • Small Business Solutions

        Uncover insights to make smarter marketing decisions in less time.

      • Agency Solutions

        Earn & keep valuable clients with unparalleled data & insights.

      • Enterprise Solutions

        Gain a competitive edge in the ever-changing world of search.

      • The Moz Story

        Moz was the first & remains the most trusted SEO company.

      • New Releases

        Get the scoop on the latest and greatest from Moz.

      Surface actionable competitive intel
      New Feature

      Surface actionable competitive intel

      Learn More
    • Log in
      • Moz Pro
      • Moz Local
      • Moz Local Dashboard
      • Moz API
      • Moz API Dashboard
      • Moz Academy
    • Avatar
      • Moz Home
      • Notifications
      • Account & Billing
      • Manage Users
      • Community Profile
      • My Q&A
      • My Videos
      • Log Out

    The Moz Q&A Forum

    • Forum
    • Questions
    • Users
    • Ask the Community

    Welcome to the Q&A Forum

    Browse the forum for helpful insights and fresh discussions about all things SEO.

    1. Home
    2. SEO Tactics
    3. Technical SEO
    4. Does the use of sliders for text-on-page, effects SEO in any way?

    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.

    Does the use of sliders for text-on-page, effects SEO in any way?

    Technical SEO
    3
    5
    5964
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as question
    Log in to reply
    This topic has been deleted. Only users with question management privileges can see it.
    • RKanfi
      RKanfi last edited by

      The concept of using text sliders in an e-commerce site as a solution to placing SEO text above or in between product and high on ages, seems too good to be true.... or is it?

      How would a text slider for FAQ or other on-page text done with sliding paragraphs (similar but not this specific code- http://demo.tutorialzine.com/2010/08/dynamic-faq-jquery-yql-google-docs/faq.html) might effect text-on-page SEO. Does Google consider it hidden text?

      Would there be any other concerns or best practices with this design concept?

      faq.html

      1 Reply Last reply Reply Quote 0
      • RKanfi
        RKanfi @Resultify last edited by

        Fredrik,

        This is very helpful and gives me a clearer understanding as to how to make this work properly.  The example was just that, and meant to explain basic functionality.  We'll make sure we end up using an index-able HTML based version.

        Much thanks for your advise.

        ron

        1 Reply Last reply Reply Quote 0
        • Resultify
          Resultify last edited by

          Hi Ron

          As Paul stated there are many ways of doing sliders. Most of the new sliders out there do work with JavaScript but often used already loaded dom elements for the slides. That means that the actual content is in the HTML and the JavaScript is used to animate or style them. This content would then be indexed just as a normal div would.

          You can also use http://www.seobrowser.com/, (simple option is free) to see the page as Google would see it. If you then can read your content it should be possible to index it.

          One thing to think of is that sliders, as the name implies, often contains more than one slide. If the slider has a heading in it it might be a good thing to make the first heading H1 and secondary sliders H2. This way you can place your most important content in the first slide.

          Not sure if you use Jquery but if you do http://jquerytools.org/ offer great power and flexibility. Please note that I am NOT connected to them or work for them. We have just used their scripts on variious of our projects.

          I had a quick look at your example and unfortunetely that would have a very hard time getting indexed since content is in the javascript. I would consider putting all content in the HTML and then just hide and show sections using Jquery instead.

          Have a great day and good luck

          Fredrik

          RKanfi 1 Reply Last reply Reply Quote 1
          • RKanfi
            RKanfi @ThompsonPaul last edited by

            Hi Paul,

            Thank you so much for the detailed answer. deep down i worried this might be the case.

            The truth is that the text in question is pretty much for SEO reasons only. Do you know f a better way, or another kind of script that would serve to have the text indexed?

            Ron

            1 Reply Last reply Reply Quote 0
            • ThompsonPaul
              ThompsonPaul last edited by

              The answer is that it actually depends very much on exactly what kind of coding is used to accomplish the effect, Ron.

              In most cases, this kind of slider effect is accomplished using some variation of JavaScript. While Google has said it is "trying" to have it's crawlers recognize text from scripts, it almost never works that way.

              So it won't be flagged as "hidden" text, because in fact Google won't even consider it to exist on the page.

              An easy way to test is to view the source for the page in question - you'll see that none of the words of text actually exist on the page in any form, even in the code.

              For the ultimate example of this - go into Google Webmaster Tools and use the Fetch as Googlebot tool to fetch the page. Then you'll see exactly the content that googlebot will see. It won't see the text, therefor it can't index and rank it. Ergo no SEO benefit at all.

              Where you could get into trouble is if you did have text on the page designed to make googlebot think the page is about one thing, while using this kind of scripted text to try to show the visitor something completely different and unrelated. Google could then suspect you of cloaking and penalize accordingly. (Cloaking is when you intentionally show googlebot one thing and the user something different for nefarious purposes)

              But if you're adding the text as a usability enhancement for your visitors in a way that googlebot doesn't happen to understand, you won't get any SEO benefit from it, but you also shouldn't be penalized for it.

              Paul

              RKanfi 1 Reply Last reply Reply Quote 1
              • 1 / 1
              • First post
                Last post

              Got a burning SEO question?

              Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.


              Start my free trial


              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.

              • See all categories

              Related Questions

              • Train4Academy.co.uk

                Customer Reviews on Product Page / Pagination / Crawl 3 review pages only

                reviews pagination crawler disallow

                Hi experts, I present customer feedback, reviews basically, on my website for the products that are sold. And with this comes the ability to read reviews and obviously with pagination to display the available reviews. Now I want users to be able to flick through and read the reviews to help them satisfy whatever curiosity they have. My only thinking is that the page that contains the reviews, with each click of the pagination will present roughly the same content. The only thing that changes is the title tags which will contain the number in the H1 to display the page number. I'm thinking this could be duplication but i have yet to be notified by Google in my Search console... Should i block crawlers from crawling beyond page 3 of reviews? Thanks

                Technical SEO | | Train4Academy.co.uk
                0
              • BrianAlpert78

                Does a no-indexed parent page impact its child pages?

                If I have a page* in WordPress that is set as private and is no-indexed with Yoast, will that negatively affect the visibility of other pages that are set as children of that first page? *The context is that I want to organize some of the pages on a business's WordPress site into silos/directories. For example, if the business was a home remodeling company, it'd be convenient to keep all the pages about bathrooms, kitchens, additions, basements, etc. bundled together under a "services" parent page (/services/kitchens/, /services/bathrooms/, etc.). The thing is that the child pages will all be directly accessible from the menus, so there doesn't need to be anything on the parent /services/ page itself. Another such parent page/directory/category might be used to keep different photo gallery pages together (/galleries/kitchen-photos/, /galleries/bathroom-photos/, etc.). So again, would it be safe for pages like /services/kitchens/ and /galleries/addition-photos/ if the /services/ and /galleries/ pages (but not /galleries/* or anything like that) are no-indexed? Thanks!

                Technical SEO | | BrianAlpert78
                1
              • Marketing_Today

                Create Page Titles from H1 using Yoast?

                I'm working on a site that has 280 blog posts that have either been migrated from an old CMS site or created on the Dev version of the new WordPress site. We've written 280 unique meta descriptions so they don't truncate but it there a quick way I can export the current H1s and then import them into Yoast so they are set as the Page Titles? I've written unique Page Titles and meta descriptions for all the Service and Products page and just want a way to speed up the blog posts as their H1s are really good and what I would use as Page Titles anyway. Any help, greatly appreciated!

                Technical SEO | | Marketing_Today
                0
              • inhouseninja

                Will Adding Publish Date at end of Page Title for Blog posts Hurt SEO?

                I'd like to be able to easily track blog posts by month but in Google reports when you set a date range obviously older blog post still appear and with amount of blog posts we generate without seeing the date in the title it's not obvious what was published and when it was published. For example if a Blog Title was "/dangers-of-sharing-KM-knowledge-01-11-15 would it hurt SEO? The reason is I'd like to have a quick way to know how new posts do each month compared to older content

                Technical SEO | | inhouseninja
                0
              • CharmingGuy

                How to block text on a page to be indexed?

                I would like to block the spider indexing a block of text inside a page , however I do not want to block the whole page with, for example , a noindex tag. I have tried already with a tag like this : chocolate pudding chocolate pudding However this is not working for my case, a travel related website. thanks in advance for your support. Best regards Gianluca

                Technical SEO | | CharmingGuy
                0
              • JimDirectMailCoach

                When creating parent and child pages should key words be repeated in url and page title?

                We are in the direct mail advertising business:  PrintLabelAndMail.com Example: Parent:
                Postcard Direct Mail Children:
                Postcard Mailings
                Postcard Design
                Postcard Samples
                Postcard Pricing
                Postcard Advantages should "postcard" be repeated in the URL and Page Title? and in this example should each of the 5 children link back directly to the parent or would it be better to "daisy chain" them using each as parent for the next?

                Technical SEO | | JimDirectMailCoach
                0
              • koamit

                What should be use 301 or 302 redirection for 404 pages

                Please suggest which redirection we should use for 404 pages- 301 or 302. If you can elaborate it with reason then it will be highly appreciated.

                Technical SEO | | koamit
                0
              • Archers

                I can buy a domain from a competitor. Whats the best way to make good use of these links for my existing website

                I can buy a domain from a competitor. Whats the best way to make good use of these links for my existing website

                Technical SEO | | Archers
                0

              Get started with Moz Pro!

              Unlock the power of advanced SEO tools and data-driven insights.

              Start my free trial
              Products
              • Moz Pro
              • Moz Local
              • Moz API
              • Moz Data
              • STAT
              • Product Updates
              Moz Solutions
              • SMB Solutions
              • Agency Solutions
              • Enterprise Solutions
              Free SEO Tools
              • Domain Authority Checker
              • Link Explorer
              • Keyword Explorer
              • Competitive Research
              • Brand Authority Checker
              • Local Citation Checker
              • MozBar Extension
              • MozCast
              Resources
              • Blog
              • SEO Learning Center
              • Help Hub
              • Beginner's Guide to SEO
              • How-to Guides
              • Moz Academy
              • API Docs
              About Moz
              • About
              • Team
              • Careers
              • Contact
              Why Moz
              • Case Studies
              • Testimonials
              Get Involved
              • Become an Affiliate
              • MozCon
              • Webinars
              • Practical Marketer Series
              • MozPod
              Connect with us

              Contact the Help team

              Join our newsletter
              Moz logo
              © 2021 - 2025 SEOMoz, Inc., a Ziff Davis company. All rights reserved. Moz is a registered trademark of SEOMoz, Inc.
              • Accessibility
              • Terms of Use
              • Privacy

              Looks like your connection to Moz was lost, please wait while we try to reconnect.