Your page is written in a language that reads from right to left (like Arabic or Hebrew), but you haven't enabled the proper setting for it. This can make your layout look broken and your text hard to read. Adding a simple attribute can fix this and ensure a good experience for your users.
The page is in Hebrew, but the text direction isn't set.
<html lang="he">
Add the `dir="rtl"` attribute to your `<html>` tag.
<html lang="he" dir="rtl">
The `dir="rtl"` attribute tells the browser to adjust its layout rules for right-to-left text, ensuring that everything from paragraphs to form fields is aligned correctly. This is essential for usability and accessibility for RTL language speakers.
This issue can affect your site's search engine rankings and user experience. Addressing it promptly helps ensure optimal performance and visibility in search results.
Black SEO Analyzer automatically checks for this warning during site analysis, along with hundreds of other technical SEO issues.
Choose the license that fits your needs and start getting the deep, actionable insights you deserve.