Code SEO Book


SUBMITTED BY: Guest

DATE: March 31, 2014, 5:02 p.m.

FORMAT: Text only

SIZE: 1.2 kB

HITS: 154208

  1. Code SEO Book
  2. //------------------------- [Breadcrumb] --------------------------//
  3. <meta name="geo.placename" content="United States" />
  4. <meta name="geo.position" content="x;x" />
  5. <meta name="geo.region" content="usa" />
  6. <meta name="ICBM" content="x,x" />
  7. //------------------------- [Breadcrumb] --------------------------//
  8. if ( ! function_exists( 'breadcrumbs' ) ) :
  9. function breadcrumbs() {
  10. $separator = '&rsaquo;';
  11. $home = 'Home';
  12. echo '<div xmlns:v="http://rdf.data-vocabulary.org/#" class="breadcrumbs">';
  13. global $post;
  14. echo ' <span typeof="v:Breadcrumb">
  15. <a rel="v:url" property="v:title" href="http://www.Namadomainanda.com">Home</a>
  16. </span> ';
  17. $category = get_the_category();
  18. if ($category) {
  19. foreach($category as $category) {
  20. echo $separator . "<span typeof=\"v:Breadcrumb\">
  21. <a rel=\"v:url\" property=\"v:title\" href=\"".get_category_link($category->term_id)."\" >$category-
  22. >name</a>
  23. </span>";
  24. }
  25. }
  26. echo '</div>';
  27. }
  28. endif;
  29. Catatan : letakkan Kode ini pada single.php, category.php dan tag.php
  30. -------------------------
  31. <?php breadcrumbs(); ?>

comments powered by Disqus