Difference between revisions of "Badge for website owners"

(add YourWebsiteDomainName.com)
Line 1: Line 1:
 +
==Show off your site's page by linking to it==
 +
----
 
{{HelpPageAmbassadorMark}}
 
{{HelpPageAmbassadorMark}}
<!--{{LookingFor|the [http://blog.aboutus.org/2009/03/19/the-aboutus-blog-widget/ AboutUs blog widget]}}-->
 
 
==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].
 
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 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:
  
:[[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 30: Line 29:
  
 
==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/YourWebsiteDomainName.com">
 
<a href="http://www.aboutus.org/YourWebsiteDomainName.com">
Line 39: Line 38:
 
</a>
 
</a>
 
</pre>
 
</pre>
:[[Image:auBadge A.png]]
+
: [[Image:auBadge A.png]]
 
<pre>
 
<pre>
 
<a href="http://www.aboutus.org/YourWebsiteDomainName.com">
 
<a href="http://www.aboutus.org/YourWebsiteDomainName.com">
Line 47: Line 46:
 
<br>
 
<br>
  
:[[Image:AuBadge small.png]]
+
: [[Image:AuBadge small.png]]
 
<pre>
 
<pre>
 
<a href="http://www.aboutus.org/YourWebsiteDomainName.com">
 
<a href="http://www.aboutus.org/YourWebsiteDomainName.com">
 
<img src="http://images.aboutus.org/images/7/70/AuBadge_small.png" border="0">
 
<img src="http://images.aboutus.org/images/7/70/AuBadge_small.png" border="0">
 +
</a>
 
</pre>
 
</pre>
  
 
==Dynamic Widget==
 
==Dynamic Widget==
 +
----
 
With this code you can get a dynamic widget that will tell people about your website, pulling from the tags and top summary on the site's AboutUs.org page. It can be used in blog posts or on a website.
 
With this code you can get a dynamic widget that will tell people about your website, pulling from the tags and top summary on the site's AboutUs.org page. It can be used in blog posts or on a website.
  
 
[[Image:WidgetExample.png|300px]]
 
[[Image:WidgetExample.png|300px]]
  
<nowiki><script src="http://www.aboutus.org/Example.com?format=widget" type="text/javascript"></script></nowiki>
+
<nowiki><script src="http://www.aboutus.org/YourWebsiteDomainName.com?format=widget" type="text/javascript"></script></nowiki>
 
 
Make sure to change Example.com to the website you want the widget to be about.
 
  
====Badge in French====
+
Make sure to change YourWebsiteDomainName.com to the website you want the widget to be about. More on the [http://blog.aboutus.org/2009/03/19/the-aboutus-blog-widget/ AboutUs widget]
  
:[[Image:AuBadge_C_FR.png]]
+
==Badge in French==
 +
----
 +
: [[Image:AuBadge_C_FR.png]]
  
 
<pre>
 
<pre>
Line 73: Line 74:
  
 
== Buttons ==
 
== Buttons ==
:[[Image:AboutUsButton_br_yw.png]]
+
----
 +
: [[Image:AboutUsButton_br_yw.png]]
 
<pre>
 
<pre>
 
<a href="http://www.aboutus.org/YourWebsiteDomainName.com">
 
<a href="http://www.aboutus.org/YourWebsiteDomainName.com">

Revision as of 21:52, 14 June 2011

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:

auBadge B.png 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 community:

white background:

<a href="http://www.aboutus.org/YourWebsiteDomainName.com">
<img src="http://images.aboutus.org/images/9/9d/auBadge_B.png" border="0">
</a>

transparent background:

<a href="http://www.aboutus.org/YourWebsiteDomainName.com">
<img src="http://images.aboutus.org/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.

auBadge C.png
<a href="http://www.aboutus.org/YourWebsiteDomainName.com">
<img src="http://images.aboutus.org/images/2/25/auBadge_C.png" border="0">
</a>
auBadge A.png
<a href="http://www.aboutus.org/YourWebsiteDomainName.com">
<img src="http://images.aboutus.org/images/8/88/auBadge_A.png" border="0">
</a>


AuBadge small.png
<a href="http://www.aboutus.org/YourWebsiteDomainName.com">
<img src="http://images.aboutus.org/images/7/70/AuBadge_small.png" border="0">
</a>

Dynamic Widget


With this code you can get a dynamic widget that will tell people about your website, pulling from the tags and top summary on the site's AboutUs.org page. It can be used in blog posts or on a website.

WidgetExample.png

<script src="http://www.aboutus.org/YourWebsiteDomainName.com?format=widget" type="text/javascript"></script>

Make sure to change YourWebsiteDomainName.com to the website you want the widget to be about. More on the AboutUs widget

Badge in French


AuBadge C FR.png
<a href="http://www.aboutus.org/YourWebsiteDomainName.com">
<img src="http://images.aboutus.org/images/c/ce/AuBadge_C_FR.png" border="0">
</a>

Buttons


AboutUsButton br yw.png
<a href="http://www.aboutus.org/YourWebsiteDomainName.com">
<img src="http://images.aboutus.org/images/6/69/AboutUsButton_br_yw.png" border="0">
</a>

AboutUsButton gr br.png
<a href="http://www.aboutus.org/YourWebsiteDomainName.com">
<img src="http://images.aboutus.org/images/5/53/AboutUsButton_gr_br.png" border="0">
</a>

AboutUsButton yw gr.png
<a href="http://www.aboutus.org/YourWebsiteDomainName.com">
<img src="http://images.aboutus.org/images/5/55/AboutUsButton_yw_gr.png" border="0">
</a>

AboutUsButton br gr.png
<a href="http://www.aboutus.org/YourWebsiteDomainName.com">
<img src="http://images.aboutus.org/images/b/b9/AboutUsButton_br_gr.png" border="0">
</a>

AboutUsButton wiki br gr.png
<a href="http://www.aboutus.org/YourWebsiteDomainName.com">
<img src="http://images.aboutus.org/images/f/f7/AboutUsButton_wiki_br_gr.png" border="0">
</a>

User Bars

AboutUsUserbarExample.jpg
AboutUsUserbarAboutUsOrg.jpg
AboutUsUserbar.jpg

Banners

Created by: Gamecock

About-us.gif
About-us-728x90.gif

Creative Examples

From Sk8.com.br

349285304546357_banner.jpg



Retrieved from "http://aboutus.com/index.php?title=Badge_for_website_owners&oldid=21234068"