SpiderLoop WIKI

   
RSS

Navigation





Quick Search
»
Advanced Search »

PoweredBy

optimization code

RSS
Modified on 2009/05/18 19:31 by mike Categorized as Faqs

Optimization Code

The optimization code can be modified in lots of ways scroll for options

the optimization code creates perfectly weighted META tags for all of your web site pages, with YOUR keywords.

These meta tags are part of what the Search Engines use to decide where your site should be indexed on their site. Properly formed and weighted META tags are the first thing an SEO company will do to help promote your web site. SpiderLoop does it for you with just a couple of lines of code and you can customize the tags in nearly unlimited ways. And you can add, or remove keywords any time you want. No more waiting on the SEO guys to do what you can do in minutes.

META tags option 1
Tag option 1


META tags option 2
Tag option 2


META tags option 3
Tag option 3


META tags option 4
Tag option 4


META tags option 5
Tag option 5


it also can create alt tags on all of your images

SpiderLoop will fill in the alt text on your images that have the runat=server tag in them, using your keywords adding another layer of density to your keyword and your site. This is another thing that helps the search engines determine the value of your site for your keywords in their index.

alt text tags for images
Alt Tags


and a keyword rich collapsable news layer on your home page

This layer adds keyword rich content to your home page and hides inconspicuously on the right hand of your page, almost invisible. (Take a close look at the SpiderLoop home page). This content includes your new SpiderLoop pages as links as well as high quality articles that contain your web site's most important key words.

collapsable news layer
collapsable news layer



ASP.NET Optimization Code

For the default page (Creates META tags, alt tags and news layer)

place this code in the header of the page before the body tag
<%@ Register TagPrefix="SpiderLoop" TagName="header" Src="SpiderLoop/head.ascx" %>
<%@ Register TagPrefix="SpiderLoop" TagName="layer" Src="SpiderLoop/layer.ascx" %>
place this code between the <head></head> tags and add runat=server to the begin head tag as shown.
<head runat="server">
<SpiderLoop:header ID="tHeader" UseKeysNum=2 UseSupKeysNum=1 pageTitle="Default" StartKey=0 TagsOption=1 runat="server"/>
</head>
Last place this code just after the <body> and <form> tag as shown
<body>
<form id="form1" runat="server">
<SpiderLoop:layer ID="Layer1" runat="server"/>

For internal aspx pages of your website (Creates META tags and alt tags)

place this code in the header of the page before the body tag
<%@ Register TagPrefix="SpiderLoop" TagName="header" Src="SpiderLoop/head.ascx" %>
place this code between the <head></head> tags and add runat=server to the begin head tag as shown.
<head runat="server">
<SpiderLoop:header ID="tHeader" UseKeysNum=5 UseSupKeysNum=1 pageTitle="none" StartKey=-1 TagsOption=2 runat="server"/>
</head>


Classic ASP index page Optimization Code (Creates META tags and news layer)

==== place this code between the <head></head> tags
<head>
<!––#include file="spiderloop/head.asp"––>
</head>
Last place this code just after the <body> tag as shown
<body>
<!––#include file="spiderloop/layer.asp"––>

Classic ASP internal page Optimization Code (Creates META tags)

==== place this code between the <head></head> tags
<head>
<!––#include file="spiderloop/head.asp"––>
</head>


PHP index page Optimization Code (Creates META tags and news layer)

==== place this code between the <head></head> tags
<head>
<?php include("spiderloop/head.php"); ?>
</head>
Last place this code just after the <body> tag as shown
<body>
<?php include("spiderloop/layer.php"); ?>

PHP internal page Optimization Code (Creates META tags)

==== place this code between the <head></head> tags
<head>
<?php include("spiderloop/head.php"); ?>
</head>



There are a number of options you can use with the SpiderLoop:header tag

UseKeysNum=3

Is the number of your keywords that will be placed into the keywords and description META tags

UseSupKeysNum=2

Is the number of your support keywords that will be placed into the keywords and description META tags

pageTitle="This is a title"

Is the title of the page that will be displayed. This can be either a costom page title of your own or;

pageTitle="default"

Used on any page this is a pre-defined title that SpiderLoop creates for your site using your keywords and company name

pageTitle="none"

Used on regular aspx pages where you want to create your own <title></title> tag

StartKey=–1

Is the # of your keyword that you want to use on the page (for instance if the second keyword in your marketing package was "fishing equipment" then you would use StartKey=2 to use the keyword "fishing equipment" on the page. You can also use –1 wich will choose a random start keyword every time the page is loaded.

TagsOption=1

Is how you want your META tags displayed. There are a number of options you can see them here. Enter 1 2 3 4 or 5 to use the different options

ScrewTurn Wiki version 3.0.1.400. Some of the icons created by FamFamFam.