• 20-08-2016, 20:18:02
    #1
    selam arkadaşlar google video aramalarında şu anki sitemin cıkmasını istiyorum bende wp ve php konusunda bilgiliyim uğrastım ama yapamadım

    daha önce bu çalışmayı yapan arkadaşlar iletişime geçip fiyat belirtirse memnun olurum

    ayrıca sıfırdan bir siteyede yapabiliriz yeter ki google videolarda arama sonucunda cıkalım..
  • 20-08-2016, 20:57:49
    #2
    mahmutk adlı üyeden alıntı: mesajı görüntüle
    selam arkadaşlar google video aramalarında şu anki sitemin cıkmasını istiyorum bende wp ve php konusunda bilgiliyim uğrastım ama yapamadım

    daha önce bu çalışmayı yapan arkadaşlar iletişime geçip fiyat belirtirse memnun olurum

    ayrıca sıfırdan bir siteyede yapabiliriz yeter ki google videolarda arama sonucunda cıkalım..
    <meta itemprop="duration" content="PT{DAKIKA}M{SANIYE}S" />
    <meta itemprop="thumbnailUrl" content="{RESIM_URL}" />
    <meta itemprop="contentURL" content="{KALICI_BAGLANTI}" />
    <meta itemprop="embedURL" content="{EMBED_URL}" />
    <meta itemprop="uploadDate" content="{UPLOAD DATE}" /> //print gmdate("Y-m-d\TH:i:sO", $yuklenme_zamani);
    veya

    <div itemscope itemtype="http://schema.org/VideoObject">
      <span itemprop="name">Title of video</span>
      <span itemprop="description">Video description</span>
      <img itemprop="thumbnailUrl" src="https://www.example.com/thumbnail1.jpg" alt="thumbnail text"/>
      <meta itemprop="uploadDate" content="2015-02-05T08:00:00+08:00"/>
      <meta itemprop="duration" content="PT1M33S" />
      <link itemprop="contentUrl" href="http://www.example.com/video123.flv" />
      <link itemprop="embedUrl" href="http://www.example.com/videoplayer.swf?video=123" />
      <meta itemprop="interactionCount" content="2347" />
    </div>
  • 20-08-2016, 21:31:12
    #3
    codeofali adlı üyeden alıntı: mesajı görüntüle
    <meta itemprop="duration" content="PT{DAKIKA}M{SANIYE}S" />
    <meta itemprop="thumbnailUrl" content="{RESIM_URL}" />
    <meta itemprop="contentURL" content="{KALICI_BAGLANTI}" />
    <meta itemprop="embedURL" content="{EMBED_URL}" />
    <meta itemprop="uploadDate" content="{UPLOAD DATE}" /> //print gmdate("Y-m-d\TH:i:sO", $yuklenme_zamani);
    veya

    <div itemscope itemtype="http://schema.org/VideoObject">
      <span itemprop="name">Title of video</span>
      <span itemprop="description">Video description</span>
      <img itemprop="thumbnailUrl" src="https://www.example.com/thumbnail1.jpg" alt="thumbnail text"/>
      <meta itemprop="uploadDate" content="2015-02-05T08:00:00+08:00"/>
      <meta itemprop="duration" content="PT1M33S" />
      <link itemprop="contentUrl" href="http://www.example.com/video123.flv" />
      <link itemprop="embedUrl" href="http://www.example.com/videoplayer.swf?video=123" />
      <meta itemprop="interactionCount" content="2347" />
    </div>
    bu şekilde denememiştim deniyorum teşekkürler..
  • 20-08-2016, 21:37:16
    #4
    mahmutk adlı üyeden alıntı: mesajı görüntüle
    bu şekilde denememiştim deniyorum teşekkürler..
    2.si