Live data from Hacker News

Is it time to stop writing headlines that end in question marks?

elezea.com

1–10 of 39 posts

Re: Is it time to stop writing headlines that end in question marks?

#6
My pet peeve. This was closely watched at Techcrunch and we mocked other blogs (and our own bloggers) who fell back on it frequently (pronouncing titles with question marks with an inflection).

Using a question mark just means you aren't sure of your position or what you are trying to say. It makes it easier to sit on the fence and not really say anything, playing it safe.

I think most readers prefer a firm opinion or statement, regardless of if they agree with it or not.

Re: Is it time to stop writing headlines that end in question marks?

#8
I'm co-editor for a niche news site (http://pokerfuse.com) and we strictly do not write any headlines in the "is...?" format. It's a good check before publishing anything - if your headline naturally falls in to this format, it should be a signal that either (a) we shouldn't be writing this story, (b) we should stand by our convictions and write the headline in the affirmative, (c) the story needs more research before publishing. We pass up on some easy pageviews, but we see the upside in more loyal/repeat visitors.

edit:

NewsItem.objects.published().count()

>>> 648

NewsItem.objects.published().filter(title__istartswith='is', title__endswith='?').count()

>>> 2

(a couple of stories do have this format, but they seem like the rare appropriate cases)

Re: Is it time to stop writing headlines that end in question marks?

#10

I'm co-editor for a niche news site ( http://pokerfuse.com ) and we strictly do not write any headlines in the "is...?" format. It's a good check before publishing anything - if your headline naturally falls in to this format, it should be a signal that either (a) we shouldn't be writing this story, (b) we should stand by our convictions and write the headline in the affirmative, (c) the story needs more research bef…

why would you insist on starting with an "Is"? A proper yes or no question can start with "Is", "Are", "Does", "Do", "Have", "Has", "Were", "Did", etc etc. How many of your titles end with a question-mark? It's hard to think of how any of those can be false positives.
Post reply on HN