68 Classifieds Forums

Modification: Search Engine Friendly URL

This is a discussion on Modification: Search Engine Friendly URL within the v3.1 Modules & Modifications forums, part of the v3.1 Legacy Help & Support category; arminium, im not following you at all in regards to problems with the sitemap.php file. If I look at your ...


Go Back   68 Classifieds Forums > v3.1 Legacy Help & Support > v3.1 Modules & Modifications

Reply
 
LinkBack Thread Tools Display Modes
  #21  
Old 09-25-2006, 11:58 AM
Lhotch's Avatar
Moderator
 
Join Date: Mar 2006
Posts: 3,654
Rep Power: 90
Lhotch is just really niceLhotch is just really nice
Default

arminium, im not following you at all in regards to problems with the sitemap.php file.

If I look at your sitemap file ( http://www.frustratedkids.com/sitemap.php ) I get the following...(this is just a partial output)

<urlset>

<url>
<loc>http://www.frustratedkids.com/</loc>
<lastmod>2006-09-26</lastmod>
<changefreq>daily</changefreq>
<priority>1</priority>
</url>

<url>
<loc>http://www.frustratedkids.com/search.php</loc>
<lastmod>2006-09-26</lastmod>
<changefreq>monthly</changefreq>
<priority>1</priority>
</url>

<url>

<loc>
http://www.frustratedkids.com/toplis...hp?pg=featured
</loc>
<lastmod>2006-09-26</lastmod>
<changefreq>daily</changefreq>
<priority>.8</priority>
</url>
__________________
Larry.
(Please note: I am not a 68C employee. I am a customer and volunteer who helps with questions where I can and the forums spam free)

Set your site apart from the competition with one of my modules......
Google Map Module | You Tube Module | Google Calendar Module

68 Classifieds Important Links
Customer Area | Issue Tracker | Knowledge Base | User Manuals
Reply With Quote
  #22  
Old 09-25-2006, 12:03 PM
juven14's Avatar
Moderator
 
Join Date: Mar 2006
Location: NJ/NYC Area
Posts: 2,132
Rep Power: 57
juven14 is a jewel in the rough
Send a message via Skype™ to juven14
Default

Quote:
Originally Posted by arminium View Post
I noticed in another thread maybe start of this one that john was talking about search engines possiblly running over a site and suggesting changing <html> with something else is that something that helps or just a last resort

I was just taking a stab in the dark, I only compared his site source with mine and notice the closing tags where using /> which is xhtml and it was generating a lot of errors in the validator. This had no effect what so ever.

I believe you are posting the wrong link, you are talking about the not well-formed error for external.php correct?

This is because you must use htmlspecialchars() for the variables passed through xml - because it treats & and other special characters as instructions and causes the error.

This is how it should be used:

htmlspecialchars($listing[title]) or htmlspecialchars($listing[shortdescription])

Edit:
Whops, looks like I wasn't talking about the right page. - not the first time either.
__________________
Regards,

John


“By perseverance, study, and eternal desire, any man can become great.” George S. Patton

Last edited by juven14; 09-25-2006 at 12:05 PM.
Reply With Quote
  #23  
Old 09-25-2006, 12:05 PM
arminium's Avatar
Member
 
Join Date: Sep 2006
Location: Oz
Posts: 59
Rep Power: 11
arminium is on a distinguished road
Default sitemap output

larry,

it looks good now,

it didn't look like that 15 minutes ago


who cares it looks good now and its submitted to google

I think i need sleep maybe its just my eyes

Thank guys you's are great hopefully i can help you guys out one day
Reply With Quote
  #24  
Old 10-12-2006, 06:39 AM
frommarcq's Avatar
Senior Member
 
Join Date: Mar 2006
Location: Lille (France)
Posts: 118
Rep Power: 14
frommarcq is on a distinguished road
Thumbs up SEO and categories' URLS

Hi everybody

(Nice to be back again in this forum. Everything's working fine, that's why I you didn't hear about me... )

I just have a question about SEO :

With the module, it's possible to change the URL of an ad

for example :
'mysite.com/viewlisting.php?view=1' will appear as 'mysite.com/ads/1/title_of_my_ad.html'


Is it possible to make the same changes for categories' URLS
for example :
'mysite.com/category.php?type=9' would appear as
'mysite.com/categories/9/title_of_the_category.html'


May be the answer has been given on the forum, but I didn't find it.

Thanks for your help !

Regards

Pascal
__________________
68classifieds (V4.0.9Developer)
Reply With Quote
  #25  
Old 11-25-2006, 04:14 AM
Junior Member
 
Join Date: Nov 2006
Posts: 6
Rep Power: 0
classifiedupdate.com is on a distinguished road
Default what is wrong

Quote:
Originally Posted by suzkaw View Post
Click here to view the full details.

If you have any questions or need support with this modification please reply below.
i have install the seo module at http://www.classifiedupdate.com and when i click on the category links this link shows The page cannot be found and url shows http://www.classifiedupdate.com/cate...%5B%5Bid%5D%5D

my package is developers package.
Reply With Quote
  #26  
Old 11-25-2006, 09:09 AM
juven14's Avatar
Moderator
 
Join Date: Mar 2006
Location: NJ/NYC Area
Posts: 2,132
Rep Power: 57
juven14 is a jewel in the rough
Send a message via Skype™ to juven14
Default

Be sure that you've uploaded the .htaccess file and that it + the module files don't have 0 for the file size.
__________________
Regards,

John


“By perseverance, study, and eternal desire, any man can become great.” George S. Patton
Reply With Quote
  #27  
Old 11-25-2006, 12:16 PM
Junior Member
 
Join Date: Nov 2006
Posts: 6
Rep Power: 0
classifiedupdate.com is on a distinguished road
Default i have donot

i have reuploaded the module as well as htaccess file but same problem there

can you explain in detail please ?
Reply With Quote
  #28  
Old 11-25-2006, 01:21 PM
Lhotch's Avatar
Moderator
 
Join Date: Mar 2006
Posts: 3,654
Rep Power: 90
Lhotch is just really niceLhotch is just really nice
Default

Quote:
Originally Posted by classifiedupdate.com View Post
i have reuploaded the module as well as htaccess file but same problem there

can you explain in detail please ?
Which template are you using? Also, does your host have mod-rewrite enabled?
__________________
Larry.
(Please note: I am not a 68C employee. I am a customer and volunteer who helps with questions where I can and the forums spam free)

Set your site apart from the competition with one of my modules......
Google Map Module | You Tube Module | Google Calendar Module

68 Classifieds Important Links
Customer Area | Issue Tracker | Knowledge Base | User Manuals
Reply With Quote
  #29  
Old 11-26-2006, 12:25 AM
Junior Member
 
Join Date: Nov 2006
Posts: 6
Rep Power: 0
classifiedupdate.com is on a distinguished road
Default 68auto-red

hi

68auto-red is the template iam using
Reply With Quote
  #30  
Old 11-26-2006, 11:45 AM
Lhotch's Avatar
Moderator
 
Join Date: Mar 2006
Posts: 3,654
Rep Power: 90
Lhotch is just really niceLhotch is just really nice
Default

Quote:
Originally Posted by classifiedupdate.com View Post
hi

68auto-red is the template iam using
It very well could be that the SEO mod isnt compatible with the template your using but I will have to let Eric chime in on that.

To determine if thats the issue, try setting your site to use the default templates and see if the SEO mod works, if it does then its a template issue and not a problem with your host.
__________________
Larry.
(Please note: I am not a 68C employee. I am a customer and volunteer who helps with questions where I can and the forums spam free)

Set your site apart from the competition with one of my modules......
Google Map Module | You Tube Module | Google Calendar Module

68 Classifieds Important Links
Customer Area | Issue Tracker | Knowledge Base | User Manuals
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Search Engine Friendly URL's Chad Pre Sales Questions 5 02-02-2007 06:26 PM
Search engine friendly? Unregistered Pre Sales Questions 2 12-22-2006 12:01 PM
Search Engine Friendly urls Mikael v3.1 Questions & Support 1 06-23-2006 09:43 AM
Search engine friendly urls SkGold v3.1 Questions & Support 3 06-15-2006 12:40 AM
Search Engine Friendly URL's Eric Barnes v3.1 Questions & Support 2 04-26-2006 01:16 PM


All times are GMT -4. The time now is 03:37 PM.


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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22