/a3 wrote:I don't really understand the movement behind "SEO URLs".
Please keep in mind that my post doesn't reflect the entire phpBB community - just my opinion.

I respect your opinion but can not agree with it.
/a3 wrote:sooskriszta wrote:may draw users' attention (and clicks)
Just searching a forum that uses SEO URLs on Google, the title and the URL were the same, so it doesn't really help at all. A lot of the links on the internet include the title of the page or at least some type of description of what the page might be about in the anchor tag or using some text anyway, so it hardly makes a difference if any at all.
Buddy, I'm sorry but doesn't seem like you read my post - not even the part that you quoted.
The point I made in the quoted portion was that even if there is ZERO technical SEO advantage to pretty URLs, there is actually an SEO advantage to them - because keywords are hihlighted in URLs on Google results page, so there is a higher likelihood for the URLs with keywords to be clicked.
Yes, the title is the same as URL, so it SHOULD NOT make a difference - but that is a gross misunderstanding of human psychology. Whether it is logical or not, that's how people behave.
Also, as you said
A lot of the links on the internet include the title of the page or at least some type of description
Inherent in this fact is that a lot of links do not include the title and description. And what of forwarded links?
/a3 wrote:Also, a reason why I am against "SEO" URLs is because phpBB is dynamic in nature, and hence should be using dynamic URLs.
Frankly, that makes no sense whatsoever. I'm not even gonna try to respond to this one.
/a3 wrote:URLs are only a very minor aspect of SEO. There are a large number of factors, including whether the content is unique on the internet, how old the domain is, backlinks and quality of, speed of the website (recently introduced by Google), markup, site structure, etc.
Yes, yes, and yes. That being said, they ARE an aspect of SEO. While many people may ignore more important things to their peril, that is not a fair rationale for their software not enabling them to take care of what can be taken care of.
/a3 wrote:A quote from Google:
Google's SEO Starter Guide wrote:Lastly, remember that the URL to a document is displayed as part of a search result in Google, below the document's title and snippet. Like the title and snippet, words in the URL on the search result appear in bold if they appear in the user's query (3). To the right is another example showing a URL on our domain for a page containing an article about the rarest baseball cards. The words in the URL might appeal to a search user more than an ID number like "www.brandonsbaseballcards.com/article/102125/" would.
Google is good at crawling all types of URL structures, even if they're quite complex, but spending the time to make your URLs as simple as possible for both users and search engines can help. Some webmasters try to achieve this by rewriting their dynamic URLs to static ones; while Google is fine with this, we'd like to note that this is an advanced procedure and if done incorrectly, could cause crawling issues with your site. To learn even more about good URL structure, we recommend this Webmaster Help Center page on creating Google-friendly URLs.
So, even though Google does say that having words in URLs can be beneficial to users, having SEO URLs also have a downside. If topics are renamed, then duplicate topics are created. Also, additional queries have to be made in viewforum.php to fetch the text part of each topic's URL.
Boy! I guess we all see what we want to see, read what we want to read, our minds are made up and we can't be convinced otherwise.
Because here's what I read in what you quoted:
Google wrote:Like the title and snippet, words in the URL on the search result appear in bold if they appear in the user's query. The words in the URL might appeal to a search user more than an ID number
That does sound suspiciously like what I said in my original post.
Google wrote:Google is good at crawling all types of URL structures, even if they're quite complex, but spending the time to make your URLs as simple as possible for both users and search engines can help.
Oh, and if you refer to the Google guide whose link you kindly provided, here's the things you should do:
Google wrote:Create unique, accurate page titles
Make use of the "description" meta tag
Improve the structure of your URLs
Make your site easier to navigate
Offer quality content and services
Write better anchor text
Optimize your use of images
Use heading tags appropriately
Make effective use of robots.txt
Be aware of rel="nofollow" for links
Well, what do you know? URL structure is at #3
/a3 wrote:A quote from Google:
Google's SEO Starter Guide wrote:To learn even more about good URL structure, we recommend this Webmaster Help Center page on creating Google-friendly URLs.
I looked it up
http://www.google.com/support/webmaster ... swer=76329How much clearer do you want them to be?
Erik Frèrejean wrote:sooskriszta wrote:/a3 wrote:Just put in mind that potentially confidential information should not be placed in URLs. If a private forum had "SEO URLs" and an external link was given, any users that click that link could leak the URL in a referrer header. Or even worse, if remote avatars were allowed, then any 3rd party sites could easily get an idea of what sort of topics are discussed in those forums.
Fair point, maybe for 1% or fewer of phpBB users.
1%?
(where did you get that number?)
I pulled the number out of my hat. But the number is not the point - the point was that a small fraction of phpbb users would benefit from that.
Erik Frèrejean wrote:It seems to me that if you've got forums that aren't publicly visible (most boards will have some sort of staff forum), you don't want any data from that forum to be leaked. Cause topic titles will always (at least I hope) describe the topic, so leaking those titles through referrers is IMHO a bad thing. Turning it off for those forums and thus mixing the types of URIs isn't a solution at all.
Is that the purpose of phpBB? To allow people to have *secret forums*? Obviously if you have secret forums, you don't want them SEO'd - doesn't take a genius to figure that out.
@most boards will have some sort of staff forum: Where did you get the "most" from

But seriously, why would mixing types of URLs not be a solution? Even in case of pretty URLs, you can always access the webpage by using the *dynamic* URL...it's just that a rewrite is done to create pretty URLs to make them seem nice to users and Search Engines
DavidIQ wrote: He's happy with it...and that's basically what it's going to come down to. If users feel that they're going to increase their ranking chances by using SEO then so be it. Will it really hurt anything? Well WordPress blogs, vBulletin, et. al. say otherwise.
Hear hear!
Erik Frèrejean wrote:/a3 wrote:If topics are renamed, then duplicate topics are created. Also, additional queries have to be made in viewforum.php to fetch the text part of each topic's URL.
Which is exactly my issue with "static", "pretty", "SEO",
(call it what you want) URLs for bulletin boards.
Okay, so we are done arguing about whether; now we are haggling about HOW

Because these statements betray a misunderstanding of how pretty URLs work...
1. A good to do it is the SMF way where URL doesn't change, once created - irrespective of whether the topic changes or not.
2. Google doesn't care about duplicate content.
3. If Google did care about duplicate content, phpBB's current URL nomenclature would mean that phpBB boards would be neck deep in sh*t...
Something along the lines of how breadcrums are would be perfect...
Domain/Forum/Board/Subboard/Topic/Message-ID
Really, this *problem* of duplicate URLs is only in your minds. Just have a look at how a hundred other scripts achieve this...
/a3 wrote:Having some sort of switch would mean extra clutter and complexity to the ACP as well as unnecessary code, and phpBB is designed to be as simple and lightweight as possible.
Truthfully, I don't even think you yourself believe that
