Vorlage:SEO: Unterschied zwischen den Versionen

Aus Afterbuy-Wiki
Wechseln zu:Navigation, Suche
Zeile 13: Zeile 13:
 
   $key = trim(strtolower($items[0]));
 
   $key = trim(strtolower($items[0]));
 
   if( $key == "keywords" ){
 
   if( $key == "keywords" ){
       $out.=" | keywords=";
+
       $out.=" | keywords=Afterbuy";
     
 
 
       $keywords=$items;
 
       $keywords=$items;
 
       unset($keywords[0]);
 
       unset($keywords[0]);
Zeile 21: Zeile 20:
 
       }
 
       }
 
   } else if( $key == "description" ){
 
   } else if( $key == "description" ){
       $out.=" | description=".$items[1];
+
       $out.=" | description=" . $items[1];
 
   }
 
   }
 
}
 
}
$out.=" | locale=de_DE | robots=noindex, nofollow | googlebot=noindex, nofollow | author=ViA-Online GmbH | section=eCommerce }}";
+
$out .= " | locale=de_DE | robots=noindex, nofollow | googlebot=noindex, nofollow | author=ViA-Online GmbH | section=eCommerce }}";
 
echo $out;
 
echo $out;
 
</phptag> __NOTITLE__
 
</phptag> __NOTITLE__

Version vom 3. Mai 2021, 12:17 Uhr