Write the reason you're deleting this FAQ
This idea came about following on from Razzy's thread on Should we still title ourselves as SEO's? Because a lot of people class themselves as "SEOs" or "SEO Experts" on SEOClerks. But how can you really know? How can you tell?
When it comes to SEO you want to hire the right person for the job. Someone with the true skills, experience and knowledge in and of SEO.
One way of sort of "sorting the men from the boys" would be to make people who claim to be an SEO on SEOClerks (whether as listed as a skill or selling an SEO service) is to make people answer a series of questions on SEO. With each question being multiple choice and getting harder and harder as they go on. Then finally the score rate shown on the sellers profile.
So if there was 100 questions and the person got 50/100 right then it would show something on their profile like SEO Course Score: 50/100.
It would have to be built into SEOClerks somehow I guess and is probably a mammoth task. But it could have a lot of valuable and practical benefits.
First for the buyers who are buying SEO services, they could see from the score of that test that they know a lot about SEO. And for the seller as well who does and can show that on his/her profile to give buyers, more confidence they are the right one for the job.
I think it would be a cool feature but not make it mandatory for everyone. Because SEO is made up of so many different things, you don't have to know a lot about SEO and all the different things there is to it and that go with it to know one or two of those things and be good at doing them.
But it would have to be set so that they could only answer the question once. So you'd have to make sure you know the answer before you submit it as there's no going back and retaking the course again. Although perhaps that could be an option too?
The questions could start real simple and fairly easy at first but then get harder and harder with like scientific diagrams and formulas or stuff like that for the later questions that only a true professional SEO would know.
But their score would show on their profile letting people know how much they do actually know about SEO and whether or not what they say when they say something like "I am an SEO expert with 10 year SEO experience" you'd be able to see just how true that is from the answer of their SEOClerks SEO Test.
What do you think of this feature?
Would you take the test?
Should it be make mandatory for all people who sell SEO services?
Or should it only be optional only?
It would definitely shake things up a bit don't you think? 
Are you sure you want to delete this post?
Are you sure you want to delete this post?
Are you sure you want to delete this post?
Are you sure you want to delete this post?
Are you sure you want to delete this post?
Are you sure you want to delete this post?
Well it's just a suggestion and just a discussion. Just a concept. I'm only spit balling here. And it not being common to the other freelance sites is exactly what would separate SC from the rest of them. Something unique about the site that they don't and aren't doing themselves. Something that would separate the men from the boys. Doesn't it annoy you as an SEO when someone claims to be an SEO expert? Only to buy their service and find out otherwise? Let me tell you now, that is annoying as hell and hugely frustrating. Knowing who truly is an SEO expert from the test would increase sales by those sellers who have taken the test and have scored high on it. Where as those that call themselves "SEO experts" that have take the test and score a low score would bring their "SEO expert" title into question. Why would it make new sellers coming here "run to other sites" though? If it was brought out (which would be no mean feat as it's a mammoth task), it would/should be [u]optional[/u] not [u]mandatory[/u]. SC will never loose competition to the other freelance sites. SC has a much better system in place with tons more features for buyers and sellers compared to the other sites. It's just an idea though and you're welcome to your opinion, it's valid and I respect it. Even if I don't agree with it. :)
Are you sure you want to delete this post?
Are you sure you want to delete this post?
Are you sure you want to delete this post?
Yeah I have to agree with Mike here. The way I see it is that a lot of buyers here don't know much and quite frankly shouldn't be wandering around SeoClerks without a guide! I have seen some of the comments buyers have left on services which just show how little they know.
As a buyer I would be very much interested in certification test scores. Of course no seller would be forced to take a test right? So if you are concerned that you might fail the test you don't have to take it, or perhaps if you do fail you can hide the fact you did the test at all from your profile :)
Are you sure you want to delete this post?
Are you sure you want to delete this post?
Oohh and some more thoughts on this topic! I think this would be amazing for Level 1 sellers that have extensive SEO knowledge but are struggling to be noticed. If they have done the certification test and that shows on their profile I think that would make such a difference.
Another thing that I would be interested in, is could buyers also take the test? I would be very interested to know what my scores are in different aspects of SEO and I might at some stage like to offer some services. I would find it helpful for me to see how I measure up personally against a seller here, it would help me make the decision over whether it is more viable for me to do the work myself or if I would be better off just purchasing a service to get the job done :)
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='19089' | 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='19089' | /opt/clerks-staging/docroot/viewfaq.php 496 () () |
| SELECT * FROM seoclerks.members WHERE USERID='272' | 1 | SELECT * FROM seoclerks.members WHERE USERID='272' | /opt/clerks-staging/docroot/include/functions/includes/member.php 445 GetAllUserDetails() () |
| SELECT * FROM seoclerks.members WHERE USERID=272 | 1 | SELECT googleplus_profile FROM seoclerks.members WHERE USERID=272 | /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=19089 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=19089
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM answers a, seoclerks.members b WHERE a.quesid='19089' 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='19089' 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=105180 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=105180
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=105230 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=105230
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=105187 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=105187
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=105215 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=105215
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=105233 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=105233
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=105239 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=105239
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=105269 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=105269
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=105255 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=105255
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=105274 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=105274
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=105278 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=105278
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=105363 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=105363
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=105361 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=105361
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=105362 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=105362
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| UPDATE questions SET total_views = total_views + 1 WHERE quesid='19089' | 1 | UPDATE questions SET total_views = total_views + 1 WHERE quesid='19089' | /opt/clerks-staging/docroot/include/functions/main.php 1765 update_Faqviewcount() () |
| SELECT * FROM questions WHERE quesid!='19089' AND status='1' AND (question like '%Feature Suggestion: Claimed SEOs 100 Question SEO Test%' OR question like '%Feature%' OR question like '%Suggestion:%' OR question like '%Claimed%' OR question like '%SEOs%' OR question like '%Question%' OR question like '%Test%') -- ORDER BY RAND() LIMIT 15 | 1 | SELECT quesid, question, seo, userid
FROM questions
WHERE quesid!='19089' AND status='1'
AND (question like '%Feature Suggestion: Claimed SEOs 100 Question SEO Test%' OR question like '%Feature%' OR question like '%Suggestion:%' OR question like '%Claimed%' OR question like '%SEOs%' OR question like '%Question%' OR question like '%Test%')
-- ORDER BY RAND()
LIMIT 15 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM seoclerks.members WHERE USERID='1500' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='1500' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='318' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='318' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='4987' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='4987' 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='30' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='30' 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=19089%' 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=19089%'
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='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='134.png' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='134.png' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='254580.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='254580.jpg' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='6160.png' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='6160.png' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='198791.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='198791.jpg' | /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='306632.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='306632.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 |
TommyCarey
I love it lol. There are so many people out there that claim to be in the SEO field for 5, 10 or even 15 years (myself included) and this would show if they were actually paying attention for those years and implementing theories and testing methods.
Would you take the test?
Hell Yeah I would
Should it be make mandatory for all people who sell SEO services?
Mandatory, No. I think it would be better to have it as an optional feature, but it should show up on the sellers profile and service page that they have not taken the test yet, if they haven't.
It would definitely shake things up a bit don't you think?
It definitely would. It might actually hurt the sales on SeoClerks because sellers wouldn't want to take the test. The good thing about this is that people who are buying will know that the person they are buying from has taken a test to prove they know what they're doing. Anyone can buy software and set it up to run a campaign, but if that person doesn't really know what they're doing it's just going to hurt the rankings of the clients website
In the end I think this would be a great feature, but it should definitely be optional. And I think that people should be able to take the test twice, maybe. I know that even on the ACT you can take it as many times as you want but anything after 2 gets averaged. Maybe it could work like that? But even then people will write down the questions, research them, and input the correct answers to get that 100%. This could be the way around it since people can make multiple accounts if they want and just keep doing the test until they get all the questions right
Are you sure you want to delete this post?