Write the reason you're deleting this FAQ
Writers block plagues a lot of us who write everyday just like myself. I usually can hammer out a lot of content for my own websites as well as clients, but I usually have all the topics listed and can base my writing off of that. But what if you don't have any topics ready to write about and have to wing it? It's much more difficult if you're doing it that way because you have to think of everything on the spot. Below I'm going to go over a few ways on how to break writers block if you ever happen to hit a wall.
Finding keywords to write about
If you hit a block, sometimes all it takes to get a fresh idea is reading through a list of keywords to get a good idea. I like going into Google Adwords and setting up a false campaign to see all of the keyword suggestions. Usually I can get a bunch of ideas just from their suggestions and I can keep writing all day.
If you already have a campaign set up and running you can go through your targeted keywords and hopefully get an idea. You can also browse through your opportunities which are basically keyword suggestions and that can help spark an idea to write about 
Blogging title generators
I've recently come across a couple blog post title generators and the two that I've been using are pretty awesome. What these do is basically you put in your keyword(s) and when you hit enter they will generate 1 to 5 titles to use in your next blog post. Now you don't have to use these exact titles because you're just there to get an idea. You can expand on the idea and write something similar in your own style if you want.
HubSpot Blog Title Generator
This title generator allows you to add 3 different keywords and when you hit enter it will give you a list of 5 new titles to use in your blog post. I've noticed that after 20 titles it begins to be very similar to what it's already spit out for you to use. I'm not too worried about this since I can generally get around 10 new ideas for 20 titles that were spit out. And if anyone has read my writing on here before they know that 10 posts could take me all day lol 
Portent Blog Title Generator
This title generator is a little more unique and out there because it gives you some pretty wild titles to use. I probably won't use any of the titles that it spits out but it does expand my ideas much more than the HubSpot title generator does. An example of what it spits out if I use the keyword "Online Marketing" Why Online Marketing is the 51st Shade Of Grey lmao
Now this one doesn't give me a random idea on what to write about, but a lot of the results do.
In conclusion, if you don't have an adwords account I would definitely use the free title generators listed above to get some writing ideas and break your block in a short amount of time. I actually prefer the title generators over the adwords keyword suggestion because it's free and much quicker than logging into adwords and trying to get an idea off of a keyword suggestion 
Remember to follow me!
https://www.seoclerks.com/user/Razzy
Thanks!
Razzy

Awesome writing tips for overcoming writers block Razzy cheers! I blog title generators they are so much fun and with them alone you need never be short of a blog title or ideas for things to write about. They can literally provide an infinite amount of blog title and ideas for more things and they are a lot of fun to play around with lol. Seriously though, they are! And more than this, they can actually lead to new websites in new niches and more when you start playing around with different words with them.
I posted about one of them before a little while back in my post [url=https://www.seoclerks.com/faq/20891/25-Blog-Post-Ideas-Using-Competitors-Infographics-and-Title-Generators-for-Ideas-and-Inspiration]25 Blog Post Ideas: Using Competitors, Infographics and Title Generators for Ideas and Inspiration[/url]. I like the [url=http://tweakyourbiz.com/tools/title-generator/index.php]Tweakyourbiz.com title generator[/url]. Just by putting in one single word like "freelancing" you can find tons of title ideas and that can really get the writing juices flowing lol
[img h=700 w=700]https://www.seoclerks.com/files/user/images/Tweak%20Your%20Biz%20Title%20Generator.jpg[/img]
The good thing is, once you've got the title generated, you can just search it online to find content for it. :)
Are you sure you want to delete this post?
I'm always a huge fan of something that helps me out in my day to day activities. Writers block really sucks, but these generators can break anyone out of a slump pretty quick
That's pretty awesome :D I'm always a huge fan of something that helps me out in my day to day activities. Writers block really sucks, but these generators can break anyone out of a slump pretty quick :)
Are you sure you want to delete this post?
Are you sure you want to delete this post?
| Match | Count | SQL | Script |
| SELECT * FROM members_ledger WHERE ip = ? AND added>=unix_timestamp(NOW())-86400 | 1 | SELECT querystring, added
FROM members_ledger
WHERE
ip = ? AND added>=unix_timestamp(NOW())-86400 | /opt/clerks-staging/docroot/include/functions/includes/security.php 398 fetchMemberLedger() include_once() |
| SELECT * FROM `questions` as q JOIN categories_faq as c ON q.catid=c.CATID WHERE (q.status=1 OR (q.status=2 AND userid='') ) AND q.quesid='22042' | 1 | SELECT q.*, c.seo as CatSEO, c.name as CatName, c.parentid
FROM `questions` as q
JOIN categories_faq as c ON q.catid=c.CATID
WHERE (q.status=1 OR
(q.status=2 AND userid='')
)
AND q.quesid='22042' | /opt/clerks-staging/docroot/viewfaq.php 496 () () |
| SELECT * FROM seoclerks.members WHERE USERID='19821' | 1 | SELECT * FROM seoclerks.members WHERE USERID='19821' | /opt/clerks-staging/docroot/include/functions/includes/member.php 445 GetAllUserDetails() () |
| SELECT * FROM seoclerks.members WHERE USERID=19821 | 1 | SELECT googleplus_profile FROM seoclerks.members WHERE USERID=19821 | /opt/clerks-staging/docroot/include/functions/main.php 16914 GetGooglePlusProfileFromId() () |
| SELECT * FROM ratings_faq as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=22042 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faq as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=22042
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM answers a, seoclerks.members b WHERE a.quesid='22042' AND a.userid=b.USERID and b.status='1' AND a.status=1 ORDER BY a.combined_votes DESC, a.date_answered asc | 1 | SELECT a.answer, a.USERID, a.upvotes, a.downvotes, a.ansid, a.parentid, a.combined_votes, a.date_answered,
b.username, b.userlevel, b.profilepicture FROM answers a, seoclerks.members b
WHERE a.quesid='22042' AND a.userid=b.USERID and b.status='1' AND a.status=1
ORDER BY a.combined_votes DESC, a.date_answered asc | /opt/clerks-staging/docroot/viewfaq.php 1245 () () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=115738 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=115738
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=115740 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=115740
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=115791 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=115791
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=147197 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=147197
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| UPDATE questions SET total_views = total_views + 1 WHERE quesid='22042' | 1 | UPDATE questions SET total_views = total_views + 1 WHERE quesid='22042' | /opt/clerks-staging/docroot/include/functions/main.php 1765 update_Faqviewcount() () |
| SELECT * FROM questions WHERE quesid!='22042' AND status='1' AND (question like '%Writers block fun - break block.%' OR question like '%Writers%' OR question like '%block%' OR question like '%break%' OR question like '%block.%') -- ORDER BY RAND() LIMIT 15 | 1 | SELECT quesid, question, seo, userid
FROM questions
WHERE quesid!='22042' AND status='1'
AND (question like '%Writers block fun - break block.%' OR question like '%Writers%' OR question like '%block%' OR question like '%break%' OR question like '%block.%')
-- ORDER BY RAND()
LIMIT 15 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM seoclerks.members WHERE USERID='50837' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='50837' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='24427' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='24427' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='3764' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='3764' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='208' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='208' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM members_ledger WHERE script='/opt/clerks-staging/docroot/viewfaq.php' AND querystring LIKE '%id=22042%' AND added>=UNIX_TIMESTAMP(NOW())-1200 GROUP BY USERID | 1 | SELECT USERID, username FROM members_ledger
WHERE script='/opt/clerks-staging/docroot/viewfaq.php'
AND querystring LIKE '%id=22042%'
AND added>=UNIX_TIMESTAMP(NOW())-1200
GROUP BY USERID
| /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM categories | 1 | SELECT * FROM categories | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() parseRedundantQueriesCache() |
| select * from categories_software order by name asc | 1 | select * from categories_software order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_GetSoftwareCategories() |
| select * from categories_wanttobuy order by name asc | 1 | select * from categories_wanttobuy order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_wantcategories() |
| select * from categories_wanttotrade order by name asc | 1 | select * from categories_wanttotrade order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_tradecategories() |
| SELECT * FROM seoclerks.members WHERE USERID='4225.gif' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='4225.gif' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='272.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='272.jpg' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='19821.png' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='19821.png' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='600657.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='600657.jpg' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| select * from categories_faq order by name asc | 1 | select * from categories_faq order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_GetFaqCategories() |
| count(*) | sql1 | error_msg |
|---|
| Load | Count | SQL | Max | Min |
| Avg Time | Count | SQL | Max | Min |
Shortie861
I love the fact wordpress gives you the option to write out content and set it to go live on a certain date at a certain time because it means that I can then push out content on a good day when I have a lot of ideas and so much I want to write about and set it for days when I have no ideas. I have run into writers block on so many occasions at it really is super frustrating when I do. I will have my days where I can continuously write over and over again and I have so many ideas coming through and those are usually the days when I try and get as much content ready as I possibly can. I love the fact wordpress gives you the option to write out content and set it to go live on a certain date at a certain time because it means that I can then push out content on a good day when I have a lot of ideas and so much I want to write about and set it for days when I have no ideas.
Are you sure you want to delete this post?