Üst
1746298909854.webp

Merhaba değerli XenWp kullanıcıları bu makalede xenforo seo için yapılması gerekenleri göstereceğim.

XenForo'da Hreflang Etiketi İle SEO Yapılandırması​


1746300648373.webp

Verdiğim kodu PAGE_CONTAINER şablonunda <head>; </head>; etiketileri arasında herhangi bir yere eklemiz yeterlidir.

Kod :
HTML:
<link rel="alternate" href="[ICODE]https://site.com[/ICODE]" hreflang="tr-tr"/>

*Not : site.com kendi site adresinize göre düzenleyin !

Görevi:​

Bu kod, arama motorlarına, belirli bir sayfanın Türkçe (Türkiye) dilinde alternatif bir versiyonunun https://xenwp.com/ adresinde bulunduğunu bildirir.

Açıklaması:​

  • rel="alternate" → Bu linkin mevcut sayfanın alternatif bir versiyonu olduğunu belirtir.
  • hreflang="tr-tr" → Alternatif sayfanın dili Türkçe ve hedef kitlesi Türkiye'dir.
  • href="https://xenwp.com/" → Alternatif sayfanın URL'sidir.

SEO Açısından Önemi:​

  • Aynı içeriğin farklı dillerdeki versiyonlarını doğru şekilde işaretleyerek çift içerik (duplicate content) sorunlarını önler.
  • Arama motorlarına kullanıcıya en uygun dili göstermek için yardımcı olur.
  • Uluslararası SEO stratejilerinde çok önemlidir.
Bu kod, Google gibi arama motorlarına "Bu sayfanın Türkçe-Türkiye versiyonu şu adreste mevcut" demektir.


Site Url Yapısı Ve Rota Ayarları​


SEO ve uyumluluk açısından site URL’lerinde Türkçe karakterlerden kaçınılması önerilir.

Admin Cp >> Kurulumlar >> Seçenekler >> Arama Motoru Optimizasyonu (SEO)

1746301136114.webp

Buna ek olarak, rota (route) filtrelerinde İngilizce URL’lerin Türkçeye çevrilmesi de SEO açısından önemlidir.

❌ account-confirmation/ ➡️ ✅ hesap-onay/

Admin Cp >> Kurulumlar >> Rota Filtreleri

1746301302304.webp

Otomatik yapmak isterseniz bu eklentiyi kullana bilirsiniz


Forumunuz İçin Etkili Başlık ve Açıklama Seçimi​

SEO performansını artırmak için forum başlığı ve meta açıklaması özgün, açıklayıcı ve anahtar kelime odaklı olmalıdır.

1746301439660.webp

Örnektir !

Kod:
Forum başlığınız : XenWp | XenForo ve WordPress Destek Forumu - Türkiye'nin En Büyük Topluluğu

Forum meta açıklaması : XenWp, Türkiye'nin en büyük XenForo ve WordPress destek forumu olarak, XenForo ve WordPress ile ilgili tüm sorunlarınıza hızlı ve kapsamlı çözümler sunuyor. Uzmanlardan ve topluluk üyelerinden anında destek alarak, web sitenizi geliştirin. Türkiye'deki en aktif forumda yerinizi alın!

Robots.txt Yapılandırması ile Arama Motoru Kontrolü​


Robots.txt dosyası, web sitenizin kök dizininde oluşturulmalıdır. Bu dosya, arama motoru botlarının sitenizi nasıl tarayacağını ve hangi sayfaların dizine eklenip eklenmeyeceğini belirlemenizi sağlar. Web sitenizin kök dizininde yer alan robots.txt dosyası, tüm botlar tarafından kolayca erişilebilir olmalıdır. Doğru yapılandırılmış bir robots.txt, gereksiz sayfaların dizine eklenmesini engelleyerek, arama motorlarının sitenizin içeriğini belirlediğiniz kurallara göre taramasına yardımcı olur. Bu da SEO performansınızı olumlu yönde etkiler, çünkü yalnızca önemli ve ilgili sayfaların arama motorları tarafından indekslenmesini sağlar.

1746301961208.webp

Robots.txt Örneği ⬇ - site.com!u kendi sitenize göre düzenleyin
Kod:
User-agent: *
Allow: /

Disallow : /uyeler/
Disallow : /neler-yeni/
Disallow : /account/
Disallow : /hesap/
Disallow : /mesaj/
Disallow : /arama/
Disallow : /search/
Disallow : /help?*
Disallow : /yardim?*
Disallow : /install/
Disallow : /admin.php
Disallow: /yonlendirme?*
Disallow: /yonlendirme*

Sitemap: https://site.com/sitemap.xml


Ek Bilgilendirici Makele : Sözlük - Canonicalization Url Nedir?
 
Son düzenleme:

Hello dear XenWp users, in this article I will show you what needs to be done for xenforo seo.

SEO Configuration with Hreflang Tag on XenForo​


Ekli dosyayı görüntüle 188

The code I provided is in the PAGE_CONTAINER template <head>; </head>; we just need to add it anywhere among the tags.

Code :
HTML:
<link rel="alternate" href="[ICODE]https://site.com[/ICODE]" hreflang="tr-tr"/>

*Note : edit Site.com according to your own site address!

Task:​

This code, to search engines, of a particular page Turkish (Türkiye) an alternative version in the language https://xenwp.com/ It indicates that it is located at.

Description:​

  • rel="alternate" → Indicates that this link is an alternative version of the current page.
  • hreflang="tr-tr" → Language of the alternative page Turkish and its target audience Turkeyis.
  • href="https://xenwp.com/" → The alternative is the page’s URL.

Importance for SEO:​

  • By correctly marking versions of the same content in different languages double content (duplicate content) prevents problems.
  • It helps search engines to show the most suitable language to the user.
  • International SEO it is very important in their strategies.
This code means to search engines such as Google, "The Turkish-Turkish version of this page is available at".


Site Url Structure and Route Settings​


It is recommended to avoid Turkish characters in site URLs for SEO and compatibility.

Admin Cp >> Installations >> Options >> Search Engine Optimization (SEO)

Ekli dosyayı görüntüle 189

In addition, translating English URLs into Turkish in route (route) filters is also important for SEO.

❌ account-confirmation/ ➡️ ✅ account-approval/

Admin Cp >> Installations >> Route Filters

Ekli dosyayı görüntüle 190

If you want to make it automatic, you can use this plugin


Effective Title and Description Selection for Your Forum​

To improve SEO performance, the forum title and meta description should be original, descriptive and keyword-focused.

Ekli dosyayı görüntüle 191

It is an example!

Your
Kod:
Forum title: XenWp | XenForo and WordPress Support Forum - Turkey's Largest Community

Forum meta description: XenWp, as Turkey's largest XenForo and WordPress support forum, offers fast and comprehensive solutions to all your problems related to XenForo and WordPress. Improve your website with instant support from experts and community members. Take your place in the most active forum in Turkey!

Search Engine Control with Robots.txt Configuration​


The robots.txt file must be created in the root directory of your website. This file allows you to determine how search engine bots will crawl your site and which pages should and should not be indexed. The robots.txt file located in the root directory of your website should be easily accessible to all bots. A correctly configured robots.txt prevents unnecessary pages from being indexed, helping search engines crawl your site's content according to the rules you set. This positively affects your SEO performance because it ensures that only important and relevant pages are indexed by search engines.

Ekli dosyayı görüntüle 192

Robots.txt Example ⬇ - site.com!organize it according to your own site
Kod:
User-agent: *
Allow: /

Disallow : /members/
Disallow : /what's-new/
Disallow : /account/
Disallow : /account/
Disallow : /message/
Disallow : /search/
Disallow : /search/
Disallow : /help?*
Disallow : /help?*
Disallow : /install/
Disallow : /admin.php
Disallow: /ionization?*
Disallow: /ionization*

Sitemap: https://site.com/sitemap.xml


Additional Informational Article : Dictionary - What is Canonicalization Url?
I think the correct code for <link rel="alternate" href="
Bu bağlantı ziyaretçiler için gizlenmiştir. Görmek için lütfen giriş yapın veya üye olun.
" hreflang="tr-tr"/>
should be:
<link rel="alternate" href="
Bu bağlantı ziyaretçiler için gizlenmiştir. Görmek için lütfen giriş yapın veya üye olun.
" hreflang="tr"/>
 

Bu Konuyu Görüntüleyen Kullanıcılar (Toplam: 0 | Üyeler: 0 | Ziyaretçiler: 0)

Geri