Its confirmed. All new SEO projects going forward will utilize the new +1 tags to our code? Here is the code:
<!– Place this tag in your head or just before your close body tag –>
<script type=”text/javascript” src=”https://apis.google.com/js/plusone.js”></script>
<!– Place this tag where you want the +1 button to render –>
<g:plusone size=”small”></g:plusone>
<!– Place this tag in your head or just before your close body tag –><script type=”text/javascript” src=”https://apis.google.com/js/plusone.js”></script>
<!– Place this tag where you want the +1 button to render –><g:plusone size=”small”></g:plusone>
Its pretty straightforward. Add the <script > code right before the closing </head> tag. And then the : <g:plusone size=”small”></g:plusone> around the area you want it to display. If need be you can enclose it into a <div> tag and style it with css to moce it around and such.
To implement, we add the code