Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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.
Could you post the head html of your page?
The analyzer is tested thoroughly so i suspect this could be faulty html
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>
Hi
It says that even if the title tag is as simple as
<title>Lorem</title>
on 7.6.1 ;)
Kind regards, Bruno
I'll try to look into it as soon as possible
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
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
"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.
Could you post the head html of your page?
The analyzer is tested thoroughly so i suspect this could be faulty html
I was using:
Then I switched it to this to see if it would fix it and it did not:
Hi
It says that even if the title tag is as simple as
on 7.6.1 ;)
Kind regards, Bruno
I'll try to look into it as soon as possible
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
is working on a reply...