Error during validating tag for document: 9951 using validator 'BrokenLinks'
This page have not yet been SEO optimized, and the properties are empty.
What tag is it talking about?
2015-06-30 19:45:34,262 [5] ERROR SEOChecker.Core.Validation.SEOValidator - [Thread 38] SEOChecker: Error during validating tag for document: 9951 using validator 'BrokenLinks'
System.ArgumentNullException: Value cannot be null.
Parameter name: format
at System.String.Format(String format, Object arg0, Object arg1)
at SEOChecker.Validators.ContentValidators.Links.BrokenLinkValidator.Parse(ValidationResult result, IUmbracoDocument document, HtmlDocument htmlDocument, IContextInfo contextInfo)
at SEOChecker.Core.Validation.SEOValidator.Validate(ValidationResult validationResult, IUmbracoDocument document, HtmlDocument htmlDocument, IContextInfo context)
I resolved my error. I had an error in the log before this one which was due to me using an angular maps plugin and me also having a data type name that the angular maps plugin was also using.
Once I resolved this then the SEO Checker error has gone and everything is working fine with my system..
I had the same issue again recently....But this time it was due to a doctype mismatch issue from what I remember....Once again though it was nothing to do with SEO Checker...
Do you see any other issues in the Umbraco log file?
No I don't see any other issue. No errors if I just navigate to this page. The SeoChecker datatype doesn't show this error. So it's hard to debug.
The error gives no hints at all....
System.ArgumentNullException: Value cannot be null.
Parameter name: format
at System.String.FormatHelper(IFormatProvider provider, String format, ParamsArray args)
Error during validating tag for document: 9951 using validator 'BrokenLinks'
This page have not yet been SEO optimized, and the properties are empty. What tag is it talking about?
Best regards
Rasmus
Hi Rasmus,
I'm getting this same error on an Umbraco site I run. I'm presuming you resolved this somehow?
Mark..
Nope, still exist on our sites.
Rasmus,
I resolved my error. I had an error in the log before this one which was due to me using an angular maps plugin and me also having a data type name that the angular maps plugin was also using.
Once I resolved this then the SEO Checker error has gone and everything is working fine with my system..
Hope this helps. Mark.
I run into the same issue. No Angular Maps plugin used. Issue started after updating to 7.4.3 and latest version of SeoChecker.
Hi Dennis,
I had the same issue again recently....But this time it was due to a doctype mismatch issue from what I remember....Once again though it was nothing to do with SEO Checker...
Do you see any other issues in the Umbraco log file?
Mark.
Hi Mark,
No I don't see any other issue. No errors if I just navigate to this page. The SeoChecker datatype doesn't show this error. So it's hard to debug.
The error gives no hints at all....
is working on a reply...