Jump to content

[SOLVED] Something new to me, what is it?


unsider

Recommended Posts

One thing I've never really payed much attention to, but jut recently started noticing is that some sites are displaying page URL's without the file extension at the end of them. I'm curious what this is called.

 

ie.

 

example.com/forums/index.php?action=post,board=1.0

 

example.com/forums/post/board/1/

 

I'm surprised I never really noticed this, or knew what it was. Other than a clean URL, *shrug*.  So please educate me.

 

Link to comment
Share on other sites

Hi unsider,

 

You can use static URLs with URL rewrite/.htaccess combination. This helps in improving SEO. please google around for more info.

 

hmm i dont think it will really help SEO thingy? can you tell us how?

 

because if this is dynamic query string then you will have dynamic URL and google will be confused indexing that page?

 

please correct me if i was wrong

 

 

Link to comment
Share on other sites

Hi Juan,

 

let me try...

 

Generally we have URLs like

 

category.php?id=1 //displays details of category with id = 1

category.php?id=2 //displays details of category with id = 2

and so on...

 

1) Google does not like URLs with "?".

2) There is no information about the category itself in the URL so google does not get more information..

 

 

Using Static URLs we can use following URLs for the same purpose..

 

category/1/mobiles.html // this will internally redirect to category.php?id=1

category/2/washing_machines.html // this will internally redirect to category.php?id=2

 

1) There are no "?" so google likes them

2) There is information about category name so google indexes the url higher.

 

hope it is clear...

 

atleast thats my understanding..:) i may be wrong.

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.