Overview of Upload Your Own HTML

Contents

Overview of Upload Your Own HTML

Step 1: Prepare Your Page

SBI! Integration Guidelines

How To Use SBI!'s Built-in Functions in Your Pages

Setting Up Page Info/Content

Step 2: Upload Your Page

Page Information/Options

Select and Upload Your Page

Step 3: Upload Images and Supporting Files

Browse/Upload Associated Files

Other Information

The Canonical Tag

The Upload Your Own HTML module combines the freedom to build your pages in an HTML editor with the power of SBI!'s database and its traffic-building systems. You work on the creative side of things (Look & Feel, content) and let SBI! look after the technical side.

Please keep in mind, however, that you are responsible for the HTML coding on your pages. Like any Web host, it's not possible for SiteSell Support to act as HTML or javascript (etc.) consultants.

If you started your site using the block method, you can continue with the same Look & Feel by using the transition template offered near the top of the Upload Your Own HTML module.

Read this TNT article to help you get started right.

There are three steps to successfully uploading and building each of your pages...

Step 1 -- Preparing Your Page

Step 1 is, by far, the most important. And it doesn't happen in SBI!. It takes place on your computer and in your HTML editor.

In order to make best use of both your editor and SBI!, you need to follow a set of requirements for using the Upload Your Own HTML module.

Be sure to read all the Step 1 help before you start building your first page, since this is where you learn about these requirements, and the various features this module offers.

The requirements are listed in the Integration Guidelines. There you'll read about the types of files you can upload, the folder structure you need to use, and how to add tracking to outgoing links.

Next you'll learn about each of the various features and how to use each one. They include...

Step 2 -- Uploading Your Page

Step 2 asks you three questions that will affect each page. Then it walks you through the selecting/uploading process.

Page Information and Options include the following...

The help for selecting and uploading a page provides tips on naming your page file, and how to upload it to the SBI! server and database.

Step 3 -- Uploading Images and Supporting Files

In Step 3, you upload any images and other files associated with this page. Other files include CSS files, javascript files, PDFs, and media files (audio and video files).

The Canonical Tag

There can be several different "versions" of each of your pages, at least in the eyes of the Search Engines...

So Google, Yahoo!, Bing (formerly Live Search) and Ask have all adopted a way for you to ensure that only one version of each of your pages is indexed and ranked...

<link rel="canonical" href="http://www.domain-name.com"/> for the home page and
<link rel="canonical" href="http://www.domain-name.com/file-name.html"/> for TIER 2 and 3 pages.

You place this tag on the one page that you want the engines to index. The good news is that SBI! automatically adds this tag to each of your uploaded pages. There's nothing for you to do.

Unless...

If, for some reason, you have several versions of the same page (or almost exactly the same), you can manually add (in your HTML editor) the canonical tag for the page you want indexed into the head section of all the duplicate pages.

If, for example, www.domain-name.com/a.html is the page you want indexed, you would add <link rel="canonical" href="http://www.domain-name.com/a.html"/> into the head section of...

This will ensure that only www.domain-name.com/a.html is indexed and ranked by the engines, thereby increasing that page's rank, since the content's ranking is not being split among several pages.