İyinet'e Hoşgeldiniz!

Türkiye'nin En Eski Webmaster Forum'una Hemen Kayıt Olun!

Kayıt Ol!

Arkadaslar wordpress head duzenlemesınde yardım ıstıyorum

tayfun.tml

0
İyinet Üyesi
Katılım
28 Temmuz 2012
Mesajlar
48
Reaction score
0
<?php
/**
* The Header for our theme.
*
* Displays all of the <head> section and everything up till <div id="main">
*
* [MENTION=21271]pack[/MENTION]age WordPress
* @subpackage Twenty_Ten
* [MENTION=46153]Sinc[/MENTION]e Twenty Ten 1.0
*/
?><!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>" />
<title><?php
/*
* Print the <title> tag based on what is being viewed.
*/
global $page, $paged;

wp_title( '|', true, 'right' );

// Add the blog name.
bloginfo( 'name' );

// Add the blog description for the home/front page.
$site_description = get_bloginfo( 'description', 'display' );
if ( $site_description && ( is_home() || is_front_page() ) )
echo "$site_description";

// Add a page number if necessary:
if ( $paged >= 2 || $page >= 2 )
echo ' | ' . sprintf( __( 'Page %s', 'twentyten' ), max( $paged, $page ) );

?></title>
<link rel="profile" href="http://gmpg.org/xfn/11" />
<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'stylesheet_url' ); ?>" />
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
<?php
/* We add some JavaScript to pages with the comment form
* to support sites with threaded comments (when in use).
*/
if ( is_singular() && get_option( 'thread_comments' ) )
wp_enqueue_script( 'comment-reply' );

/* Always have wp_head() just before the closing </head>
* tag of your theme, or you will break many plugins, which
* generally use this hook to add elements to <head> such
* as styles, scripts, and meta tags.
*/
wp_head();
?>

<link rel="shortcut icon" href="http://www.google.com/favicon.ico" />



</head>


Arkadaslar header duzenlemesınden anlamadıgım ıcın wordpressın kendı kendı temasının head kodlarını kopyaladım. Seo konusunda bu head kısmını nasıl en ıyı duruma getırebılırm ? yardımcı olursanız sevınırım
 

Eif

0
İyinet Üyesi
Katılım
26 Ocak 2005
Mesajlar
7,944
Reaction score
248
Şu anda kod olarak yazacak fırsatım yok. Kısaca, head bölümündeki düzenlemede olay metalarla ilgilidir. Özgün bir title metası olmalı (makale ismi ile başlayan), Alakalı bir description metası olmalı, keywords çok önemli değil, çeviri yememek için language metasını ekleyin. Hangi sayfalara noindex uygulanacaksa o belirtilmeli. İsteye bağlı olarak author ve diğer metalar kullanılabilir.

Kodlara yabancıysanız All in one eklentisi ile başlamanızı öneririm.
 

Türkiye’nin ilk webmaster forum sitesi iyinet.com'da forum üyeleri tarafından yapılan tüm paylaşımlardan; Türk Ceza Kanunu’nun 20. Maddesinin, 5651 Sayılı Kanununun 4. maddesinin 2. fıkrasına göre, paylaşım yapan üyeler sorumludur.

Backlink ve Tanıtım Yazısı için iletişime geçmek için Skype Adresimiz: .cid.1580508955483fe5

Üst