Not Feasible seo url, replace old style url

ausmann

New Member
License Active
Hello.
Now added to the sites directory result pages have a url with login:
../?a=details&u=supermartin
/site_supermartin.html (with rewrite on)

For VISIOLIST not enough choice display links in other ways.
1. Variant, the URL of the page with name site (title to translit)
../ultima-online-phoenix-drop999-server-id123.html

2. Variant, the URL of the page with a site id:
../id123.html

It's really make?)
 
Last edited:

Mark

Administrator
Staff member
hello, please enable clean_urls in admin->settings.

it makes your URL's like:
/details/supermartin/

instead of ?a=details&u=supermartin
 

ausmann

New Member
License Active
Hello.
That's right, and we have now (old variant, nickname in url).

Please note, I ask quite a different variant of links.
......
1. Variant, the URL of the page with name site (title to translit)
../ultima-online-phoenix-drop999-server-id123.html

2. Variant, the URL of the page with a site id:
../id123.html

It's really make?)
 

ausmann

New Member
License Active
I think that you didn't understood what I want. The idea is that the gaming server name is readable in translit into site link.:)
Sample:
mysitetop.com/ultima-online/ultima-online-phoenix-drop999-server-id123.html
 

Mark

Administrator
Staff member
ahh so you want to use the title instead of the username as the URL slug.

That is probably do-able, but the SEO benefits are minimal and would create bugs that would need to be worked out (especially for existing lists and integration with other plugins and themes).

I may consider this in the long term future, but not at this time.

You could also create a plugin to do this with some basic PHP knowledge, but again, you will create a lot of bugs for yourself for questionable gains.
 

ausmann

New Member
License Active
Thank you, yes, its know;)
A couple of years ago I installed the site aardvark, more time modify skins and scripts.
Basic knowledge of php have, and helps find solutions google search)

Prompt what scripts should be edited to:
1. What edit scripts, which, when added to the site visiolist, record information about the site? (I want to add in the alter table seourl column base)
2. How to create a global variable {$seourl} which will display data from a database table "seourl" for any skins?
 
Top