Write the reason you're deleting this FAQ
In a world with what seems like 1,000+ new startups each day, you would think there would be a way to generate plenty of free content for your website... Well, there is if you consider guest posting!
Over the years, I've been writing content for myself and clients but never stopped to think about how I leveraged bloggers to write content for me, my businesses, and my clients. I usually paid the writers, and they would write amazing pieces of art that I sent over to the client for approval, which always got approved, and the client would put in another order.
Now I'm starting to think of the "If you scratch my back, I'll scratch your back" business model and if it could work online. It can, I've used it, and it's not difficult to do if you take the right steps.
Understand who the influencers are within your industry
If you know who the people are that convince others to make purchases, then you'll know who the influencers are. There are websites that list major influencers who are willing to sell a post, but that's not always needed, so be sure to go through all your top keywords and find who is making the most waves within your industry.
What you'll do is make a list of all these people, and then you'll send out an email to them. You will likely get a low response rate, but the people who do respond to your emails will likely be interested in sending you some content, and this usually means you'll let them guest post on your website or blog. You'll need to have a decent amount of credibility or authority in Google's eyes if you want to convince more influencers to write content for you, and that will come over time.
Be sure to use the right hashtags in a strategic manner
One of the biggest things you can do is figure out which hashtags are getting the most traffic within the search engines for your specific industry and use them whenever you're posting. You can usually get on the radar of a lot of bloggers, who will check your website, and if you have a page that says "Write for us!" they will usually check it out.
The more you're posting, the more likely you can get people to contact you for a post, and that means more content on your website.
Try connecting with bloggers and influencers offline
One thing I like to do is talk to bloggers one one one over a cup of coffee and see what we can come up with. Most of the time, they don't want to meet up because it's odd for a blogger to be contacted for content-related reasons, but some of them will make time to hang out for a little bit and chat about what I have in mind. Most of them understand what guest posting is, so I don't hit that too much, but I will talk to them about revenue share and possibly a pay-per-post type deal if I like the content they were already writing no their blog.
The more people you reach out to, the more possibilities you have to generate free content, and that means more search engine rankings that could bring in more writers and even some buyers 
You don't have to meet with people face to face, you can chat with them over Skype if you prefer, and that's another way to talk with bloggers who live on the other side of the country 
Be sure to ask for reviews from bloggers
Whenever you get a positive review of your website on a blog, it will always help. These reviews tend to rank easier for your business name, and people will usually search that when they want to make a buying decision. If they search your business name and see 100+ positive reviews in the form of an article on a 3rd party website, they will be more inclined to make a purchase.
This isn't the most difficult thing to do, but it usually takes some money, and that's because bloggers tend to want to get paid for the positive review they're posting about your site. It's worth it 
Reward people for kind words you find online
If you happen to find someone writing an amazing article about your website or blog, then you should jump in the comments section or email the writer and offer some free services or discount code. This shows you appreciate the work they were doing and they can pass the coupon code to their members if they want. Just be sure to make the coupon code limited to that blogger so you can track how many people are using it. You can also set a limit on the codes, so the blogger is more inclined to write positive content about you in exchange for more discounts 
Use social media to boost your traffic and brand awareness
One thing people overlook a lot is the power of a social media share because this content doesn't go directly on your website. Yes, you aren't getting free content, but you ARE getting brand awareness and a lot of shares that will all link to your website. Think about it, if you were to post something on your Facebook page that says, "We will give away 50% off coupons if this post hits 1,000+ shares!" don't you think it would be a little more successful? You'll get more shares, traffic, and you'll likely generate some additional sales before the coupon code ever goes out lol.
Final Thoughts,
Guest posting isn't a new thing because people have been doing it for a long time now. It wasn't as popular in the past because people weren't sure if it did anything other than put your name on a 3rd party site, but it ended up ranking some small websites for big keywords, and people have been implementing guest posting methods ever since. You can get plenty of free content to your website if you're willing to give away a backlink or other incentives, be sure to work on your site and make it as amazing as possible, so you attract the right writers 
Thanks for reading 
- Tommy Carey
https://www.seoclerks.com/user/TommyCarey
| 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='29861' | 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='29861' | /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 categories_faq WHERE CATID='52' | 1 | SELECT CATID, seo, name, metatitle, h2header, metakeywords, metadescription, metaheader, parentid, image_name FROM categories_faq WHERE CATID='52' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() GetCategorySeoFromType() |
| 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=29861 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=29861
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM answers a, seoclerks.members b WHERE a.quesid='29861' 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='29861' 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=191175 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=191175
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| UPDATE questions SET total_views = total_views + 1 WHERE quesid='29861' | 1 | UPDATE questions SET total_views = total_views + 1 WHERE quesid='29861' | /opt/clerks-staging/docroot/include/functions/main.php 1765 update_Faqviewcount() () |
| SELECT * FROM questions WHERE quesid!='29861' AND status='1' AND (question like '%Bloggers guest posting backlinks coupons profits.%' OR question like '%Bloggers%' OR question like '%guest%' OR question like '%posting%' OR question like '%backlinks%' OR question like '%coupons%' OR question like '%profits.%') -- ORDER BY RAND() LIMIT 15 | 1 | SELECT quesid, question, seo, userid
FROM questions
WHERE quesid!='29861' AND status='1'
AND (question like '%Bloggers guest posting backlinks coupons profits.%' OR question like '%Bloggers%' OR question like '%guest%' OR question like '%posting%' OR question like '%backlinks%' OR question like '%coupons%' OR question like '%profits.%')
-- ORDER BY RAND()
LIMIT 15 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM seoclerks.members WHERE USERID='1895' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='1895' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='1323' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='1323' 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 seoclerks.members WHERE USERID='1177' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='1177' 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=29861%' 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=29861%'
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='147.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='147.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 |
Beverly
Are you sure you want to delete this post?