I have have pages with Swedish chars in the "Focus word" ie. å, ä, ö.
When putting for example "Företag" as the focus work and using that text in the title and description the validator says that the word are missing. This is true for the the title and description but the validator finds the word in the bodyText and in the H1-tag.
Could this be related to somekind of html-encoding or so in the properties used to comare? As the word "foretag" would work.
Another issue with the swedish chars is that if I use them and go close to the maixum chars for the title (lets say I'm using 64 of 65 chars) I'm getting an error saying that the title is to long.
Validation don't match special chars
Hi!
I have have pages with Swedish chars in the "Focus word" ie. å, ä, ö.
When putting for example "Företag" as the focus work and using that text in the title and description the validator says that the word are missing. This is true for the the title and description but the validator finds the word in the bodyText and in the H1-tag.
Could this be related to somekind of html-encoding or so in the properties used to comare? As the word "foretag" would work.
Another issue with the swedish chars is that if I use them and go close to the maixum chars for the title (lets say I'm using 64 of 65 chars) I'm getting an error saying that the title is to long.
Hi Marcus,
Just checked here on V7 and it works. The validator is using the real (preview) HTML could it be that the data is not correct there?
Cheers,
Richard
Seems like your fixes to the master-template made the magic. I was using my own tags to render title and description but this code made the trick:
@Html.Raw(SEOChecker.Library.MetaData.Current.RenderTags())
is working on a reply...