• 08-06-2021, 19:19:07
    #1
    Herkese selam, bing arama motoru için siteme api eklemek istiyorum. Linkleri manuel eklemek yerine otomatik çekmesi için.

    Bunun için iki seçenek var 1 JSON kodları ve 2 Site haritası kodları. Bunları nereye nasıl ekleyebilirim?

    JSON request sample: 
    
    POST /webmaster/api.svc/json/SubmitUrlbatch?apikey=sampleapikeyEDECC1EA4AE341CC8B6 HTTP/1.1
    Content-Type: application/json; charset=utf-8
    Host: ssl.bing.com
    
    {
    "siteUrl":"http://yoursite.com",
    "urlList":[
    "http://yoursite.com/url1",
    "http://yoursite.com/url2",
    "http://yoursite.com/url3"
    ]
    }
    
    JSON response sample:
    
    HTTP/1.1 200 OK
    Content-Length: 10
    Content-Type: application/json; charset=utf-8
    
    {
    "d":null
    }
    VEYA
    XML request sample: 
    
    POST /webmaster/api.svc/pox/SubmitUrlBatch?apikey=EEDECC1EA4AE341CC57365E075EBC8B6 HTTP/1.1
    Content-Type: application/xml; charset=utf-8
    Host: ssl.bing.com
    <SubmitUrlBatch xmlns="http://schemas.datacontract.org/2004/07/Microsoft.Bing.Webmaster.Api">
    <siteUrl>http://example.com</siteUrl>
    <urlList>
    <string xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">http://example.com/url1</string>
    <string xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">http://example.com/url2</string>
    <urlList>
    </SubmitUrlBatch>
    
    XML response sample:
    
    HTTP/1.1 200 OK
    Content-Length: 0
  • 08-06-2021, 19:25:21
    #2
    rank math kurarsanız basit bir şekilde api key girip otomatik göndermesini sağlayabilirsiniz
  • 08-06-2021, 19:26:59
    #3
    ruacoronal adlı üyeden alıntı: mesajı görüntüle
    rank math kurarsanız basit bir şekilde api key girip otomatik göndermesini sağlayabilirsiniz
    Hocam ben yoast kullanıyorum, yoastta nasıl yapabilirim