Support Forums

SEO Mod question

This is a discussion on SEO Mod question within the Modules / Plugins / Modifications forums, part of the Developer Forums category; Hello, For my website I use: 68C Developer-v4.2.1 with SEO mod seo -v2.1.1 Sigma template, TemplateCodes How can I change, ...


Go Back   68 Classifieds Forums > Developer Forums > Modules / Plugins / Modifications

Reply
 
Thread Tools Display Modes
Old 10-22-2010, 03:21 AM   #1
Customer
 
Join Date: Oct 2010
Posts: 53
Rep Power: 5
zooi is on a distinguished road
Post SEO Mod question

Hello,

For my website I use:

68C Developer-v4.2.1 with SEO mod seo-v2.1.1
Sigma template, TemplateCodes

How can I change, read translate, the bold marked text in dutch language so that the website still keep working without 404

mydomain.nl/categories/autostoeltjes.html
mydomain.nl/listing/1/Te_koop_Boneco_7144_ultrasone_luchtbevochtiger.htm l

Is this possible? I have tried several times but without succes so far.

Thank you in advance for your reply.

Zooi
zooi is offline   Reply With Quote
Old 10-22-2010, 06:09 AM   #2
All Hands On Deck
 
 
Join Date: Mar 2008
Posts: 3,342
Rep Power: 84
seymourjames is a jewel in the rough
Default

This may be more difficult than it appears. You could try to use .hraccess and the SEO module to change the word categories and listings. That means you change the destination on the rewrite in .htaccess and in the lower part of the hooks file (arrray afterwards) in the module. It may work but you may get problems overall in the script. Worth a try. Test it out.

e.g "categories/\\1/sort/\\2/order/\\3/page/\\4.html" becomes "XXXX/\\1/sort/\\2/order/\\3/page/\\4.html",

and in .htaccess


RewriteRule ^XXXX/([0-9a-zA-Z_-]+)\.html$ category.php?cat=$1 [NC,QSA]

What you cannot do though is start changing the order to do away with directory path seperators or it starts to get very complex. e.g. removing the / s.
__________________
"The fool doth think he is wise, but the wise man knows himself to be a fool.".

TemplateCodes.com for 68C, Version 4 Templates & Modules
Get the Best U.S Hosting, Best U.K Hosting

Last edited by seymourjames; 10-22-2010 at 06:13 AM.
seymourjames is offline   Reply With Quote
Old 10-23-2010, 07:31 AM   #3
Customer
 
Join Date: Oct 2010
Posts: 53
Rep Power: 5
zooi is on a distinguished road
Default

Ok, thanks for the reply. It seems a lot of work and I doubt if it is woth all the trouble that may appear.
zooi is offline   Reply With Quote
Old 10-23-2010, 09:04 AM   #4
All Hands On Deck
 
 
Join Date: Mar 2008
Posts: 3,342
Rep Power: 84
seymourjames is a jewel in the rough
Default

No its not. Just about 5 lines in each file if that. Just try one of them.
__________________
"The fool doth think he is wise, but the wise man knows himself to be a fool.".

TemplateCodes.com for 68C, Version 4 Templates & Modules
Get the Best U.S Hosting, Best U.K Hosting
seymourjames is offline   Reply With Quote
Old 10-24-2010, 09:38 AM   #5
Customer
 
Join Date: Oct 2010
Posts: 53
Rep Power: 5
zooi is on a distinguished road
Default

1) I gave it a try and managed to replace categories to categorie and contactus to contact.
2) Strange enough it gives a blank page when I modify listing to advertentie and listings to advertenties?

3) Also search to zoek failed and resulted in blank page while I did the same steps as in item 1
zooi is offline   Reply With Quote
Old 10-24-2010, 03:27 PM   #6
All Hands On Deck
 
 
Join Date: Mar 2008
Posts: 3,342
Rep Power: 84
seymourjames is a jewel in the rough
Default

Search through your php files to see if the word 'listing' (singular not plural) is hardcoded anywhere else. There may be something else going on. However, just as a caution if you start to alter core files you should document that in the file and with a changelog.

RewriteRule ^ advertentie/([0-9]+)/([0-9a-zA-Z_-]+)\.html$ viewlisting.php?view=$1 [NC,QSA]

Search should certainly work. It did for me


RewriteRule ^zoek\.html$ search.php [NC,QSA]

You may also need to perhaps hardcode some of your urls in your template as well. I seem to remember it was necessary to do this.
__________________
"The fool doth think he is wise, but the wise man knows himself to be a fool.".

TemplateCodes.com for 68C, Version 4 Templates & Modules
Get the Best U.S Hosting, Best U.K Hosting

Last edited by seymourjames; 10-24-2010 at 03:34 PM.
seymourjames is offline   Reply With Quote
Old 10-25-2010, 12:17 PM   #7
Customer
 
Join Date: Oct 2010
Posts: 53
Rep Power: 5
zooi is on a distinguished road
Default

Ok thank you for your reply.
zooi is offline   Reply With Quote
Reply

Thread Tools
Display Modes



All times are GMT -4. The time now is 01:54 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2011, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0