Is it time to stop writing headlines that end in question marks?
1–10 of 39 posts
Re: Is it time to stop writing headlines that end in question marks?
#2Re: Is it time to stop writing headlines that end in question marks?
#3I don't I would have read your post if it was titled like an academic paper.
Re: Is it time to stop writing headlines that end in question marks?
#4Re: Is it time to stop writing headlines that end in question marks?
#5Re: Is it time to stop writing headlines that end in question marks?
#6Using 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?
#7Re: Is it time to stop writing headlines that end in question marks?
#8edit:
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?
#9Re: Is it time to stop writing headlines that end in question marks?
#10I'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…