Jump to content

Need advice on having a good url and page title


bugzy

Recommended Posts

Hello guys need some advice on having a good url and page title for public pages.

 

This is of course for SEO purposes.

 

I don't want want my visitors to see a pages w/out and page tile and having a url link like

 

www.mywebsite.com?id=123232323

 

 

I wonder if I needed to put another column on the table that will serve as the title or just use the page name column and category name column?

 

 

I wonder how you guys doing it? any ideas?

Link to comment
Share on other sites

page name works but certain characters might mess things up, so a page name might be johnny's gallery you want to have another colum called pagelink (or whatever you want to call it) and replace out the characters to become johnnys_gallery

Also remember to escape that ' in johnny's gallery.

Also remember to make sure no two links are the same, so add a random number at the end if a link already exists, and make sure that one doesn't exist too etc.

Link to comment
Share on other sites

you simply make the title seo friendly so you dont have to worry about adding additional fields

 

Problem is where will I get those that I will put on the title if I will not add another fields? Aside of course from the domain itself. As much as possible I want php to handle the title..

Link to comment
Share on other sites

if you use php to change the page title to a url safe equivilent, you will need to store is somewhere or how else will you look it up?, you cannot second guess where you have removed apostrophe from in a page title to make it url safe.

 

you need an extra column in the database, also also need to check on insert/update that it is unique, so that you dont get 2 pages with the same url

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.