Jump to content

Woorank states it can not detect the language my site uses


jasonc

Recommended Posts

I have been using Woorank to check my sites along with other checkers like W3.org, but Woorank states that..

 

The language you have specified in your website is different than the language detected by Google™. Use the META Language Tag to specify the natural language of your website.

 

What else would I need to use ?

 

the start of my sites html code.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

Link to comment
Share on other sites

that same google provides a nifty tool named a search engine. IF you would have just type in something like: how does a meta language tag look like?

 

you probably get something like this:

<meta http-equiv="content-language" content="en">

 

Hope this helps

 

more info here: http://www.w3.org/International/questions/qa-http-and-lang

Link to comment
Share on other sites

yeah already done that and got a lot more than this...

 

that line already existed in my code anyway by default.  but still Woorank does not see it and i even remove the rest of the site and just had the basics and still it did not see it so there is nothing else on the site that causes it to not be picked up ?

 

what else can i do to ensure that Woorank recognises my site as English ?

Link to comment
Share on other sites

yeah already done that and got a lot more than this...

 

that line already existed in my code anyway by default. 

well if you look at your first post we couldn't know that right...?

 

maybe add this in the top of your script:

<?php  

  header('Content-language: en');

?>

Two question

Link to comment
Share on other sites

ah found out why....  going by your post i tried your method and it worked, I noticed that you have a capital C so removed your code and altered my line to have a capital instead of all letter lower case as i was told they all have to be and it is working.

 

now i need to search to find out the 'correct' case of these meta data.

 

<meta http-equiv="[b]C[/b]ontent-language" content="en">

 

in the end i got we got ther

 

thank you

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.