Recently, I have been receiving a huge number of Warnings in my indexing log--over 17-thousand instances of "Suspected invalid HTML (possible unmatched quote characters)." However, none of these pages actually has such an error. I tracked the problem down to this code:
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Alef|Anton|Lora|Open+Sans:300,400,600,7 00,800" />
Apparently Zoomsearch is seeing the "|" character in the href as an error.
Having so many erroneous warnings in the log makes the log pretty useless to me. Also, due to the large number of errors, the program seems unable to display details of the log in the program. I am using Windows 10 with 16GB RAM and a fast SSD drive.
Is there anything that can be done about this? Or any workarounds?
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Alef|Anton|Lora|Open+Sans:300,400,600,7 00,800" />
Apparently Zoomsearch is seeing the "|" character in the href as an error.
My site has over 17-thousand .html pages that include this or similar code.
Having so many erroneous warnings in the log makes the log pretty useless to me. Also, due to the large number of errors, the program seems unable to display details of the log in the program. I am using Windows 10 with 16GB RAM and a fast SSD drive.
Also, I am not certain that these pages are being indexed correctly.
Is there anything that can be done about this? Or any workarounds?
Comment