Write the reason you're deleting this FAQ
If you've been noticing a big trend online, there are plenty of marketplaces popping up for freelancers, and the big winners are the people running the sites. You can make plenty of money as a freelancer on these platforms, but you could make 100x or even 1,000x the amount of a freelancer if you do things right.
If you're an amazing programmer, you could get your marketplace set up and running today, but it's not necessary anymore, and that's because there are plenty of scripts and plugins that can help you run something like this. A multi-vendor website is something that is popping up within every niche and industry, so it's time you lock something down and start profiting right away 
You'll need to find the right niche
Finding a niche isn't the most difficult thing to do, but finding one that could use a marketplace is a bit tougher. You can launch your marketplace in any niche you want, but some may not have any need for them, and that's why you need to do your research before launching.
What I like to do is figure out how many businesses are selling their products within the industry to determine if there is a need for a multi-vendor marketplace. If there are at least a dozen big names within an industry, and there isn't a marketplace for everyone to sell, I'll take note of the industry and niche then move on to find another.
After I get around 5-10 industries within my list, I will go through them one by one and see which has the most potential, and these are usually the ones that are easier to rank in and expand on. The more difficult the niche, the more complicated it can get in the long run, so start small and build up to bigger and better things later on 
There are plenty of plugins, scripts, and themes to choose from
Like I mentioned before, you don't need to be an amazing programmer to get something like this going. I have a multi-vendor marketplace running right now that focuses on a type of sport, and it does well because I didn't have any competition. I used the Dokan plugin, which is one of the top of the line multi-vendor plugins but you can use whichever one you prefer.
You can buy clone sites if that's something you'd prefer, but you should plan on dropping $2,000+ on something like this. If that's out of your price range, go with a Wordpress theme paired with a multi-vendor plugin, and you will pretty much have the same thing as one of the clone scripts.
Be sure to have a mobile app ready for download
What I love about Wordpress is that there are so many things you can offer your visitors, and that includes a mobile app! I won't get into too much detail about this, because I already wrote a discussion about that HERE, so be sure to check it out and get started by adding a mobile app to your website for both IOS and Android. Oh, I forgot to mention that you can do this for free 
Get super targeted with your advertising
When it comes to advertising, I tend to start with Adwords and Facebook. I will have all my retargeting scripts and pixels set up before starting any campaign, which I suggest you do as well, and that allows me to show ads to anyone who leaves my site. My ads will pretty much follow them around the internet in hopes of bringing them back in lol.
When it comes to targeting, you'll want to be sure you're bidding on exact match keywords and not broad match, but you can expand this later on if you want. You'll want to be as targeted as possible in the beginning, so you're not burning through your profits too quickly.
Have an onboarding email sequence set up before launch
An onboarding email sequence is something that every business should have up and running, but not as many as you would think take the time to do this. It's not that difficult, and most email services allow sequences, so be sure to do at least six emails for anyone that signs up to your newsletter or registers on your site.
These emails can be anything from a welcome email to a newsletter, and even a coupon code for someone to come back and buy again. Don't get too spammy with these, send out one per week, and you'll see that not many people are unsubscribing 
Final Thoughts,
Running a multi-vendor marketplace isn't the most difficult thing to do, it's pretty much the same as running a blog, but you will need to deal with customer orders daily. You can't forget about this marketplace, but you can hire freelancers to manage it, and that's one of the good things about working online lol. Find a niche that needs a marketplace, find the right plugins and scripts, then launch when you're ready!
Thanks for reading 
- Tommy Carey
https://www.seoclerks.com/user/TommyCarey


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='29865' | 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='29865' | /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='43' | 1 | SELECT CATID, seo, name, metatitle, h2header, metakeywords, metadescription, metaheader, parentid, image_name FROM categories_faq WHERE CATID='43' | /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=29865 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=29865
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM answers a, seoclerks.members b WHERE a.quesid='29865' 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='29865' 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=189574 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=189574
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=189601 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=189601
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| UPDATE questions SET total_views = total_views + 1 WHERE quesid='29865' | 1 | UPDATE questions SET total_views = total_views + 1 WHERE quesid='29865' | /opt/clerks-staging/docroot/include/functions/main.php 1765 update_Faqviewcount() () |
| SELECT * FROM questions WHERE quesid!='29865' AND status='1' AND (question like '%Run freelance marketplace, matter niche, profit%' OR question like '%freelance%' OR question like '%marketplace,%' OR question like '%matter%' OR question like '%niche,%' OR question like '%profit%') -- ORDER BY RAND() LIMIT 15 | 1 | SELECT quesid, question, seo, userid
FROM questions
WHERE quesid!='29865' AND status='1'
AND (question like '%Run freelance marketplace, matter niche, profit%' OR question like '%freelance%' OR question like '%marketplace,%' OR question like '%matter%' OR question like '%niche,%' OR question like '%profit%')
-- ORDER BY RAND()
LIMIT 15 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM seoclerks.members WHERE USERID='12544' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='12544' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| 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='17031' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='17031' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='19120' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='19120' 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 members_ledger WHERE script='/opt/clerks-staging/docroot/viewfaq.php' AND querystring LIKE '%id=29865%' 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=29865%'
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='868176.png' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='868176.png' | /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 |
Shivayasea
Dear Sir,
You are really nice Thank You Dear Sir, You are really nice
Are you sure you want to delete this post?