Tagged Questions
0
votes
0answers
13 views
Remove index.php from URL and still be able to POST [duplicate]
I am redirecting requests to index.php with .htaccess as follows:
RewriteCond %{REQUEST_URI} index\.php
RewriteRule ^(.*)index\.php$ /$1 [R=301,L]
It works fine but the problem is forms are not ...
1
vote
1answer
37 views
What are the pro and cons of using friendly URLs compared to query parameters (and vice versa)? [duplicate]
I am noticing that more and more sites prefer using "friendly URLs" over adding information as query parameters. For example:
domain.com/product/3343/
compared to
...
2
votes
1answer
28 views
Force url to use www [duplicate]
I'm confused about how to force my url to use www in the address.
I have a .htaccess code like this:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
...
11
votes
3answers
711 views
Why extensions are hidden in URL?
I know HTML and CSS like a mid level still not a pro. Many times I see in URL extensions are hidden (e.g. .html, .php) but everybody is not doing this.
Why do they do that? Is it for security, or for ...
1
vote
2answers
73 views
Are there some permalink typology better than others for SEO?
I am pretty new in WordPress and on my blog I am using permalinks.
I have seen that there are 5 topologies of permalinks and I don't know if some types are better than others for search engines for ...
0
votes
0answers
40 views
URL rewrite with mod_rewrite
I have rewrite rule in parent directory which rewrites URL:
From example.com/index.php?id=test&cat=category
To example.com/index?test&cat=category
Here is my .htaccess file:
Options ...
0
votes
1answer
253 views
Why is ww35 used in some URLs? [duplicate]
A question asked on my website here http://www.wrangle.in/topic/av5b5ymlhoyc/what-is-the-difference-between-www-or-ww
I want to give them answer but I didn't find anywhere on google. So I thought ...
2
votes
1answer
133 views
How do I use htaccess to make a short URL to a MediaWiki page?
I'd like to rewrite /liam to /index.php/Liam_Edwards-Playne. I've currently written this below in the appropriate .htaccess file but it is still returning a 404:
RewriteEngine On
RewriteRule ^/liam$ ...
0
votes
0answers
3 views
Job Search Engine Url Structure Issue [duplicate]
Possible Duplicate:
What is the best stucture of SEO friendly URL?
I am working on a job board, and i'm trying to figure out a good design for URL structure.
Some things that I have found ...
0
votes
1answer
92 views
How to take off .html from domain.com/page.html
I am using cPanel to build a website and I am not sure how to take the .html or .php file extension off my webpages. Usually I will use a python framework and I do the routing manually but I am not ...
3
votes
4answers
437 views
Which URL is SEO friendly?
I have to choose between two usernames, one comprises of just my first name i.e. http://example.com/john while the other comprises of full name i.e. http://example.com/johnsmith.
Which of the above ...
2
votes
1answer
601 views
Google on capital letters in url
I created one of my websites with the following url structure:
http://domain.com/Animal/Pig
http://domain.com/Pigs
If I change the url map to lower case letters instead, will google reindex those ...
0
votes
1answer
342 views
url naming convention for improved seo and page rank [duplicate]
Possible Duplicate:
What is the best stucture of SEO friendly URL?
Using url rewriting methods, what is a better way to organize the structure of the URLs of your website for SEO and user ...
5
votes
5answers
407 views
URL for separate mobile site
I've had a look through this site and found several similar questions but none which address my current needs.
Normally I create responsive sites but on occasion I will create a 'desktop' and a ...
2
votes
2answers
674 views
apache rewriting url doesn't work(using godaddy hosting)
I'm using a framework to create my website(codeigniter) by default the urls are like this:mysite.com/index.php?/etc/etc/etc.
And I'm trying to remove the index.php?, I tried to remove it by doing ...
2
votes
1answer
110 views
URL rewrite and domain frame
I have registered the domain www.posti.sh at nic.sh. The website is on the server www.myskoob.com/postish. Unfortunately, nic.sh does not support frames, i.e. that the domain stays posti.sh as it ...
1
vote
1answer
353 views
Are urls with ?page=something bad for SEO? [duplicate]
Possible Duplicate:
Is a URL with a query string better or worse for SEO then one without one?
I have a listing of members on my homepage. My dynamic urls are quite simple:
...
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 ...
0
votes
2answers
193 views
How to allow nonsense characters as web url for example: & * Ö :: and more
I have a database which contain many name with combination of those characters. Once i will reload them, they will become public web url.
So that visitor if open this url (its valid??): ...
1
vote
2answers
1k views
Using ending .html for URL re-write?
For re-writing URLs to generate SEO friendly pretty URLs, it was usually recommended to use the ending extension (normally .html), as without the extension, the URL seems to be incomplete. Probably, ...
5
votes
3answers
10k views
How to remove trailing slashes from URL with .htaccess?
The situation
Across the entire domain, we'd like the URLs to hide file extensions and remove trailing slashes, independent of the domain name itself (as in, works on any domain).
Sample of our ...
1
vote
3answers
1k views
Search Engine Friendly URLs with Query String
I have content that can be accessed from various ways. For example my content is reviews and I have three type of reviews:
/customer-reviews/11/slug.html
/third-party-reviews/11/slug.html
...
5
votes
3answers
258 views
Why treat these as different URLs?
These are all strictly different urls:
http://www.example.com/page
http://www.example.com/pAge
http://www.example.com/page/
http://www.example.com/paGE/
I get that it conforms to the strict ISO ...
1
vote
1answer
58 views
How do search engines handle URL's when it comes to SEO?
I am building a website using Symfony. At the moment, the "raw" URL's being used are like this:
www.localhost.com/mainpage/home
www.localhost.com/events/1/name-of-the-event
When the development of ...
1
vote
1answer
404 views
Can Apache “Correct” URL Case?
Let's say I keep every word of file names capitalized. For example, Home.php or MultipleWordTitle.html.
Is there any way for Apache to redirect requests for incorrectly-cased URLs to the capitalized ...
3
votes
1answer
188 views
SEO - reducing URL length
Take a recent question:
http://stackoverflow.com/questions/6479771/properties-of-inner-exception-are-disposed
Instead of having an integer, if we base 36 encode the question ID we get 3uvtn, cutting ...
7
votes
2answers
513 views
SEO : urls : best place for the id
I would like to know what's the best location for an id in a SEO optimized URL:
http://www.site.com/id/slug-title
http://www.site.com/slug-title-id
What do you think ?
2
votes
2answers
83 views
Displaying “index.php” in URL
Is there a best practice/convention to have www.example.com as opposed to www.example.com/index.php in a site's URL? I made the links to the homepage relative (i.e. href="index.php") as opposed to ...
1
vote
1answer
50 views
mod_rewrite change . to -
I'm moving my site and the URL structure has changed because of the new CMS. The urls would be similar to /my.products.htm on the new site we are changing the URLs to this /my-products is their a way ...
7
votes
4answers
176 views
Which of these 3 URL-Rewritings are better seo friendly URLs?
Imagine my current flat-file non-cms website with an URL like http://website.com/en/tomato
This is of course very unsexy and could be anything really from tomato soup, tomato the music band, tomato ...
0
votes
1answer
220 views
How to block access to a sub-site with mod_rewrite?
Let's say I have the sites siteA.com and siteB.com. They are hosted such that siteB.com actually points to siteA.com/siteB.
How can I block someone from visiting siteA.com/siteB using mod_rewrite?
...
3
votes
2answers
1k views
In a URI, what does the suffix “.do” stand for?
I see URI ending in ".do" on some enterprise websites. I've always been curious to know what that stands for, but my Google searches have so far not turned up an answer.
Here is an example from ATT ...
2
votes
2answers
404 views
Which URL format is better? domain.com/[id]/title OR domain.com/title/[id].html [duplicate]
Possible Duplicate:
SEO : urls : best place for the id
My site uses URL rewriting in both formats (for different things), but I'm wondering which one is the better approach?
...
1
vote
1answer
146 views
Should I use subdomains or subfolders for my user groups?
I run a photography website where each user has its own subdomain (i.e. user.site.com). I'm thinking of adding user groups but I'm unable to decide if I should also associate a separate subdomain or ...
0
votes
3answers
1k views
#! in URL: Is there any merit to using the shebang (#!) in URL if there is no AJAX-loaded content, but otherwise dynamic page generation?
Is there any reason, possibly SEO related, to using the shebang (aka "hashbang") in rewritten URLs on a dynamic site, but one that does not use AJAX?
4
votes
6answers
965 views
WWW.yoursite.com or HTTP://yoursite.com which one is futureproof?
http://yoursite.com
www.yoursite.com
http://www.yoursite.com
yoursite.com
Which of these would you choose as your favourite to work with, if you were to make a site for 2011 and beyond, which ...
7
votes
3answers
193 views
SEO and Changeable-But-Optional URL's
Is there any sort of downside for a URL being changeable?
Take any stack exchange question for example. The URL looks something like this:
...
5
votes
6answers
941 views
SEO: do we need to redirect also pages with final slash?
i read on Google SEO REPORT CARD that for search engines this page:
http://www.domain.com/somepath
is a different page than this one:
http://www.domain.com/somepath/ (note the final slash '/')
...
2
votes
1answer
722 views
SEO benefits of URL as: www.example.com/category/subcategory/ [duplicate]
Possible Duplicate:
debating between different kinds of URL and see if one is more seo-friendly than other…
Our SEO advisors are claiming that having our URLs in the form:
...
3
votes
3answers
534 views
Good Practice for Formatting SEO-Friendly URLs?
Does anybody know what the best SEO practice and most effective format for URLs is currently?
All lowercase or mixed case? Example:
http://www.mysite.com/What-is-My-Site/
OR
...
2
votes
1answer
153 views
Debating between different kinds of URL and see if one is more seo-friendly than other…
So something like domain.com\x\y\z\t and domain.com\x?var1=y&var2=z&var3=t (var1, var2 and var3 will be replaced by legit words that make more sense).
Which one is more SEO friendly? For my ...
3
votes
1answer
79 views
Why is www. working but no-www is not?
Right now my site runs on http://www.example.com but I need to run that without www also i.e example.com
Can some body tell me here that how can i do that?
8
votes
6answers
1k views
Poor Man's Clean URLs vs. Mod_Rewrite
At the company where I work, we're getting ready to design a new web site, and there's some disagreement about how to do clean URLs. Over the past year we've been making small improvements to our ...
4
votes
7answers
3k views
How do you remove invalid characters when creating a friendly url (ie how do you create a slug)?
Say I have this webpage: http://ww.xyz.com/Product.aspx?CategoryId=1
If the name of CategoryId=1 is "Dogs" I would like to convert the URL into something like this: http://ww.xyz.com/Products/Dogs
...