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.

      Let your business shine with Listings AI
      Moz Local

      Let your business shine with Listings AI

      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. How do I fix Title Element Too Long (> 70 Characters) errors?

    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.

    How do I fix Title Element Too Long (> 70 Characters) errors?

    Technical SEO
    5
    10
    2402
    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.
    • lisarein
      lisarein last edited by

      I have read through other postings about this issue, but since I have over 400 of these errors I am interested in seeing how to fix this issue quickly.

      Does anyone have a ideas or suggetions?

      Thanks,

      Lisa

      1 Reply Last reply Reply Quote 0
      • FedeEinhorn
        FedeEinhorn @lisarein last edited by

        Lisa, use the plugin @Saijo George recommended: http://wordpress.org/plugins/limit-a-post-title-to-x-characters/

        It will do the trick automatically for all pages and it doesn't require any programming (PHP or MySQL) skills.

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

          Which db do I export?

          I am not sure how to look for the titles either because I can't see them in the SQL database

          Thanks,

          Lisa

          FedeEinhorn 1 Reply Last reply Reply Quote 0
          • mememax
            mememax last edited by

            I agree with George, manual editing is always the best one.

            Export your db, then in excel you can easily spot the titles longer than 70 chars and edit them to be shorter than that.

            1 Reply Last reply Reply Quote 0
            • Saijo.George
              Saijo.George last edited by

              There are a few things you could do. ( NOT that I recommend you do that )

              1. Use a plugin that cuts of the title after roughly 69 characters ( http://wordpress.org/plugins/limit-a-post-title-to-x-characters/ )

              2. You could eliminate the Brand Name in the Title .. if its automatically appended ( perhaps that is what causes the title to go over 70 characters )

              BUT what I would recommend is export out the list of pages that has title over 70 characters  and write proper  titles for them, its the best option BUT as you can imagine its not going to an easy task. I guess NO Pain NO Gain resonates well here. I would do this for the important pages first and slowly work at them over time.

              1 Reply Last reply Reply Quote 1
              • mememax
                mememax @lisarein last edited by

                if you have a plugin to set your titles you can update your database using excel just be sure to use the len function to be sure that the new titles are shorter than 70 chars.

                1 Reply Last reply Reply Quote 0
                • lisarein
                  lisarein @Travis-W last edited by

                  It is a Wordpress site.

                  mememax 1 Reply Last reply Reply Quote 0
                  • Travis-W
                    Travis-W @lisarein last edited by

                    It really depends on how the backend of your site is built.

                    On my site, I could edit the title tag on 100,000 pages at once using an excel file (if I wanted to). 🙂

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

                      haha!  I get that!  Thanks...that answer is something I deserved.  I just don't want to do that over 400 times.  Is there a quicker way than doing it one at a time?

                      Travis-W 1 Reply Last reply Reply Quote 0
                      • Travis-W
                        Travis-W last edited by

                        I don't want to sound like a smart butt, but you should reduce the amount of characters in your Title Tags to less than 70 to remove the errors.  It is that simple.  Anything more than 70 does not display in Google, anyway.

                        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

                        • NickG-123

                          Duplicate titles from hreflang variations

                          Hi, I am working on a large global site which has around 9 different language variations. We have setup the hreflang tags and referenced the corresponding content as follows: (We have not implemented a version X-default reference, as we felt it was not necessary) Using DeepCrawl and Search Console, we can see that these language variations are causing duplicate title issues. Many of them. My assumption was that the hreflang would have alleviated this issue and informed Google what is going on, however i wanted to see if anyone has any experience with this kind of thing before. It would be good to understand what the best practice approach is to deal with the problem. Is it even an issue at all, or just the tools being over-sensitive? Thank you in advance.

                          Technical SEO | | NickG-123
                          0
                        • kirupa

                          How to fix: Attribute name not allowed on element meta at this point.

                          Hello, HTML validator brings "Attribute name not allowed on element meta at this point" for all my meta tags. Yet, as I understand, it is essential to keep meta-description for SEO, for example. I read a couple of articles on how to fix that and one of them suggests considering  HTML5 custom data attribute instead of name: Do you think I should try   to validate my page? And     instead of ? I will appreciate your advise very much!

                          Technical SEO | | kirupa
                          0
                        • BWallacejr

                          SERP Title shows up-with-dashes

                          Occasionally I see the our 'listings' on Google where the Title line shows up with dashes... like sony-professional-hard-drive - TapeandMedia.com It appears to be the URL shortened and rehashed.  This example was after I searched for "Sony PSZ-HA1T"  without the quotes.  The title for this page is <title></span><span class="html-tag">Sony 1TB Professional Portable External Hard Disk Drive (PSZ-HA1T)</span><span class="html-tag"></title> and the url is http://www.tapeandmedia.com/sony-1tb-professional-portable-hard-drive.asp Link to image: http://i.imgur.com/FmvAn6c.jpg Other searches (like "Sony 1tb PSZ-HA1T") yield normal looking SERP Titles Does anyone know why this happens and what I can do to avoid this? FmvAn6c.jpg

                          Technical SEO | | BWallacejr
                          0
                        • Richline_Digital

                          Special characters in URL

                          Hi There, We're in the process of changing our URL structure to be more SEO friendly. Right now I'm struggling to find a good way to handle slashes that are part of a targeted keyword. For example, if I have a product page and my product title is "1/2 ct Diamond Earrings in 14K Gold" which of the following URLs is the right way to go if I'm targeting the product title as the search keyword? example.com/jewelry/1-2-ct-diamond-earrings-in-14k-gold example.com/jewelry/12-ct-diamond-earrings-in-14k-gold example.com/jewelry/1_2-ct-diamond-earrings-in-14k-gold example.com/jewelry/1%2F2-ct-diamond-earrings-in-14k-gold Thanks!

                          Technical SEO | | Richline_Digital
                          0
                        • MagicDude4Eva

                          Duplicate title-tags with pagination and canonical

                          Some time back we implemented the Google recommendation for pagination (the rel="next/prev"). GWMT now reports 17K pages with duplicate title-tags (we have about 1,1m products on our site and about 50m pages indexed in Google) As an example we have properties listed in various states and the category title would be "Properties for Sale in [state-name]". A paginated search page or browsing a category (see also http://searchengineland.com/implementing-pagination-attributes-correctly-for-google-114970) would then include the following: The title for each page is the same - so to avoid the duplicate title-tags issue, I would think one would have the following options: Ignore what Google says Change the canonical to http://www.site.com/property/state.html (which would then only show the first XX results) Append a page number to the title "Properties for Sale in [state-name] | Page XX" Have all paginated pages use noindex,follow - this would then result in no category page being indexed Would you have the canonical point to the individual paginated page or the base page?

                          Technical SEO | | MagicDude4Eva
                          2
                        • Tug-Agency

                          Video Sitemaps <video:content_loc>and<video:player_loc></video:player_loc></video:content_loc>

                          Hi guys, If I'm creating a video sitemap do I need to use both: video:content_locandvideo:player_loc</video:player_loc></video:content_loc> Or could I just use video:content_loc?</video:content_loc> Thanks

                          Technical SEO | | Tug-Agency
                          0
                        • MarkWill

                          Redirecting blog.<mydomain>.com to www.<mydomain>.com\blog</mydomain></mydomain>

                          This is more of a technical question than pure SEO per se, but I am guessing that some folks here may have covered this and so I would appreciate any questions. I am moving from a WordPress.com-based blog (hosted on WordPress) to a WordPress installation on my own server (as suggested by folks in another thread here). As part of this I want to move from the format blog.<mydomain>.com to www.mydomain.com\blog. I have installed WordPress on my server and have imported posts from the hosted site to my own server. How should I manage the transition from first format to the second? I have a bunch of links on Facebook, etc that refer to URLs of the blog..com format so it's important that I redirect.</mydomain> I am running DotNetNuke/WordPress on my own IIS/ASP.Net servers. Thanks. Mark

                          Technical SEO | | MarkWill
                          0
                        • donationtown

                          Alt and Title Attributes in Anchor Tags

                          Does it hurt to use alt and title attributes inside an anchor tag?  Example: view my website article

                          Technical SEO | | donationtown
                          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
                        • Digital Marketers
                        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.