How to enter Arabic keywords and description in html web page code?
Posted on
Nov,21
at12:36 pm
byadmin
Ok, I know that Arabic is written right to left, I know about using the dir=rtl code on text that displays on the page, but what about the keywords and descriptions in the html coding- page title, keywords, description?
Umm.. the same way you write them in any language??
Just add this line to your <head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1256" />
For an example on using Arabic in the html <head>, please view the source of this Arabic page:
http://majles.alukah.net/showthread.php?t=10911
Related posts:
- What would be some good keywords to find some web script?
- How many words as a minimum should you have on a web page for SEO?
- When I enter keywords in the website builder, can I use the same keywords on different pages?
- Dreamweaver Tutorial : How to Add Keywords to a Web Page With Dreamweaver
- Are keywords in the Meta description tag counted in with the keywords on the page?


Umm.. the same way you write them in any language??
Just add this line to your <head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1256" />
For an example on using Arabic in the html <head>, please view the source of this Arabic page:
http://majles.alukah.net/showthread.php?t=10911
References :