Tagged Questions

28
votes
13answers
2k views

Why do some websites add “Slugs” to the end of URLs?

Many websites, including this one, add what are apparently called slugs - descriptive but as far as I can tell useless bits of text - to the end of URLs. For example, the URL the site gives for this …
22
votes
8answers
679 views

Is SEO knowledge important for web developers?

Looking for some SEO (Search engine optimization) questions on Stackoverflow, I saw ambivalent reactions to these questions. Some were closed as "not programming related" or were downvoted, others …
16
votes
15answers
1k views

What makes a “friendly URL”?

First of all, please excuse my ignorance on this...I'm totally willing to accept that my opinion on this is wrong. In fact, I suspect that it is given the sheer number of web developers that seem to …
16
votes
19answers
2k views

Dash vs. Underscore

Should it be /about_us or /about-us? From usability point of view, I personally think /about-us is much better for end-user yet Google and most other websites (and javascript frameworks) use …
13
votes
7answers
422 views

SEO: Where do I start?

Hi, I am primarily a software developer however I tend to delve in some web development from time to time. I have recently been asked to have a look at a friends website as they are wanting to …
13
votes
6answers
320 views

Is it good to include title=”” within your links?

I am developing a website and for the main navigation, I was thinking it would be a good idea to include the title attribute. <a href="/results/" title="Results">Results</a> Is this a …
11
votes
5answers
887 views

Do SEO-friendly URLs really affect a page’s ranking?

SEO-friendly URLs are all the rage these days. But do they actually have a meaningful impact on a page's ranking in Google and other search engines? If so, why? If not, why not? (Note that I would …
10
votes
2answers
134 views

How to index your Silverlight application in search engine?

Well, I have a Silverlight application with many internal pages, and I want search engine to index my Silverlight content. Besides I want to manage my Silverlight content for search engine and reader …
10
votes
0answers
413 views

How does Stack Overflow work so well with search engines? [closed]

How does Stack Overflow work so well with search engines? It's really amazing--if I post a question, within 15-30 minutes it'll show up in Google's search results! What are the tricks? sitemap.xml? …
10
votes
14answers
715 views

How Google is using HTML tags to enhance the search engine?

I knew that Google’s search algorithm is mainly based on pagerank. However, it also does analyse and use the structure of the document H1, H2, title and other HTML tags to enhance the search results. …
10
votes
6answers
458 views

Will a “Site Down for Maintenance” page break SEO?

In a situation when you are doing a major code release and/or database schema change to a production environment is it detrimental to SEO to put up a "Gone Fishin'" page while the upgrade happening? …
9
votes
4answers
167 views

How to create special links in search results?

How do you create the special links which show under sites in search results? Say I search for Stack Overflow at Google, I get a result close to this: The links I am asking about are outlined in …
9
votes
5answers
430 views

Does the position of a slug in a URL matter?

FOR SEARCH ENGINE OPTIMIZATION PURPOSES, does the location of the slug within a URL matter? There's no doubt that you could code URL slugs to work properly in any order. I'm more interested to know …
9
votes
11answers
1k views

Does a “.blog.” sub-domain help the pagerank of your main site?

I have my main application site https://drchrono.com, and I have a blog sub-domain under http://blog.drchrono.com. I was told by some bloggers that the blog sub-domain of your site helps the pagerank …
8
votes
10answers
955 views

How can I create a SEO friendly dash-delimited url from a string?

Take a string such as: In C#: How do I add "Quotes" around string in a comma delimited list of strings? and convert it to: …

1 2 3 4 5 36 next
15 30 50 per page