Enable RTL Support for Right-to-Left Languages

Internationalization Analyzer

What is this warning?

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.

How to Fix This Issue

How to Fix It

The Problem

The page is in Hebrew, but the text direction isn't set.

<html lang="he">

The Solution

Add the `dir="rtl"` attribute to your `<html>` tag.

<html lang="he" dir="rtl">

Why This Works

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.

SEO Impact

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.

Automatic Detection

Black SEO Analyzer automatically checks for this warning during site analysis, along with hundreds of other technical SEO issues.

Ready to Unlock Your Site's Full SEO Potential?

Choose the license that fits your needs and start getting the deep, actionable insights you deserve.