• 28-10-2018, 20:09:26
    #1
    Kimlik doğrulama veya yönetimden onay bekliyor.
    iş verildi..
  • 29-10-2018, 19:59:01
    #2
    Üyeliği durduruldu
    torino7 adlı üyeden alıntı: mesajı görüntüle
    Foruma benzer bir site için yapılan yorumlara yapılandırılmış veri (schema) işaretlemesi yapılacaktır..

    schema.org/Question

    İstenilen fiyat ve teslim süresini pm atın lütfen örnek kodlar aşağıda bulunmaktadır.

    Örnek Şema:
        <div itemscope itemtype="http://schema.org/Question">
          <h1 itemprop="name">What is attr_accessor in Ruby?</h1>
          <div itemprop="upvoteCount">196</div>
          <div itemprop="text">I am having difficulty understanding Ruby attr_accessors, can someone explain them?</div>
          <div>asked <time itemprop="dateCreated" datetime="2010-11-04T20:07Z">Nov 11 '10 at 20:07</time></div>
          <div itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">someuser</span></div>
          <div><span itemprop="answerCount">4</span> answers</div>
          <div itemprop="suggestedAnswer acceptedAnswer" itemscope itemtype="http://schema.org/Answer">
            <div itemprop="upvoteCount">1337</div>
            <div itemprop="text">
            (The text of the accepted answer goes here...).
            </div>
            <div>answered <time itemprop="dateCreated" datetime="2010-12-01T22:01Z">Dec 1 '10 at 22:01</time></div>
            <div itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">anotheruser</span></div>
          </div>
          <div itemprop="suggestedAnswer" itemscope itemtype="http://schema.org/Answer">
            <div itemprop="upvoteCount">39</div>
            <div itemprop="text">
              (Another explanation would go here).
            </div>
            <div>answered <time itemprop="dateCreated" datetime="2010-12-06T21:11Z">Dec 6 '10 at 21:11</time></div>
            <div itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">lonelyuser1234</span></div>
          </div>
        </div>
    Konu hakkında tarafınıza özel mesaj gönderilmiştir.
  • 30-10-2018, 19:11:34
    #3
    Mesaj gönderdim.