Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Rylan 67 posts 251 karma points
    Jul 25, 2017 @ 22:39
    Rylan
    0

    "Title is longer than 60 characters..." 7.6 Error

    On every page using the dashboard, it says that my page title is too long, even when the title is only 10 characters long.

    This must be a glitch in the system not counting properly.

    enter image description here

  • Mark Wemekamp 73 posts 385 karma points
    Jul 26, 2017 @ 10:30
    Mark Wemekamp
    0

    Could you post the head html of your page?

    The analyzer is tested thoroughly so i suspect this could be faulty html

  • Rylan 67 posts 251 karma points
    Jul 26, 2017 @ 17:12
    Rylan
    0

    I was using:

    <title>@Umbraco.Field("seoTitle", altFieldAlias: "pageName") | @homePage.siteName</title>
    

    Then I switched it to this to see if it would fix it and it did not:

    <title>@CurrentPage.seoTitle | @homePage.siteName</title>
    
  • Bruno Olsen 75 posts 316 karma points
    Aug 02, 2017 @ 13:16
    Bruno Olsen
    0

    Hi

    It says that even if the title tag is as simple as

     <title>Lorem</title>
    

    on 7.6.1 ;)

    Kind regards, Bruno

  • Mark Wemekamp 73 posts 385 karma points
    Aug 02, 2017 @ 13:18
    Mark Wemekamp
    0

    I'll try to look into it as soon as possible

  • Mark Wemekamp 73 posts 385 karma points
    Aug 04, 2017 @ 11:10
    Mark Wemekamp
    0

    Fixed this problem in the code

    https://github.com/markwemekamp/RankOne-Umbraco-SEO-Tool/commit/03457ae43b0bcbca940acde9e428a6eac1ce6c1e

    I´m planning on releasing a new version later in the day

    Thanks for reporting

Please Sign in or register to post replies

Write your reply to:

Draft