I've seen questions edited to remove the language name from the title; i.e. brian d foy's edit # 2 from "Perl, case insensitive grep within an array" to "How do I find the case-insensitive unique elements of two arrays?" (Obviously this was a helpful clarification, but it also happened to remove the language name from the question.)

There seems to be some inconsistency in this practice across the site. On one hand, it introduces redundancy within the site due to the tag metadata that's present; however, search engines are known to be significantly influenced by title data and won't make an attempt to identify our (internal) tag metadata as more important than normal text.

Also, it seems like a search engine user will have an easier time with languages in the title for language-specific Q&A. Again, since tag metadata isn't immediately present in search results, it's easier for a search engine user who has no knowledge of Perl to skip over the result if Perl is right in the search result title than to visit the site and discover that the question isn't language-agnostic (or multi-lingual) as they had hoped.

Return to FAQ index

link|improve this question
feedback

migrated from stackoverflow.com Aug 31 '09 at 19:50

This question came from our site for professional and enthusiast programmers.

6 Answers

Isn't that what tags are for?

link|improve this answer
1  
They are, but the author is asking about how to enable search engines to be able to classify the page as being specific to a language. The tags (which are just links in the document, and there are other tags on the page) might not give as much weight as say, the title. – casperOne Jan 7 '09 at 18:50
2  
Not only search engines, but allow search engine users to quickly determine whether or not a search result is useful to them. If I don't know Perl and I'm looking for "How do I find the case-insensitive unique elements of two arrays?" in C, I likely won't be able to use the answers. – cdleary Jan 7 '09 at 19:03
This came up a while back; i suggested posting a suggestion on UserVoice if you have trouble reading the tags (i could certainly understand that if you're using a high-res screen with small fonts or something; they're not that big) – Shog9 Jan 8 '09 at 0:27
feedback

I think the language or technology should be specified in the title, though not in excessive manner. Probably the best way is to word the question title so that it makes sense and includes the language/framework name. For example in a question about NHibernate, I don't think we need to specify "C#" in the title, but existence of NHibernate word is helpful.

While tags are really designed to specify the detailed categories in which the question goes, I feel title is where we look the most while searching for questions.

link|improve this answer
2  
in fact, i do think a question about NHibernate should say C#, at least in the tags. that way, those of us that aren't interested in C# don't have to know that NHibernate is the latest fad. – Javier Jan 7 '09 at 19:48
Yeah, surely in tags. I talked about the title of the question. I double anyone likes a question titled "ASP.NET C# NHibernate SQL Server dump a table in an HTML page!" – Mehrdad Jan 7 '09 at 19:50
I'd go with Javier ... I wouldn't have known what NHibernate is, and that it belongs to C# – Cassy Jan 11 '09 at 0:14
I agree. I asked a question which was specific to JavaScript try/catch blocks and I felt that JavaScript really should be in the title because without it, the question sounded ambiguous. stackoverflow.com/questions/2587300/… – The Unhandled Exception Apr 6 '10 at 19:45
feedback

It's definitely an interesting question. I think that you have to allow one, or if you enforce the stripping of the programming language from the title, then SO should put something in to help search engines with the tags.

Perhaps the meta keywords header might be good here:

<meta name="keywords" content="sofaq,editing,search-engine" />
link|improve this answer
Agreed: perhaps you might suggest that on stackoverflow.uservoice.com – ChrisW Jan 7 '09 at 18:51
Added here: stackoverflow.uservoice.com/pages/general/suggestions/… – casperOne Jan 7 '09 at 18:57
I like the idea, but it still won't help the search engine user eyeball whether the question is useful to them in their search results. – cdleary Jan 7 '09 at 19:00
2  
Anyone with knowledge of SEO will tell you that Google doesn't pay any attention to meta tags, so I don't see it helping. – Ender Jan 7 '09 at 19:09
feedback

I believe that the title + text in the question is good enough to let people find what they want, in and out of SO, as well as search engines. OTOH to click on, say, the Perl tag and see Perl Perl Perl Perl x 10 on all the titles is too much clutter and makes skimming the question titles worst.

link|improve this answer
feedback

Yes. It makes filtering out questions you can't or don't want to answer much easier, regardless of any tag filtering going on.

link|improve this answer
feedback

The meta tags are not in the prominent position as the title. I often find others as well as myself answer questions in our own preferred language even though the asker had specified a different one, but only in the meta tags. I perceive the tags as rather internal in nature, enabling various search strategies. The reader should be able to get all information from the title and the text of the question.

link|improve this answer
feedback

You must log in to answer this question.