Topic: SEO for PHP Classifields?

Hi,

Does Deltascripts provide any SEO plugin for PHP Classifields? I want to have short URLs on my page.

IF it cost - how much?

-------------------
You can now download SEO mod for PHPClassifieds v7 FOR FREE:
SEO mod for PHPClassifieds v7

Last edited by eth_0 (2007-07-26 21:50:25)

eth_0 | GG:4500044 | Address IP | Śmieszne zdjęcia
DOWNLOAD SEO MOD FOR PHPClassifieds v7:SEO mod for PHPClassifieds v7

+ -

Re: SEO for PHP Classifields?

We do not have such a plugin.

But using mod_rewrite is a option. However, the same reason why Google doesn

Re: SEO for PHP Classifields?

are wrote:

We do not have such a plugin.

But using mod_rewrite is a option.

Does anybody have a good and working .htaccess file for Classifields v7?

eth_0 | GG:4500044 | Address IP | Śmieszne zdjęcia
DOWNLOAD SEO MOD FOR PHPClassifieds v7:SEO mod for PHPClassifieds v7

+ -

Re: SEO for PHP Classifields?

Useful things but simple to implement like SEO mod_rewrite features are not included with php classifieds. Because, we need to purchase all the useful plugins from AlexG and the cost of the same is sky level. Each and every plugins are litle bit costlier than php classifieds script. I could not understand this concept of marketing with delta scripts. There should be a community forum which deals with php classifieds and its add on's as well as plugins to help the users.

+ -

Re: SEO for PHP Classifields?

DeltaMods was a external company that wrote plugins for PHP Classifieds and did not have anything directly to do with me, and of course he had to make some money too. He had time to make mods, while I didn

Re: SEO for PHP Classifields?

arkesar wrote:

Options +FollowSymLinks
RewriteEngine on
RewriteRule ad(.*)\.htm$ /detail.php?id=$1 [L]
RewriteRule cat(.*)\.htm$ /index.php?catid=$1 [L]

THX I must test it wink

eth_0 | GG:4500044 | Address IP | Śmieszne zdjęcia
DOWNLOAD SEO MOD FOR PHPClassifieds v7:SEO mod for PHPClassifieds v7

+ -

Re: SEO for PHP Classifields?

What do we have to change in template and language files Arkesar ?
I tried the htaccess and nothing happend. I still have http://www.mywebsite.com/detail.php?id=246
Sure that i forgot something but what ?
Thx

+ -

Re: SEO for PHP Classifields?

You need to change the urls in the templates. Like where it says <a href="http://DOMAIN.COM/detail.php?id=$id">, and change this to <a href="http://DOMAIN.COM/$id.html"> for example. This must be done for all templates in the templates dir.

Note that far from every webhost lets you use .htaccess files to turn features on/off, and in many cases mod_rewrite module that linux uses, can be troublesome to get working. Also, I will asume you wouldn

Re: SEO for PHP Classifields?

So, what is the alternative Are ?
Regards - Maikhrap

+ -

Re: SEO for PHP Classifields?

are wrote:

We do not have such a plugin.

But using mod_rewrite is a option. However, the same reason why Google doesn

Last edited by bestempire (2006-09-16 15:56:49)

+ -

Re: SEO for PHP Classifields?

No, htacess.txt wouldn't work - sorry

PHPClassifieds 7.5, www.zofenmarkt.net, eMail: admin@zofenmarkt.net

Re: SEO for PHP Classifields?

Problem when you turn pages, browsing a category

For example

You can rewrite http://www.yoursite.com/index.php?catid=1 to http://www.yoursite.com/category_1.html
But
http://www.yoursite.com/category_1.html … ;offset=50

never turns the page with the offset and keeps always the first page

Last edited by bestempire (2007-03-09 19:28:15)

+ -

Re: SEO for PHP Classifields?

are wrote:

We do not have such a plugin.

But using mod_rewrite is a option. However, the same reason why Google doesn

+ -

Re: SEO for PHP Classifields?

what would be really great is, if the Category name was part of the URL

http://www.mysite.com/cars/ford

or


http://www.mysite.com/cars-ford

I've seen this converted by one the CMS programs

generally, they strip extra chars ()"" and replace 'spaces' between words with a '-'

you need to use a '-' and not a '_' as google sees the '-' as two words and the '_' example as one word

Last edited by Tpyo (2007-03-11 08:24:32)

+ -

Re: SEO for PHP Classifields?

Hi,

I have almost finished mod_rewrite .htaccess for PHPClassifields smile

Please take a look at my webpage: http://www.kieleckie.org

eth_0 | GG:4500044 | Address IP | Śmieszne zdjęcia
DOWNLOAD SEO MOD FOR PHPClassifieds v7:SEO mod for PHPClassifieds v7

+ -

Re: SEO for PHP Classifields?

Eth_0. Plese share when you're finished!

smile

+ -

Re: SEO for PHP Classifields?

arkesar wrote:

PHPClassifieds 7 have links with 1 or 2 variables max, the spiders no have problems with few variables.
With phpclassifieds v7 now is more easy, could to use .htaccess with the follow by example:
Options +FollowSymLinks
RewriteEngine on
RewriteRule ad(.*)\.htm$ /detail.php?id=$1 [L]
RewriteRule cat(.*)\.htm$ /index.php?catid=$1 [L]
.

It's wroking fine but i can't do it with (user_info.php?user_id=1)
i tried  (RewriteRule user(.*)\.htm$ /user_info.php?user_id=$1 [L])  but it says error Invalid MySql query
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'html' at line 1

How to solve this buddy!
Thanks in advance.  wink

Last edited by himan (2007-03-14 07:53:06)

+ -

18

Re: SEO for PHP Classifields?

I

19

Re: SEO for PHP Classifields?

himan wrote:
arkesar wrote:

PHPClassifieds 7 have links with 1 or 2 variables max, the spiders no have problems with few variables.
With phpclassifieds v7 now is more easy, could to use .htaccess with the follow by example:
Options +FollowSymLinks
RewriteEngine on
RewriteRule ad(.*)\.htm$ /detail.php?id=$1 [L]
RewriteRule cat(.*)\.htm$ /index.php?catid=$1 [L]
.

It's wroking fine but i can't do it with (user_info.php?user_id=1)
i tried  (RewriteRule user(.*)\.htm$ /user_info.php?user_id=$1 [L])  but it says error Invalid MySql query
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'html' at line 1

How to solve this buddy!
Thanks in advance.  wink

This worked for me:

RewriteEngine on
RewriteRule ad(.*)\.htm$ /classifieds/detail.php?id=$1 [L]
RewriteRule cat(.*)\.htm$ /classifieds/index.php?catid=$1 [L]
RewriteRule user(.*)\.htm$ /classifieds/user_info.php?user_id=$1 [L]

The error message you are posting says "html" with an L at the end. Maybe some typing error in your .htaccess/apache lines?

Re: SEO for PHP Classifields?

are wrote:

This worked for me:

RewriteEngine on
RewriteRule ad(.*)\.htm$ /classifieds/detail.php?id=$1 [L]
RewriteRule cat(.*)\.htm$ /classifieds/index.php?catid=$1 [L]
RewriteRule user(.*)\.htm$ /classifieds/user_info.php?user_id=$1 [L]

The error message was because i made a duplication with the item id (detail.php?id) and the user_id, but is still can't get it. i deleted the (detail.php?id) and i worked fine

One more question and in the same time a good suggestion for your great script.

in the User info page (user_info.php?user_id=1) i'm looking for a mod_rewrite that can change this (www.somesite.com/folderA/folderB/user_info.php?user_id=1)  into this (www.somesite.com/folderA/1) which (1) is the ID of this user and under the folderA.
Why to do this, because i'm thinking if some users have many products on the site and they want to give their friends a simple link that contains all these products. like as i said (www.somesite.com/folderA/1)
* i hope in future there would be a feature that enables any user to have his own page with a simple URL that containing all his products. I hope u got what i mean! wink;)

Last edited by himan (2007-03-15 12:19:11)

+ -

Re: SEO for PHP Classifields?

Any one interested in buying SEO mod for PHPClassifieds?

Check it in action at Kielce

Only 50$ per licence smile

Please send PM or contact by ICQ: 452170073

Last edited by eth_0 (2007-03-15 16:24:52)

eth_0 | GG:4500044 | Address IP | Śmieszne zdjęcia
DOWNLOAD SEO MOD FOR PHPClassifieds v7:SEO mod for PHPClassifieds v7

+ -

Re: SEO for PHP Classifields?

are wrote:

I

+ -

Re: SEO for PHP Classifields?

You can now download SEO mod for PHPClassifieds v7:
SEO mod for PHPClassifieds v7

PLEASE DOWNLOAD IT FROM MY SITE!!!

Last edited by eth_0 (2007-07-26 21:49:45)

eth_0 | GG:4500044 | Address IP | Śmieszne zdjęcia
DOWNLOAD SEO MOD FOR PHPClassifieds v7:SEO mod for PHPClassifieds v7

+ -

Re: SEO for PHP Classifields?

eth_0, the link doesn't work :-(

Daniel C

Re: SEO for PHP Classifields?

Here you can download it


www.japon.com.ve/seo


Cheers

Alejandro Patino
CEO
somosnegocios.com
Business for sale, Franchises, Exporter directory

+ -

Posts [ 1 to 25 of 153 ]

Pages 1 2 3 7 Next

You must login or register to post a reply


 

Return to DeltaScripts homepage