Hello to everyone.

I have a Joomla! site in Albanian language, I decided to put google ads there but where I tried Google
replied that my site language was not supported by them.

Now if I create an English version of my site can I add google ads in the Englisht part of it?!
All ads will be in the part of the site.

If anyone have some suggestion please tell me,
thnx for you time.

Dani AI

Generated

Short answer for : yes — but only if the pages that actually contain AdSense code are truly in a supported language and are reachable on their own URLs. Google’s AdSense program won’t allow ads on pages whose main content is in an unsupported language (Albanian is not listed among AdSense‑supported primary languages), so putting ad code on an Albanian page will trigger a rejection. See the official supported‑languages note. ()

Make the English site a real, indexable section (separate URLs such as https://example.com/en/ or en.example.com) instead of swapping language only via cookies or invisible user‑agent tricks. Google recommends different URLs for each language and warns that crawlers and reviewers may not follow cookie‑based content negotiation. Add hreflang/alternate annotations and a clear html lang="en" so both Googlebot and AdSense reviewers can see the English content. (developers.google.com)

For Joomla: enable the core multilingual system (Language Filter, Content Languages, Multilingual Associations) so each language has its own pages/menus and stable URLs (Joomla docs walk through the setup). Put AdSense code only on pages whose content language is English, and test those URLs with a fresh browser or curl to confirm English content is returned without any cookie set. (docs.joomla.org)

If your live site’s primary content stays Albanian you have two practical options: 1) host the English edition on a separate subdomain/subdirectory and apply/use AdSense there, or 2) translate enough of the site so the reviewer sees a supported primary language before applying. Don’t use ad code on Albanian pages — that violates the Publisher Policies. If an application is rejected, follow the rejection email steps or contact AdSense support. ()

Example hreflang (place in the HTML head of each variant):

<link rel="alternate" hreflang="en" href="https://example.com/en/" />
<link rel="alternate" hreflang="sq" href="https://example.com/" />

Google prefer to english language.

i have a multilanguage site i.e; that use cokie to detect language. So i cant separate the english pages. How should i mention the url in adsense...?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.