Critical Markup HTML Errors
Hi, after doing a recent audit for a website using brizy cloud
every page on the website are showing the errors shown below
how can I fix these?
- Bad start tag in “img” in “noscript” in “head”
At line 1998, column 714 - Stray end tag "noscript"
At line 1998, column 725 - Stray end tag "head"
At line 1998, column 1069 - Cannot recover after last error. Any further errors will be ignored
At line 1998, column 1087
-
Hi,
You cannot edit code in a Brizy cloud project. But where do these errors occur? What did you use to find these errors? We need the link to the project and the tool that detects these errors. Thanks.
0 -
Here is the link to the audit software labrica.com
and this one showing the robots text
Regards
Michael
0 -
Hi Alex
also I'm getting redirect loops and my hosting company are saying it's the code in the .htaccess file that's causing the issue
when I go from
http://www.serpfirst.com/
https://www.serpfirst.com/I get this message?
{"message":"Invalid base url"}
0 -
her is the code
<IfModule mod_rewrite.c>
RewriteEngine on# --- Redirect from http to https
#RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
# ---# --- Redirect from non-www to www
RewriteCond %{HTTPS} off
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteCond %{HTTP_HOST} !^www. [NC]
RewriteRule ^ %{REQUEST_SCHEME}://www.%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
# ---RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond $0#%{REQUEST_URI} ([^#]*)#(.*)\1$
RewriteRule ^.*$ %2index.php?page=$0&%{QUERY_STRING} [QSA,L]
</IfModule># php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php74” package as the default “PHP” programming language.
<IfModule mime_module>
AddHandler application/x-httpd-ea-php74 .php .php7 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit0 -
Hi,
How was this project published? Did you use HTML Export? This .htaacces file is not from Brizy, it's something you added, right?
0 -
Hi Alex
This was the file I downloaded when I clicked server sync.
I have been running it for 2 weeks now adding pages a long the way?
0 -
Hi,
the labrika links are no longer available: https://jmp.sh/aPxDTfc Your website is also not available: https://jmp.sh/WPVYLHO Are you doing any work now? Try deleting the files and running ServerSync again. Also, try to audit another project directly from Brizy Cloud. Will the same issues be reported as well?
0
Please sign in to leave a comment.
Comments
7 comments