Hi,
I need my website to be described in two languages; Arabic - which is rtl, and, English - which is ltr.
I need the keywords in both languages, too
Is it right to duplicate the meta description and the meta keywords tag????
like this:
<meta name="keywords" content="Eng Keyword1" >
<meta name="keywords" content="عربي" >
<meta name="description" content="My website Description" >
<meta name="description" content="وصف الموقع" >
or, I should mix them in one tag, like this:
<meta name="keywords" content="Eng Keyword1, عربي" >
<meta name="description" content="My website Description - وصف الموقع" >
but the website description won't look neat!!!!