Write the reason you're deleting this FAQ
If you've been following me for a while you probably know that I write a lot of content for this website as well as my customers. Now, since I've been writing content for a while it means I've had plenty of personalities purchase from me and they usually expect the same thing, but there are the random few that expect something else from me because they assume I'm going to be their blogger lol 
A content writer and a blogger are similar but different at the same time because one will help you out a little and the other will do everything for you. It depends on what you need to be done to determine if you need a content writer or blogger, but luckily you're here to figure out which is right for you!
What is a content writer?
A content writer is someone that will work from the shadows and produce great articles for your website, your blog, your marketing purposes, etc. They will write whatever you want them to, with you providing titles and keywords, and they will send the work directly to you for you to use how you want.
What is a blogger?
A blogger is someone that likely is also a content writer, but they don't work from the shadows, and they produce the same level of content but they aren't guided as much. Usually, when you have a blogger you will give them creative freedom and let them write about any topic they want as long as it's researched and niche specific. They will optimize their content, just like a content writer, and they will also add images to their posts 
Should I hire a content writer or blogger?
This really depends on if you want to take full credit for the content or if you don't mind sharing credibility with the person who wrote it. If you want to take credit for the content, you should hire a content writer, but if want them to do all the work and take credit then you should hire a blogger.
Hiring a content writer means you will have to do more work since you'll be publishing the content yourself. Hiring a blogger means you're doing less for your content generation since they will log in, format, and publish the content under their own profile on your website or blog.
What are the costs of hiring a content writer or blogger?
The amount you pay depends on the credibility, skill level, and experience of the writer or blogger. You'll usually spend less when hiring a content writer and publish the content yourself, because the writer doesn't have to worry about formatting and adding images, so it's less work and that means it should cost less. A blogger will tend to be more expensive since they have to take a few extra steps in order to get the content published. They will essentially do everything and get a little bit of credit for it, so they will get paid more.
If you have someone like me who has 15+ years of content writing and blogging experience, you're going to pay a premium for blogging since I know what to do in order to get you noticed. If you wanted me to just do content writing for you, it would be significantly cheaper since I don't have to do much after writing the content.
What should I expect from both of these content generators?
When you hire a content writer, you should expect to give them the keywords and other basic information for them to write about, then they will submit their work to you for your approval and the job is done. If you're hiring a blogger, you will usually give them creative control as long as they're staying within your niche, and they will get paid per post or on a weekly or bi-weekly basis. You'll usually have quotas for a blogger to hit, meaning they need to do 10 posts a week in order to get paid, which is pretty common.
In conclusion
I've written this discussion because there have been numerous times in the past when someone pays me to write an article for them but expects me to log into their CMS and format the article as well as add images, but that's not what they paid for. If you want someone to do that, hire them to blog for you and pay them accordingly, otherwise you can get the article and post it yourself
Content writers and bloggers get confused all of the time because the work is very similar, but hopefully, they are less confusing after people read through this article 
Remember to follow me!
https://www.seoclerks.com/user/TommyCarey
Thanks!
Tommy Carey
Are you sure you want to delete this post?
| Match | Count | SQL | Script |
| 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='26779' | 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='26779' | /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=26779 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=26779
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM answers a, seoclerks.members b WHERE a.quesid='26779' 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='26779' 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=189325 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=189325
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=189935 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=189935
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| UPDATE questions SET total_views = total_views + 1 WHERE quesid='26779' | 1 | UPDATE questions SET total_views = total_views + 1 WHERE quesid='26779' | /opt/clerks-staging/docroot/include/functions/main.php 1765 update_Faqviewcount() () |
| SELECT * FROM questions WHERE quesid!='26779' AND status='1' AND (question like '%The difference content writer blogger%' OR question like '%difference%' OR question like '%content%' OR question like '%writer%' OR question like '%blogger%') -- ORDER BY RAND() LIMIT 15 | 1 | SELECT quesid, question, seo, userid
FROM questions
WHERE quesid!='26779' AND status='1'
AND (question like '%The difference content writer blogger%' OR question like '%difference%' OR question like '%content%' OR question like '%writer%' OR question like '%blogger%')
-- ORDER BY RAND()
LIMIT 15 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM seoclerks.members WHERE USERID='1677' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='1677' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='632' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='632' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='10788' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='10788' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='9399' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='9399' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='1129' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='1129' 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=26779%' 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=26779%'
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 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 |
wnaveenkumar
Are you sure you want to delete this post?