Browser,Webdesign

link:rel.canonical

2月 17 , 2009

will do it later ….


<?php if (have_posts()){?>
 <link rel="canonical" href="<?php the_permalink(); ?>" />
<?}?>

--