I'm designing a website and need to set english language to it

I’m designing a website and need to set english language to it
help needed to fix english language specially applied for adsense
Not approved due to language is not fixed…

my website is tutorials website added on signature. Recently i’ve try to specify language on meta tag, plz is it correct or not verify it.

thank you agarcia831,
i’ll add it soon, thank you again for technical help

but how is it

<meta name="language" content="en-us, english" />

i’ve designed it but in meta tag i’ve to define the language, as a result of not defined adsense reject to accept it. how to define the language for website in meta tags

If you run php on your server why not set it in the htaccess file?


AddDefaultCharset UTF-8

<meta name=“language” content=“English” />
add this meta within <head></head> section.

What are you asking? and What is the website? Do you need someone to translate?

to declare English as the language of the document…

<meta http-equiv="Content-Language" content="en">

if XHTML served as HTML, make sure to include the slash at the end…

<meta http-equiv="Content-Language" content="en" />

What is your site? html, xhtml, transitional, strict? many questions here. Like I said, give a link to your site. That makes giving help much easier

the above link shows the possible values for the http-equiv attribue.
you’re document shows…

<meta http-equiv="[COLOR="Red"]language[/COLOR]" content="en-us" />

it should be…

<meta http-equiv="[COLOR="Red"]Content-Language[/COLOR]" content="en-us" />

you just need to correct the value highlighted in red for it to be correct.