Affiliate Link and Banners

Getting Affiliate ID

Affiliate ID could be found in Wyolyzer, if the Affiliate Terms and Conditions was accepted. The Affiliate ID is needed to recognize the affiliate account. To get Affiliate ID follow the instructions on the Apply for Affiliate Help Page.

Insert Affiliate Link

Affiliate link is a URL that contains the unique Affiliate ID and refers to Your WyoSEO Affiliate Account. The Affiliate ID must always include into the link URL, otherwise WyoSEO cannot recognize the Affiliate account and Affiliate Commission will be not paid.

To insert affiliate link into your website check the code examples below:

Template:
<a href="http://www.wyoseo.com/?a=YOUR_AFFILIATE_ID">Anchor Text</a>

Example with a text link:
<a href=”http://www.wyoseo.com/?a=723d4674c7104b9e9334ee6d22a43ffd560e0aa62a453c29b49381697fe7b14″>WyoSEO SEO Tools</a>

Example with a banner link:
<a href=”http://www.wyoseo.com/?a=723d4674c7104b9e9334ee6d22a43ffd560e0aa62a453c29b49381697fe7b14″>
<img src=”http://www.wyoseo.com/banners/wyoseo-banner-180×150-free_seo_tools-2.png” alt=”WyoSEO Banner” width=”180″ height=”150″ />
</a>

Where

  • The href parameter in the a tag shall contain the WyoSEO Home URL (http://www.wyoseo.com/).
  • The URL shall contain the a= parameter with your Affiliate ID (e.g.: a=723d4674c7104b9e9334ee6d22a43ffd560e0aa62a453c29b49381697fe7b14). Note that the question mark (?) indicates that a parameter list will follow.
  • The Anchor Text (between <a> and </a>) could be something that refers to WyoSEO.com services or a WyoSEO banner.

WyoSEO Banners

The currently available WyoSEO banners can be shown below. Use the URL next to the banner to refer to it.

WyoSEO banner 1 URL:

http://www.wyoseo.com/banners/wyoseo-banner-180×150-free_seo_tools-1.png

Refer as an image:
<img src=”http://www.wyoseo.com/banners/wyoseo-banner-180×150-free_seo_tools-2.png” alt=”WyoSEO Banner” width=”180″ height=”150″ />

WyoSEO Banner 2 URL:

http://www.wyoseo.com/banners/wyoseo-banner-180×150-free_seo_tools-2.png

Refer as an image:
<img src=”http://www.wyoseo.com/banners/wyoseo-banner-180×150-free_seo_tools-2.png” alt=”WyoSEO Banner” width=”180″ height=”150″ />

Insert Affiliate Check Field

It is allowed to our affiliates to insert a check field that navigates the visitors directly to WyoSEO.com Site Optimizer by entering their website URL. To insert the Site Optimizer check field put the example code  into your website:

<form id="formSearch" name="formSearch" action="http://www.wyoseo.com/seo_checksite.php?a=YOUR_AFFILIATE_ID" method="get">
http://<input type="text" name="s" id="s"/>
<input name="Submit" type="submit" value="Check" />
</form>