"Fix errors regarding the language markup of your web page"

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
richrich
 
 
Posts: 17
Joined: Wed Nov 14, 2018 8:52 pm

"Fix errors regarding the language markup of your web page"

Post by richrich »

Doing SEO checks on pages I got one SEO check that states "Fix errors regarding the language markup of your web page". So it's an English language site. Below is the explanation it gave to fix the error. So I'm supposed to put <html lang = "en"> where in WWB? Does WWB have a pre-defined switch to designate "English" already? I don't want to start putting things in headers if WWB already has something setup for languages.

Rich

How to declare language in HTML. The easiest way to set the language of a page is via the following lang attribute in the HTML element (HTML 5): <html lang = "en"> You should always specify this lang attribute in the HTML element since it is inherited to all other elements as well, and thus also defines the language for text in the head area. This would not be the case if you used the lang attribute in the body element. If parts of the text within a page are written in a different language, the lang attribute should be added to any element that contains such foreign language parts. For pages that are delivered as XML, use the xml: lang attribute. Search engines also understand outdated language information in the meta attributes of a web page such as <meta http-equiv = "content-language" content = "en"> however, these should not be used. To determine the right two-letter language code according to ISO 639-1, you can use the IANA language subtag registry. These codes can also be composed of two parts, the first part referring to the language and the second part referring to the country in which the language is spoken, e.g. "en-us" for American English. If you have problems with declaring the language of your web page via a lang attribute, you can, for example, manually set the geographical orientation of your website for Google using Search Console (> Site Settings).
User avatar
Pablo
 
Posts: 21712
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: "Fix errors regarding the language markup of your web page"

Post by Pablo »

You set the language of the page in the page properties.
richrich
 
 
Posts: 17
Joined: Wed Nov 14, 2018 8:52 pm

Re: "Fix errors regarding the language markup of your web page"

Post by richrich »

Yup, it was right there. I don't know how I missed it. I set it to English, re-did the test and it took that red flag away.

Thanks Pablo,

Rich
Post Reply