Write the reason you're deleting this FAQ
A lot of people think you need to know how to do everything website-related to start an online business, and that's not true at all. When I started in this industry I had no clue how to purchase a domain and set it on my hosting, I just knew I wanted to work online and make some money, so I started reading everything I could.
Fast forward 16 years, and I'm able to work from home and have a team of freelancers I outsource to if I need something done. I don't even handle my SEO for clients anymore, I have my team do all that work, and then I pay them when the job is done. In the beginning, I would do a hefty amount of work, outsource when I was overwhelmed, and get the job done with most of the profit going in my pocket. After a few years of that, I learned that if I were to just manage a team and focus on bringing in sales, I could make much more money, be less stressed, and never burn out from working 16+ hour shifts lol.
Below are a few things that I had to focus on when starting my own online business from scratch with no knowledge of what I was doing.
Learn to love freelancer services
It took me a little while to find the bigger freelancing platforms and be willing to outsource some of the work, but I'm glad I did because I've found some amazing people that do an incredible job. I've found freelancers from all over the world that speak perfect English or broken English, but they all do an amazing job, and I continue to send them work.
You can't do everything yourself, even if you have the skills. I'm saying this because you will be overworked and get burnt out quicker than you could ever imagine. I was working 16+ hour days at least five days a week, and I couldn't handle it anymore. I started bringing on freelancers to help me with projects and quickly noticed my 16 hour days went to 8 hours, then to 4 hours, then to 2 hours, and eventually my only job was to bring in more clients so my team could handle everything lol 
Learn how to do market research
One of the biggest things that will help you is if you know how to do market research. This will help you if you have SEO clients, it will help if you have design clients, programming clients, and it will even help if you want to launch your website and aren't sure about the industry you're targeting.
If you can figure out a flaw in a system, a problem that you can fix, or something that doesn't flow well, then you have something on your hands that could be a gold mine. If you don't know how to do basic market research, you'll never know what to do next, and that's why I'm saying this is something you should focus on right away.
You can use tools like Ahrefs and SEMrush to figure out how a few of the top websites in an industry are performing and how well their SEO is. If you think you can jump into that industry, take over, and flip your website for a profit, then I'd say go for it 
Understand your brand will carry weight over time
When I started, I thought that my website would be the best thing there is in my industry, and no one will ever be able to compete with me. What I didn't factor in was that I didn't have a brand name, and no one wanted to work with me or purchase one of my services, and now I had to focus on building my brand a bit before I had any trust factor.
You won't get rich right away unless you have an investor backing you, but that doesn't happen every day, so focus on building your brand through citations and guest blogging. The more content you get into the internet, positive content, the more likely someone will find it when they try to search for you online. Not many people will purchase their first visit, because they will look for more content online about you, and if you've done everything right, they will find the guest posts you've written lol.
Final thoughts,
It doesn't take much starting with an online business, but it does take a lot of work if you want to become successful with it. You'll need to trust freelancers after working with them a few times; you'll need to understand how to do proper market research so you know if you're getting into a bad industry or not, and you'll need to understand how branding works and that it isn't an overnight type of thing. Do those three things, and you'll be ready for anything online 
Thanks for reading 
- Tommy
https://www.seoclerks.com/user/TommyCarey
Are you sure you want to delete this post?
Are you sure you want to delete this post?
Well, Because of that, I got some Affiliate Here Because Some Adults Want to become Like me :)
Are you sure you want to delete this post?
Are you sure you want to delete this post?
So true. I feel like i am student od digital marketing last 18 years, and yet there is much more to study :) :)
Are you sure you want to delete this post?

Are you sure you want to delete this post?

I've been at it for about 16 years and I still feel like I'm a student lol. I read all the time, apply new methods to test sites, and keep trying to figure out the best ways to rank in that top position on Google so I get allllll the traffic lol.
I've branched out from just SEO and I have a SaaS company, I'm into affiliate marketing more now than ever, and I'm doing a lot of freelancing for bigger companies that can afford to pay me so I don't have to fight people who are offering $5 services that are extremely low quality compared to what I offer :D
Branch out, evolve yourself, and you will make more money than you ever thought possible :)
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='29237' | 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='29237' | /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=29237 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=29237
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM answers a, seoclerks.members b WHERE a.quesid='29237' 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='29237' 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=188501 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=188501
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=188503 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=188503
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=188504 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=188504
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=188505 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=188505
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=188506 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=188506
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=188509 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=188509
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=188512 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=188512
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=188513 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=188513
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| UPDATE questions SET total_views = total_views + 1 WHERE quesid='29237' | 1 | UPDATE questions SET total_views = total_views + 1 WHERE quesid='29237' | /opt/clerks-staging/docroot/include/functions/main.php 1765 update_Faqviewcount() () |
| SELECT * FROM questions WHERE quesid!='29237' AND status='1' AND (question like '%You elite marketer programmer start online business%' OR question like '%elite%' OR question like '%marketer%' OR question like '%programmer%' OR question like '%start%' OR question like '%online%' OR question like '%business%') -- ORDER BY RAND() LIMIT 15 | 1 | SELECT quesid, question, seo, userid
FROM questions
WHERE quesid!='29237' AND status='1'
AND (question like '%You elite marketer programmer start online business%' OR question like '%elite%' OR question like '%marketer%' OR question like '%programmer%' OR question like '%start%' OR question like '%online%' OR question like '%business%')
-- ORDER BY RAND()
LIMIT 15 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| 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='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='337' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='337' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='1628' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='1628' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='9' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='9' 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=29237%' 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=29237%'
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='221341.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='221341.jpg' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| 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='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='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 |
dynamicjoseph
Are you sure you want to delete this post?