Difference between revisions of "Badge for website owners"
KristinaWeis (talk | contribs) (Reverted 1 edit by Robert Bowen (Talk); changed back to last version by MarkDilley) |
(→Banners) |
||
(27 intermediate revisions by 7 users not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | {{GenericHelpBox}} |
+ | ==Show off your site's page by linking to it== | ||
+ | Another way to increase your search engine optimization is by linking your site to others. AboutUs offers several "badge" choices to put on your website that link back to your [[AboutUs]] article. Read more about AboutUs badges on our [http://blog.aboutus.org/category/uncategorized blog]. | ||
− | + | If you would like to let your website visitors know more about you through your AboutUs article, you are warmly welcomed to put one of these badges onto your site. These are some of the latest favorites: | |
− | If you | ||
− | :[[Image:auBadge B.png]] [[Image:auBadge trans 80x110.png]] | + | : [[Image:auBadge B.png]] [[Image:auBadge trans 80x110.png]] |
Add this badge to your site with the following HTML. This code links directly to your [[AboutUs]] article! It's quick, easy, and a great way to create [[Portal:AboutUsCommunity|community]]: | Add this badge to your site with the following HTML. This code links directly to your [[AboutUs]] article! It's quick, easy, and a great way to create [[Portal:AboutUsCommunity|community]]: | ||
Line 10: | Line 11: | ||
white background: | white background: | ||
<pre> | <pre> | ||
− | <a href="http://www.aboutus.org/ | + | <a href="http://www.aboutus.org/YourWebsiteDomainName.com"> |
− | <img src="http:// | + | <img src="http://d11i3gcvg70i17.cloudfront.net/images/9/9d/auBadge_B.png" border="0"> |
</a> | </a> | ||
</pre> | </pre> | ||
Line 17: | Line 18: | ||
transparent background: | transparent background: | ||
<pre> | <pre> | ||
− | <a href="http://www.aboutus.org/ | + | <a href="http://www.aboutus.org/YourWebsiteDomainName.com"> |
− | <img src="http:// | + | <img src="http://d11i3gcvg70i17.cloudfront.net/images/9/91/auBadge_trans_80x110.png" border="0"> |
</a> | </a> | ||
</pre> | </pre> | ||
− | Paste this code into your site's HTML. Then change ''' | + | Paste this code into your site's HTML. Then change '''YourWebsiteDomainName.com''' to be your domain name. For example, if your web site was <nowiki>http://www.example.com</nowiki>, then your website domain name is just '''example.com'''. |
− | The image will link over to the [[AboutUs]] article for whatever domain you add the code to. | + | The image will link over to the [[AboutUs]] article for whatever website domain you add the code to. |
==More Badge Choices== | ==More Badge Choices== | ||
− | + | ---- | |
You can also choose one of these alternative badges. The code and instructions for using it are the same as above except for the image url. | You can also choose one of these alternative badges. The code and instructions for using it are the same as above except for the image url. | ||
− | :[[Image:auBadge C.png]] | + | : [[Image:auBadge C.png]] |
<pre> | <pre> | ||
− | <a href="http://www.aboutus.org/ | + | <a href="http://www.aboutus.org/YourWebsiteDomainName.com"> |
− | <img src="http:// | + | <img src="http://d11i3gcvg70i17.cloudfront.net/images/2/25/auBadge_C.png" border="0"> |
</a> | </a> | ||
</pre> | </pre> | ||
− | :[[Image:auBadge A.png]] | + | : [[Image:auBadge A.png]] |
<pre> | <pre> | ||
− | <a href="http://www.aboutus.org/ | + | <a href="http://www.aboutus.org/YourWebsiteDomainName.com"> |
− | <img src="http:// | + | <img src="http://d11i3gcvg70i17.cloudfront.net/images/8/88/auBadge_A.png" border="0"> |
</a> | </a> | ||
</pre> | </pre> | ||
<br> | <br> | ||
− | :[[Image:AuBadge small.png]] | + | : [[Image:AuBadge small.png]] |
<pre> | <pre> | ||
− | <a href="http://www.aboutus.org/ | + | <a href="http://www.aboutus.org/YourWebsiteDomainName.com"> |
− | <img src="http:// | + | <img src="http://d11i3gcvg70i17.cloudfront.net/images/7/70/AuBadge_small.png" border="0"> |
+ | </a> | ||
</pre> | </pre> | ||
− | + | ==Badge in French== | |
− | + | ---- | |
− | :[[Image:AuBadge_C_FR.png]] | + | : [[Image:AuBadge_C_FR.png]] |
<pre> | <pre> | ||
− | <a href="http://www.aboutus.org/ | + | <a href="http://www.aboutus.org/YourWebsiteDomainName.com"> |
− | <img src="http:// | + | <img src="http://d11i3gcvg70i17.cloudfront.net/images/c/ce/AuBadge_C_FR.png" border="0"> |
</a> | </a> | ||
</pre> | </pre> | ||
− | == | + | ==User Bars== |
− | + | :[[Image:AboutUsUserbarExample.jpg]] | |
− | + | :[[Image:AboutUsUserbarAboutUsOrg.jpg]] | |
− | + | :[[Image:AboutUsUserbar.jpg]] | |
− | : [[Image: | ||
− | |||
− | : [[Image: | ||
==== Creative Examples ==== | ==== Creative Examples ==== | ||
From [[Sk8.com.br]] | From [[Sk8.com.br]] | ||
: http://www.sk8.com.br/br/images/banners/349285304546357_banner.jpg | : http://www.sk8.com.br/br/images/banners/349285304546357_banner.jpg | ||
+ | |||
+ | |||
__NOTOC__ | __NOTOC__ |
Latest revision as of 23:28, 2 July 2016
Show off your site's page by linking to it
Another way to increase your search engine optimization is by linking your site to others. AboutUs offers several "badge" choices to put on your website that link back to your AboutUs article. Read more about AboutUs badges on our blog.
If you would like to let your website visitors know more about you through your AboutUs article, you are warmly welcomed to put one of these badges onto your site. These are some of the latest favorites:
Add this badge to your site with the following HTML. This code links directly to your AboutUs article! It's quick, easy, and a great way to create community:
white background:
<a href="http://www.aboutus.org/YourWebsiteDomainName.com"> <img src="http://d11i3gcvg70i17.cloudfront.net/images/9/9d/auBadge_B.png" border="0"> </a>
transparent background:
<a href="http://www.aboutus.org/YourWebsiteDomainName.com"> <img src="http://d11i3gcvg70i17.cloudfront.net/images/9/91/auBadge_trans_80x110.png" border="0"> </a>
Paste this code into your site's HTML. Then change YourWebsiteDomainName.com to be your domain name. For example, if your web site was http://www.example.com, then your website domain name is just example.com.
The image will link over to the AboutUs article for whatever website domain you add the code to.
More Badge Choices
You can also choose one of these alternative badges. The code and instructions for using it are the same as above except for the image url.
<a href="http://www.aboutus.org/YourWebsiteDomainName.com"> <img src="http://d11i3gcvg70i17.cloudfront.net/images/2/25/auBadge_C.png" border="0"> </a>
<a href="http://www.aboutus.org/YourWebsiteDomainName.com"> <img src="http://d11i3gcvg70i17.cloudfront.net/images/8/88/auBadge_A.png" border="0"> </a>
<a href="http://www.aboutus.org/YourWebsiteDomainName.com"> <img src="http://d11i3gcvg70i17.cloudfront.net/images/7/70/AuBadge_small.png" border="0"> </a>
Badge in French
<a href="http://www.aboutus.org/YourWebsiteDomainName.com"> <img src="http://d11i3gcvg70i17.cloudfront.net/images/c/ce/AuBadge_C_FR.png" border="0"> </a>
User Bars
Creative Examples
From Sk8.com.br