1
Kernel87
Is Xoops SEO friendly on URLS?
  • 2022/11/23 3:45

  • Kernel87

  • Just popping in

  • Posts: 2

  • Since: 2022/11/23


Is the URL rewriting system Google friendly? I'm trying to create a forum, but I need it to rank well, so on that subject... How is Xoops doing?

Thank you for any help or suggestions you can give me.

Best regards!

2
heyula
Re: Is Xoops SEO friendly on URLS?
  • 2022/11/23 5:21

  • heyula

  • Theme Designer

  • Posts: 590

  • Since: 2008/4/24


If you use publisher as content module, seo compatible links are available.

Publisher Seo
https://xoops.org/modules/publisher/item.php?itemid=6071
Demo:https://sevamed.com.tr/sevamed-17/sevamed.html

For seo compatible links on fixed pages

xmcontent
Demo:https://www.togaysan.com.tr/icerikler-1-hakkimizda.html
https://github.com/GregMage/xmcontent

RewriteEngine On
RewriteRule    
^content-([0-9]+)/.*.html$    modules/xmcontent/viewcontent.php?content_id=$1
RewriteRule    
^content-.*/viewcontent.php$    modules/xmcontent/viewcontent.php? [QSA]
RewriteRule    ^content-.*/comment_edit.php$    modules/xmcontent/comment_edit.php [QSA]
RewriteRule    ^content-.*/comment_reply.php$    modules/xmcontent/comment_reply.php [QSA]
RewriteRule    ^content-.*/comment_delete.php$    modules/xmcontent/comment_delete.php [QSA]
RewriteRule    ^content-.*/comment_post.php$    modules/xmcontent/comment_post.php [QSA]
RewriteRule    ^content-.*/comment_new.php$    modules/xmcontent/comment_new.php [QSA]
RewriteRule    ^content modules/xmcontent/index.html


An example of a site where all modules for Xoops are set and used as seo compatible
Contact Module:
Original Link:
https://www.gezginler.net/modules/contact/
Seo Link:
https://www.gezginler.net/iletisim/

Login

Who's Online

162 user(s) are online (57 user(s) are browsing Support Forums)


Members: 0


Guests: 162


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits