Wednesday, July 23, 2014
How to Create a Free Business Website With BlinkWeb
1. Set up your account by registering at BlinkWeb (see Resources below). You can start building your site as soon as you're registered.
2. BlinkWeb is similar to many sites that provide free Web building and hosting in a number of ways. What are the similarities? It offers free hosting on a BlinkWeb subdomain or helps you buy your own domain for hosting the site. You can choose from a number of attractive templates. You can add a blog. You can add a number of pages with text, images and video.
3. How is BlinkWeb different from all the others? It's super easy to use. That's a nice plus. The templates and tools are all aimed at marketing. There are widgets that will insert forms and ads from Google and Google AdSense. There's a page type specifically for sales letters. The designs for the templates are business oriented.
4. Other features at BlinkWeb that you may find useful include being able to add your own meta information in the form of keywords and descriptions. The video tutorials are simple and clear if you don't instantly see how to accomplish some task. (You will probably instantly see how to do most tasks, since the interface is a quick drag-and-drop style workspace.)
How to Set Up a Website to Earn Cash
1. Set up your website as a blog or other informational site. Write about a topic that interests you or in which you have experience. This makes it easier to update the page and keep your motivation high. Update regularly to keep interest high and use a forum to allow comments. The more interested your readers are, the more likely they are to bookmark the page and come back for more.
2. Use Search Engine Optimization (SEO) to get your site at or near the top of search results. Using commonly searched keywords in your blog or articles will help search engines identify your content and its relevance. Don't force terms where they don't fit. Doing this can actually reduce the ranking of your site if search engines like Google catch on. Hire an SEO expert for quick optimization, but research them thoroughly to prevent damage to your site's ranking.
3. Sign up for Google AdSense or become an affiliate with a well-known Internet store, such as Amazon. AdSense will earn you cash every time a visitor clicks the ads on your site. Google makes money with each click and a percentage of that revenue is paid to you. Online marketplaces like Amazon.com will advertise products on your site and you earn a commission for each product that sells. If you sell over a certain amount each month, the pay percentage will increase.
How to Get Hits As an Amazon Affiliate
1. Create unique and engaging content to attract visitors to your website. No one wants to read a bland product description or overhyped claims of product performance. For instance, if you are promoting baking products, you could create an article entitled 'Top 10 Baking Mistakes' and link to baking products on Amazon. Write product reviews on your site that target the needs and questions of the average person directly, or post a video of an Amazon product in action. Avoid generic content visitors can find on any other website.
2. Use search engine optimization (SEO) to drive targeted traffic to your website. Identify keywords related to the Amazon products you are promoting and optimize your website to rank well on search engines for those terms.Use your keywords several times on your Web page, especially in headers, the HTML title tag and the descriptive 'meta' tags. Obtain back links from other websites with your keywords as the anchor text, or link title. Writing engaging content will help immensely with this.
3. Place affiliate links 'above the fold.' This Web advertising term refers to the first portion of your Web page visitors can see without scrolling down. Your affiliate links will be most visible here.
4. Place affiliate links within and around your content as well. According to Google, advertisements at the end of articles get more clicks. Each site is different, so move your links around to see where they perform best. Some Web analytics software packages can create a heat map of your website that shows where most visitors click.
Tuesday, July 22, 2014
How to Remove Encrypted Footer Links From WordPress Themes
1. Log in to your WordPress admin area. Click 'Appearance' from the large menu on the left, then click 'Editor.' The theme editor allows you to edit the theme's HTML files. Under normal circumstances, you could just go to 'footer.php' and delete the links in question; however, with encrypted links, this may cause the entire site to stop functioning. To get around this, you must replace the 'footer.php' file completely.
2. Click on 'index.php' and scroll to the bottom of the file. Locate the following line of code:
This tells WordPress to run all the code in the 'footer.php' file. Add the following lines of code above and below this line:
These are comment tags -- the site will ignore everything between the '
' tags. Click 'Update File' when done.
3. Load up your blog's main index page in a browser. Click 'View,' then 'View Source.' The HTML source code for this page appears. Scroll down and find the 'FooterStart' and 'FooterEnd' comment tags you just inserted. Copy all the code between these two tags to the clipboard.
4. Return to your WordPress admin window. While still in the Theme Editor, click 'footer.php' from the list on the right. Delete all the code in the file, then paste in the code you just copied.
5. Locate the links. In HTML, links look like this: 'Anchor text'. Delete all the links that you want to remove, then click 'Update File.'
How to Get Paid for a Social Site
1. Charge a registration fee. People always prefer free sites, but if you have something to offer that other social sites don't, people will pay to use it. You can offer a trial period or offer free registration or charge only for extra features.
2. Charge for banner space. If you have a lot of traffic, people will want to advertise their business on your site. Place a message on any page of your site to let visitors know about the option and add an 'Advertise with us' page with prices and other relevant information, including means of contacting you.
3. Sign up for Google Adsense or any other contextual advertising program. These programs use targeted marketing by searching for keywords and providing site owners with adds that are relevant to the content on their site. Site owners receive a payment every time a visitor clicks on an add. It's very easy to sign up and placing adds on your pages is as simple as copying and pasting pieces of code.
4. Sign up for an affiliate marketing program. There are many affiliate marketing programs available. These programs work similarly to contextual advertising, but instead of advertising ads, you promote products and services. Many affiliate programs require your visitors to actually buy the product or fill out a form for you to receive payment. Read the affiliate agreement thoroughly to determine which affiliate program is right for you.
5. Sell your site. If you built a social site and don't want to run it, offer it for sale. This is usually the last step, as you will most likely have to show proof of significant traffic and revenue to any potential buyer in order to get a decent offer. You can offer your site for sale on the site itself or through websites such as WebsiteBroker, DealaSite or even Ebay. Before you list it, do your research to determine how much your website is worth.
How to Donate Through Google Ads
1. Click the 'Donate Now' button on the ad. This will take you to the NPO's Google Checkout page.
2. Sign into your Google account. You need a Google account to donate this way. If you don't have one, click the 'Create an account now' link and follow the instructions to set one up.
3. Direct where you want your donation money to go. Note that not all NPOs have a Google Adsense account through which you can donate.
4. Enter your payment information in the following window, then click 'Next' to confirm the purchase.
5. Click 'Submit' to make your donation.
How to Embed Google AdSense Within Posts on WordPress
1. Use a Web browser to log in to Google AdSense. Click the 'My Ads' link, then click the 'Get Code' button beneath the ad you wish to embed in your content.
2. Copy the code to your systems clipboard, then click 'Close' to leave the dialog. Navigate to your WordPress blog and use the WP-Admin interface to log in.
3. Click the 'Posts' button, then click 'Edit' next to the post that is going to hold your advertisement. Click the 'HTML' button, then scroll down to where you wish to place the ad.
4. Paste the Google Ad code from your clipboard into your content, then click the 'Preview' button to see your changes. Move the code, in its entirety, until you find the proper placement for your content, then click the 'Publish' button.
Subscribe to:
Posts (Atom)