• seohunters9

        See all notifications

        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
        • My Q&A
        • 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. Moz Tools
        3. Moz Pro
        4. Increase of 404 error after change of encoding

        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.

        Increase of 404 error after change of encoding

        Moz Pro
        2
        8
        1509
        Loading More Posts
        • Watching

          Notify me of new replies.
          Show question in unread.

        • Not Watching

          Do not notify me of new replies.
          Show question in unread if category is not ignored.

        • Ignoring

          Do not notify me of new replies.
          Do not show question in unread.

        • Oldest to Newest
        • Newest to Oldest
        • Most Votes
        Reply
        • Reply as question
        Locked
        This topic has been deleted. Only users with question management privileges can see it.
        • RetailMeNotFr
          RetailMeNotFr last edited by

          Hello,

          We just have launch a new version of our website with a new utf-8 encoding.

          Thing is, we use comma as a separator and since the new website went live, I have a massive increase of 404 error of comma-encoded URL.

          Here is an example :

          http://web.bons-de-reduction.com/annuaire%2C321-sticker%2Csite%2Cpromotions%2C5941.html

          instead of :

          http://web.bons-de-reduction.com/annuaire,321-sticker,site,promotions,5941.html

          I check with Screaming Frog SEO and Xenu, I can't manage to find any encoded URL.

          Is anyone have a clue on how to fix that ?

          Thanks

          1 Reply Last reply Reply Quote 0
          • RetailMeNotFr
            RetailMeNotFr @BlueprintMarketing last edited by

            I will take a look at it but it's not the issue that SEOMoz tell me as this format concerns only images. It's actually a little trick to do lazyloading on images.

            The link you pointed out on your example is good ("/annuaire,amkashop,site,promotion...) as comma are not encoded.

            And for your example I see no issue except capitalization.

            I bet this is a Moz problem because when I fetch as Googlebot, I don't find encoded URL...

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

              just wanted to give you one more thing that I think would help http://www.w3schools.com/html5/att_meta_charset.asp

              I believe you should clean up your encoding and that it will not be a big deal.

              Sincerely,

              Tom

              RetailMeNotFr 1 Reply Last reply Reply Quote 0
              • BlueprintMarketing
                BlueprintMarketing @RetailMeNotFr last edited by

                I thought this may help as well because you do have to clean up your source code

                The online quoted-printable encoder tool first encodes the input text in either UTF-8 or ISO-8859-1. The characters are then output according to this schema:

                | Character | Result | Comment |
                | "=" (0x3D) | =3D | Special handling of the equal sign |
                | " " (0x20) to "~" (0x7E) | Unmodified | Printable ASCII (7 bits) |
                | Any other | =XX | Hexadecimal char code |

                Since quoted-printable does not in itself specify the text character encoding, it is important to specify this correctly when used. The online quoted-printable decoder tool attempts to auto-detect the text encoding.

                See the Wikipedia article on quoted-printable for more info.

                1 Reply Last reply Reply Quote 0
                • BlueprintMarketing
                  BlueprintMarketing @RetailMeNotFr last edited by

                  I would use a tool similar to this http://www.percederberg.net/tools/text_converter.html

                  as you can see your links for your gif photos are encoded "data:image/gif;base64"

                  please give it a try and tell me if that helps?

                  Sincerely,

                  Thomas

                  1 Reply Last reply Reply Quote 0
                  • RetailMeNotFr
                    RetailMeNotFr @BlueprintMarketing last edited by

                    Hello and thanks for your answer.

                    No word involved here.

                    We move from :

                    http-equiv="content-type" content="text/html; charset=iso-8859-1" />

                    to

                    charset="utf-8">

                    Everything is fine except for Mozbot 😕

                    BlueprintMarketing 2 Replies Last reply Reply Quote 0
                    • BlueprintMarketing
                      BlueprintMarketing last edited by

                      what you need to do is go into your site and cleanup the links that have been converted and messed up because of the change. Once you clean them you will have no problem this is what your links look like

                      data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH+A1BTQQAsAAAAAAEAAQAAAgJEAQA7

                      utf-8 is definitely the right coding it's very good you just have to go in and clean it up looking your source code

                      "

                      | {"m":2571,"a":"wrap"}" width="108" height="65" data-original="/upload/merchants_logo/108-65/amkashop.jpeg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH+A1BTQQAsAAAAAAEAAQAAAgJEAQA7"> <noscript></span><img data-merchant="2571" class="merchantLogo lazy" data-out="{"m":2571,"a":"wrap"}" width="108" height="65" src="/upload/merchants_logo/108-65/amkashop.jpeg" alt="Amkashop"><span></noscript> |
                      |   |

                      <a <span="">href</a><a <span="">="</a>/annuaire,amkashop,site,promotions,2685.html" title="Amkashop">Code promo Amkashop"

                      |

                      I hope I've been of help to you.

                      Thomas

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

                        Did you happened to possibly write it using Microsoft Word and paste content in? Or are you speaking about a website that you converted from another encoding to Unicode 8?

                        sincerely,

                        Thomas

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

                        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

                        • gokimedia

                          Pages with Duplicate Content Error

                          duplicate content crawl errors seo audit

                          Hello, the result of renewed content appeared in the scan results in my Shopify Store. But these products are unique. Why am I getting this error? Can anyone please help to explain why? screenshot-moz.groupbuyseo.org-2021.10.28-19_53_09.png

                          Moz Pro | | gokimedia
                          0
                        • ChunkyChuck

                          How can i increase DA of my website?

                          domain authority

                          Hi, Why my website evolvepakistan DA is not increasing it is old site even i have bought a fiverr gig of someone he was offering that he will show my site DA 70, he send me pic of 70DA, on his side 70DA of my site but when i check on it show 0 DA.
                          Whats the problem?

                          Moz Pro | | ChunkyChuck
                          0
                        • seotoolshero0111

                          Six months ago but da not increased

                          Hey members, I'm actually didn't understand the concept of DA and PA. I started my website www.thebesttigwelder.com in April and gradually Moz increased PA but still stuck in Da. I made backlinks but do not show any progress can anyone tell me about why I still facing issues in increasing my site DA.

                          Moz Pro | | seotoolshero0111
                          0
                        • DJDavid

                          How to remove 404 pages wordpress

                          I used the crawl tool and it return a 404 error for several pages that I no longer have published in Wordpress. They must still be on the server somewhere? Do you know how to remove them? I think they are not a file on the server like an html file since Wordpress uses databases? I figure that getting rid of the 404 errors will improve SEO is this correct? Thanks, David

                          Moz Pro | | DJDavid
                          0
                        • SummitCom

                          Why are my keyword rankings dramatically changing week to week?

                          I have a site (actual several) that has been up for many years now. Content is changed monthly - regularly. It would always rank in the top 5 positions for 5 or 6 keywords. Now all of a sudden (without any dramatic changes to the website) my ranking results from my weekly Moz reports are dramatically different from week to week - every week. One Keyword will be #1, then the next week it will drop 49 positions, the 3rd week it might be #5, then Not in the Top 50, then #1 again, and so and so on. This happens to all my keywords on my site. I was waiting for Google to finish it's changes to it's algorithms but it's now been long enough and I can't get a handle on what's happening, why it's happening, and what to do about it, and what direction to take with my SEO. My Traffic has actually improved over last year by approx. 25%, but I have also started a PPC campaign for this client. Any suggestions would be great.

                          Moz Pro | | SummitCom
                          0
                        • ZaddleMarketing

                          Moz & Xenu Link Sleuth unable to crawl a website (403 error)

                          It could be that I am missing something really obvious however we are getting the following error when we try to use the Moz tool on a client website. (I have read through a few posts on 403 errors but none that appear to be the same problem as this) Moz Result Title 403 : Error Meta Description 403 Forbidden Meta Robots_Not present/empty_ Meta Refresh_Not present/empty_ Xenu Link Sleuth Result Broken links, ordered by link: error code: 403 (forbidden request), linked from page(s): Thanks in advance!

                          Moz Pro | | ZaddleMarketing
                          0
                        • gfiedel

                          Warnings, Notices, and Errors- don't know how to correct these

                          I have been watching my Notices, Warnings and Errors increase since I added a blog to our WordPress site. Is this effecting our SEO? We now have the following: 2 4XX errors. 1 is for a page that we changed the title and nav for in mid March. And one for a page we removed. The nav on the site is working as far as I can see. This seems like a cache issue, but who knows? 20 warnings for “missing meta description tag”. These are all blog archive and author pages. Some have resulted from pagination and are “Part 2, Part 3, Part 4” etc. Others are the first page for authors. And there is one called “new page” that I can’t locate in our Pages admin and have no idea what it is. 5 warnings for “title element too long”. These are also archive pages that have the blog name and so are pages I can’t access through the admin to control page title plus “part 2’s and so on. 71 Notices for “Rel Cononical”. The rel cononicals are all being generated automatically and are for pages of all sorts.  Some are for a content pages within the site, a bunch are blog posts, and archive pages for date, blog category and pagination archive pages 6 are 301’s. These are split between blog pagination, author and a couple of site content pages- contact and portfolio. Can’t imagine why these are here. 8 meta-robot nofollow. These are blog articles but only some of the posts. Don’t know why we are generating this for some and not all. And half of them are for the exact same page so there are really only 4 originals on this list. The others are dupes. 8 Blocked my meta-robots. And are also for the same 4 blog posts but duplicated twice each. We use All in One SEO. There is an option to use noindex for archives, categories that I do not have enabled.  And also to autogenerate descriptions which I do not have enabled. I wasn’t concerned about these at first, but I read these  (below) questions yesterday, and think I'd better do something as these are mounting up. I’m wondering if I should be asking our team for some code changes but not sure what exactly would be best. http://www.seomoz.org/q/pages-i-dont-want-customers-to-see http://www.robotstxt.org/meta.html Our site is http://www.fateyes.com Thanks so much for any assistance on this!

                          Moz Pro | | gfiedel
                          0
                        • Sean_McDonnell

                          Error 403

                          I'm getting this message "We were unable to grade that page. We received a response code of 403. URL content not parseable" when using the On-Page Report Card.  Does anyone know how to go about fixing this?  I feel like I've tried everything.

                          Moz Pro | | Sean_McDonnell
                          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.