Tagged Questions
1
vote
1answer
55 views
URL Naming practise
Hi wanted to check if at the end of the URL (http://www.abcd.com/product-name/subproduct,default,sc.html) we have characters like default,sc and then .html, does having default,sc have an impact on ...
0
votes
0answers
19 views
Are generic keywords in url bad for SEO? [duplicate]
Possible Duplicate:
Squeezing all the SEO out of a URL as possible
Need help with URL structure. Let's say I'm a manufacturer of Wire EDM machines. Is it bad for me to put the keywords ...
4
votes
4answers
319 views
Removing page levels/ keeping url clean
I have recently put my site live - http://www.soundplaza.co.uk
I then bumped into a few articles mentioning about page length and depth and I was wondering if I should change the URL structure while ...
1
vote
1answer
97 views
“good” way to redirect users and robots for internationalization?
I have a website in Spanish and English.
When there isn't any subdomain selected the preferred language is taken from the browser preferred language or a cookie.
I have the following URLs
...
1
vote
1answer
43 views
Tricky mod_rewrite challenge
I list about 9,000 records on my little site. At the moment I'm showing them with a dynamic page, like
http://domain.com/records.php?id=019031
But I'd like to start using meaningful URLs like this ...
1
vote
1answer
15 views
Which Document Requires A Single Uri For Web Resources?
I know that giving short, clear URI that do not change with time is considered good manners, but I need to create a system that is designed not to have them. But to do this I need to go back and find ...
1
vote
3answers
541 views
How to suppress PHPSESSID in URL for Googlebot?
I use cookie based sessions, and they work for normal interaction with our site. However, when Googlebot comes crawling our PHP framework, Yii, needs to append ?PHPSESSID to each URL, which doesn't ...
2
votes
2answers
289 views
Facebook company pages, why some are simple urls and some are strange long urls?
I'm trying to set up this damn FB page for the company where I'm working for.
I think it's probably useless stuff, but I want to give a try.
I came up with this page:
...
5
votes
4answers
239 views
I want to run a URL shortener for my own usage, what do I need to do?
I am tired of using external URL shorteners, my favorite "tr.im" went out of business. I know there are some that will do reporting for me, but I want to run my own, so I can see the usage myself, for ...
5
votes
3answers
290 views
Clean URL: with or without “?”
Simple question
What is better:
http://www.example.com/product/123/subpage/456.html
or
http://www.example.com/product?123/subpage/456
As far as I know they would rank the same SEO wise, but my ...