کد نویسی فایل single.php

Tiny

کاربر عضو
با سلام

از افزونه feed wordopress برای سایت خبرخوان می خوام استفاده می کنم ، ( تنظیماتش رو انجام دادم ) قالبی آماده کردم که فقط فایل Single.php مونده که کد نویسی بشه اونم فقط آیفریمش هست ، خودم بلدم از کد آیفریم استفاده کنم اما از لحاظ سئو مطمئن نیستم که باید از کد جاوا اسکریپت یا روش اینکلود کردن یا روش دیگه استفاده کنم تا سئو منفی نگیرم.

سایت شهر خبر هم نمونه ای هست که می خواهم باشه. نمی دونم از چه روشی استفاده کرده ولی به هر حال تا الان که موفق بوده ، بخش head هم فکر کنم به سئو نیاز داره. اساتید محترمی که در این زمینه مهارت دارن راهنمایی کنن ممنون میشم.
با تشکر

کد single.php قالب

کد:
<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"><head><title><?php wp_title(); ?></title><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta name="description" content=""><meta name="keywords" content=" "><meta http-equiv="CHARSET" content="utf-8"><meta name="Content-Language" content="persian, FA, فارسي"><meta name="language" content="persian, FA"><meta content="fa" http-equiv="Content-Language"><meta name="ROBOTS" content="index,follow"><meta name="revisit-after" content="31 Days"><meta itemprop="description" content=""><meta property="og:title" content=""><meta property="og:type" content="article"><link rel="stylesheet" type="text/css" href="<?php bloginfo('template_directory'); ?>/style3.css"></head><body><table border="0" cellpadding="0" cellspacing="1" width="100%"><tbody><tr><td width="100%"><table align="center" border="0" cellpadding="0" cellspacing="1" width="100%"><tbody><tr><td align="right" width="50%"><div class="news_box"><ul><?php$pop_posts = new WP_Query( array( 'posts_per_page' => get_option("sidebar_rands_no"), 'orderby' => 'rand' ) );while( $pop_posts->have_posts() ) : $pop_posts->the_post();?><li><a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></li><?php endwhile; wp_reset_query(); ?></ul></div></td><td align="center" valign="top"><div align="center"><a href="<?php bloginfo('name'); ?>" target="_blank"><img alt="news" src="<?php bloginfo('template_directory'); ?>/images/main.png" height="75px" border="0"></a></div></td><td align="right" width="50%"><div class="news_box" style="padding-right:20px"><ul><?php$i=0;$recent = new WP_Query("showposts=5");while($recent->have_posts()) : $recent->the_post();?><li><a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" rel="bookmark"><?php the_title(); ?></a></li><?php endwhile; ?></ul></div></td></tr></tbody></table></td></tr></tbody></table><iframe src="<?php the_permalink(); ?>" dir="rtl" style="width:100%;overflow:visible;height:78%" frameborder="0" height="78%"></iframe></body></html>
 

Tiny

کاربر عضو
دوستان کسی نیست پاسخ گو باشه ؟؟؟

 
بالا