Building an Online course, What do i need to know?

kd dd

Newbie
Joined
Oct 17, 2016
Messages
5
Reaction score
0
Hello, and thank you for taking the time to read this post.

I am building an online video course in the personal development niche and here is my plan, please add recommendations, criticism or anything else you would add, thank you.

1) Create a Search engine optimized blog with articles and start capturing e-mails.
2)Create the video course itself.
3) Drive targeted Traffic using Google/Reddit ads to a sales funnel.
5) Put the product up on clickbank to be promoted by affiliate marketers.
 
Which platform are you going to release this on ?
 
Which platform are you going to release this on ?

will be building my own blog/website/sales page, using vimeo to upload the videos and using paid traffic/affiliates for sales.
 
You need to be able to glue the video to the page so no sod nicks you metiral .

Use mod rewrite to hide where the video really is.
(http://stackoverflow.com/questions/...rite-url-rewriting-and-pretty-links-explained))

Make the website a members website so they got to login to see the metrial .

Members mebership how to php.
((http://www.ineedtutorials.com/code/php/complete-advanced-login-member-system-php-tutorial))

Give users a pm system to communicate.

Exspand the project to a course and start to teach what being sold , get more sales and
satisfaction


Encrypt your code so you code not stollen
From others.
Encript the html so your design and other not stollen.
((http://stackoverflow.com/questions/1020368/how-can-i-hide-or-encrypt-javascript-code))

Turn mouse right click off
http://stackoverflow.com/questions/737022/how-do-i-disable-right-click-on-my-web-page

If a user try's to use back button send them to where you want , like a sales page
http://stackoverflow.com/questions/...-when-back-button-is-clicked-using-javascript

Add a pop under to show more sales
http://www.javascriptkit.com/script/script2/popunder.shtml

Use google capcha ,on every form and login a user has to send you info ,this stop spam ...
https://developers.google.com/recaptcha/old/docs/php

Finally good luck bro.
 
Last edited by a moderator:
Piracy. Make sure to take care of pirated copies of your course.
(DMCA Takedown services comes in handy)
 
Forgot about that one , watermark your video to stop pirates .

I sugest a watermark in the background of your branded website url and business info on the video at all times....
 
You need to be able to glue the video to the page so no sod nicks you metiral .

Use mod rewrite to hide where the video really is.
(http://stackoverflow.com/questions/...rite-url-rewriting-and-pretty-links-explained))

Make the website a members website so they got to login to see the metrial .

Members mebership how to php.
((http://www.ineedtutorials.com/code/php/complete-advanced-login-member-system-php-tutorial))

Give users a pm system to communicate.

Exspand the project to a course and start to teach what being sold , get more sales and
satisfaction


Encrypt your code so you code not stollen
From others.
Encript the html so your design and other not stollen.
((http://stackoverflow.com/questions/1020368/how-can-i-hide-or-encrypt-javascript-code))

Turn mouse right click off
http://stackoverflow.com/questions/737022/how-do-i-disable-right-click-on-my-web-page

If a user try's to use back button send them to where you want , like a sales page
http://stackoverflow.com/questions/...-when-back-button-is-clicked-using-javascript

Add a pop under to show more sales
http://www.javascriptkit.com/script/script2/popunder.shtml

Use google capcha ,on every form and login a user has to send you info ,this stop spam ...
https://developers.google.com/recaptcha/old/docs/php

Finally good luck bro.


This seems helpful.. bookmarking it for later
 
Back
Top