Open
Seo Çalışma

Schema.org Schema.org, sofistike arama hizmetlerinin oluşumunu kolaylaştıran bir yolla sitelerin indekslenmesini kolaylaştırmasını amaçlayan Google, Bing, Yahoo ve Yandex arama motorlarının bir ortak girişimidir.
Schema.org meta datası eBooks gibi başka uygulamalarda da kullanılabilir.
Schema.org’un asıl amacı, arama sonuçlarını iyileştirmek ve kullanıcının aradığı bilgiye daha kolay ulaşması için arama motorlarının sitedeki bilgileri değerlendirmesini kolaylaştırmaktır.

Açıklama: item’ın kısa açıklaması
Resim: item’ın resminin URL’i
İsim: item’ın ismi
URL: item’ın URL’i
Yaratıcı Çalışma, Thing’in üstteki özelliklerini ve aşağıdaki listedeki özelliklere sahiptir.

Hakkında: içeriğin ana konusu
Yazar: içeriğin yazarı
Oluşturulma Zamanı: içeriğin oluşturulma vakti
Yayımcı: içeriğin yayımcısı
<a href=”http://www.example.com” itemprop=”url”>www.example.com/<a>
<span itemprop=” contributor” itemscope itemtype=” http: //schema. org/Person” >
<span itemprop=” name” >Noel Rutter</span>
Itemscope ekleyerek HTML içeren kısmının belli bir olgu hakkında olduğunu belirtmiş oluyoruz.
<div itemscope itemtype="http://schema.org/Article"></div>
ya da <div itemscope itemtype="http://schema.org/Movie">
<h1 itemprop="name">Avatar</h1>
<p>Director: <span itemprop="director">James Scoro</span></p>
<span itemprop="genre">Science</span>
</div>
<div itemscope itemtype="http://schema.org/Article">
<span itemprop="name">Features of the w3resource JavaScript tutorials</span>
by <span itemprop="author">Rameshwar Ghosh</span>
This article has received 7 likes in facebook and received 3 google plus.
<meta itemprop="interactionCount" content="FacebookLikes:7"/>
<meta itemprop="interactionCount" content="GooglePlus:3"/>
</div>

<article itemscope itemtype="https://schema.org/Article">
<div itemprop="publisher" itemscope itemtype="http://schema.org/Corporation">
<span itemprop="name">MyCorp</span>
</div>
</article>

    
<body itemscope itemtype="http://schema.org/WebPage">

<header class="site-header" role="banner" itemscope itemtype="http://schema.org/WPHeader">
    <div class="wrap">
    <hgroup class="title-area">
        <h1 class="site-title" itemprop="name">Site Title</h1>
        <h2 class="site-description" itemprop="description">Site Description</h2>
    </hgroup>
    </div>
</header><!-- /.site-header -->

<nav class="site-navbar" role="navigation" itemscope itemtype="http://schema.org/SiteNavigationElement">
    <div class="wrap">
    <ul class="site-navbar-nav">
        <li><a itemprop="url" href="http://mysite.com/"><span itemprop="name">Home</span></a></li>
        <li><a itemprop="url" href="http://mysite.com/about/"><span itemprop="name">About</span></a></li>
    </ul>
    </div>
</nav><!--/.site-navigation -->

<main class="site-content" role="main" itemscope itemprop="mainContentOfPage">

    <article class="post" itemscope itemtype="http://schema.org/Article">
    <header class="post-header">
        <h1 class="post-title" itemprop="name headline"><a href="http://mysite.com/post">Post Title</a></h1>
        <p class="post-meta"><time class="post-time" itemprop="datePublished" datetime="2015-01-07T07:07:21+00:00">January 7, 2015</time> by
        <span class="post-author" itemprop="author" itemscope itemptype="http://schema.org/Person">
            <a itemprop="url" href="http://mysite.com/author" class="post-author-link">
            <span class="post-author-name" itemprop="name">Author Name</span>
            </a>
        </span>
        </p>
    </header>

    <div class="post-content" itemprop="articleBody">
        <p>This is a article body.</p>
    </div>

    <footer class="post-footer">
        <p class="post-meta">
        <span class="post-categories">Filed Under: <a href="/category/category1/" title="View all posts in Category">Category 1</a></span>
        <span class="post-tags">Tagged With: <a href="/tag/tag1/">tag 1</a>, <a href="http://mysite.com/tag/tag2/">tag 2</a></span>
        </p>
    </footer>

    <section class="post-comments" id="comments">
        <h3>Comments</h3>
        <ol class="comment-list">
        <li class="comment even thread-even depth-1" id="comment-123">
            <article itemprop="comment" itemscope itemtype="http://schema.org/UserComments">
            <header class="comment-header">
                <p class="comment-author" itemprop="creator" itemscope itemtype="http://schema.org/Person">
                <span itemprop="name"><a href="http://authorswebsite.com" rel="external nofollow" itemprop="url">Comment Author</a></span>
                </p>
                <p class="comment-meta">
                <time itemprop="commentTime" datetime="2014-09-15T13:22:51+00:00">September 15th, 2014 at 13:22</time>
                </p>
            </header>
            <div class="comment-content" itemprop="commentText">
                <p>some comment text etc etc...</p>
            </div>
            </article>
        </li>
        </ol>
    </section><!-- /.post-coments -->
    </article><!-- /.post -->

    <nav>
    <ul class="pagination" role="navigation" itemscope itemtype="http://schema.org/SiteNavigationElement">
        <li><a itemprop="url" href="/page1/"><span itemprop="name">Newer Posts</span></a></li>
        <li><a itemprop="url" href="/page2/"><span itemprop="name">Older Posts</span></a></li>
    </ul>
    </nav>

</main><!-- /.site-content -->

<aside class="site-sidebar" role="complementary" itemscope itemtype="http://schema.org/WPSideBar">
    <section class="widget-wrap">
    <h4 class="widget-title" itemprop="name">Site Sidebar Widget 1</h4>
    <div class="widget-text">
        <p>This is the Site Sidebar Widget 1</p>
    </div>
    </section>
    <section class="widget-wrap">
    <h4 class="widget-title" itemprop="name">Site Sidebar Widget 2</h4>
    <div class="widget-text">
        <p>This is the Site Sidebar Widget 2</p>
    </div>
    </section>
</aside><!-- /.site-sidebar -->

<footer class="site-footer" role="contentinfo" itemscope itemtype="http://schema.org/WPFooter">
    <div class="wrap">
    <p class="back-to-top"><a title="Back to top" href="#wrap">Back to top</a></p>
    <p class="copyright">© <span itemprop="copyrightYear">2015</span> <span itemprop="copyrightHolder" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Site Holder Name</span></span>.</p>
    </div>
</footer><!-- /.site-footer -->

<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="/assets/js/scripts.min.js"></script>

</body>

02.02.2020