Write the reason you're deleting this FAQ
Many people offer guarantees when doing SEO, but that's not the best thing to do if a customer isn't happy. You should think about refunding their purchase if you can't produce results since you're the professional. Many SEO agencies will give a "Guarantee" when it comes to ranking keywords, but the fine print usually says something along the lines of "If we can move your keywords upward in the search engines, the guarantee has been fulfilled, and no refund is possible." This is called a loophole since the agency knows how to do keyword research and can target a keyword that is easy to move upward in Google, and it takes less than a couple weeks to do so.
Rankings are a big factor when it comes to gaining traffic, but if the keywords you're ranking for aren't getting any searches, what's the point? In this discussion, I'll be talking to all of you SEO service providers and telling you how you should run your business or services. You may not like it, but the people who think "This is great!" will be the ones taking money out of your pocket because they're getting all the customers lol
Always bust your butt on their rankings
If someone pays you for something, then you should be working as hard as possible to fulfill it. If I buy a candy bar at the gas station, then I expect to have a delicious treat when I get home. If I open it up, and it's a note that says, "Don't eat candy!" I'm going to want my money back. The same goes for SEO, and you should be giving people what they paid for, and that means you need to boost their rankings!
Explaining to customers that SEO might take 2-3 months to see positive results is probably the hardest part of our jobs, but we can do it. All you have to do is say "Google analyzes everything for months before they start to move websites up the rankings" and go into detail about that, so your customers understand.
If you're not eating, breathing, and bleeding to boost your customers' rankings, then there is no point of you offering SEO services in the first place.
Treat their website like it was your own
If you're looking at a clients website and thinking, "Lets test this out! It's not like my own rankings will get hit!" then you should stop selling SEO services immediately. The sellers who value their customers and treat their websites with care are the ones who will be successful in the long run. The service providers who think of quick boosts to rankings and never worrying about it after the reports are sent are the people who are hurting this industry and if that's you then you should be ashamed of yourself.
If you act like the website is your own, you will treat it better, think before placing a link and monitor everything to make sure your work is doing what it's supposed to. If not, the rankings will tank and you're just in it for a quick buck.
Do actual keyword research
Just do the work and be sure you're targeting the right keywords so people can see traffic coming in when they get ranked. It's not difficult, use Ahrefs or Adwords to get traffic volumes and difficulties then move on from there.
Not doing keyword research may result in you targeting extremely difficult phrases and wasting your clients' money because they aren't getting any traffic. You could get lucky with some long-tailed keywords ranking after a few weeks, but those don't usually bring in massive amounts of traffic, so just do the research.
Write dozens of articles for them
If you're truly an SEO professional, then you know content is king and Google loves it. You will want to produce content for your clients, maybe 1 article a day that is 2,000+ words long, and you will have an easier time ranking their websites after a month or two.
Think about it, you can have 60+ articles/tutorials/guides on a clients website within 2 months and start getting them massive amounts of traffic if you pair that up with off page SEO just right. They will love you, stick with you like a wart, and keep paying you for years if you produce traffic for them.
Refund their payment if you can't produce results!
GIVE THEIR MONEY BACK IF YOU DON'T DO WHAT YOU SAID YOU WERE GOING TO!!! I can't express this enough, you need to have some sort of honor and bow your head if you fail, then refund their money and move on. Some SEO companies even have a little strategy to keep customers with them if they fail to boost rankings. They will say something like "If we don't boost your rankings within 60 days, you stop paying until we do!" and that pleases a lot of customers because they know the work will continue and they don't have to pay until results are obtained.
Positive results that is!
Final thoughts,
If you run an SEO company or sell SEO services online, then you need to do it with some sort of honor and companssion. If you don't, you will get negative reviews, and we all know that's a business killer. Do the work, research everything, treat a customers website like it was your own, and refund them if you don't produce something profitable for them.
Thanks for reading 
- Tommy
https://www.seoclerks.com/user/TommyCarey
Are you sure you want to delete this post?

If I can help one person with their website, sales, rankings, etc. then I think I've done a good job 
Hey Sahupurna,
Thanks for the kind words :)
I try to use my writing to help out as many freelancers as I possibly can because I never had help when I started and I think I would be much further along in my career if I did :( If I can help one person with their website, sales, rankings, etc. then I think I've done a good job :)
As for your website, you likely got a jump in rankings due to new backlinks and eventually settled down to your normal position, which is what happens to everyone. This is called the "Google Dance" and it happens because of the influx in links aimed at your website which triggers Google to figure out where you should land in the rankings. This is why your website bounces a bit and settles after a week or so. Keep building high quality links, adding content regularly, and you should notice your rankings begin to rise and be pretty stable :)
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='29090' | 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='29090' | /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=29090 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=29090
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM answers a, seoclerks.members b WHERE a.quesid='29090' 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='29090' 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=188229 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=188229
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=188245 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=188245
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=188246 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=188246
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| UPDATE questions SET total_views = total_views + 1 WHERE quesid='29090' | 1 | UPDATE questions SET total_views = total_views + 1 WHERE quesid='29090' | /opt/clerks-staging/docroot/include/functions/main.php 1765 update_Faqviewcount() () |
| SELECT * FROM questions WHERE quesid!='29090' AND status='1' AND (question like '%SEO Class - Commit customers\' rankings refund payments%' OR question like '%Class%' OR question like '%Commit%' OR question like '%customers\'%' OR question like '%rankings%' OR question like '%refund%' OR question like '%payments%') -- ORDER BY RAND() LIMIT 15 | 1 | SELECT quesid, question, seo, userid
FROM questions
WHERE quesid!='29090' AND status='1'
AND (question like '%SEO Class - Commit customers\' rankings refund payments%' OR question like '%Class%' OR question like '%Commit%' OR question like '%customers\'%' OR question like '%rankings%' OR question like '%refund%' OR question like '%payments%')
-- ORDER BY RAND()
LIMIT 15 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM seoclerks.members WHERE USERID='43' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='43' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='6070' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='6070' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='840' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='840' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='2637' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='2637' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='17130' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='17130' 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=29090%' 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=29090%'
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='844576.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='844576.jpg' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='812751.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='812751.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 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 |
rehiga
I am Enjoy your Tips in SEO Marketing, now I know what is SEO.
I Will Waiting for your next amazing tips, Especially in How to attract more Customer With Just Design And Editing Service.
Thank You. Hi, TommyCarey. I am Enjoy your Tips in SEO Marketing, now I know what is SEO. I Will Waiting for your next amazing tips, Especially in How to attract more Customer With Just Design And Editing Service. Thank You.
Are you sure you want to delete this post?