Türkçe çeviri: Image Sitemap
ne bir image sitemap dır ve neden o vardır — image namespace, image:image ve image:loc tags, tags Google deprecated in 2022, accepted formats, ve cross-domain images.
Diller
Bu sayfada 1 kanıt sinyali
- İlgili canlı araçXML Sitemap Generator
bir image sitemap dır bir extension -e bir olağbir XML sitemap şu listeler sizin images kullanarak Google's image namespace (http://www.google.com/schemas/sitemap-image/1.1) — olmadan şu namespace image tags dır ignored. siz ekle <image:image> blocks (her ile bir <image:loc>) bençinde <url> entry bençin sayfa; up -e 1 000 images per URL. o surfaces images Google -ebilir miss (JavaScript-loaded veya dynamically sunulan) ve -ebilirsiniz put tags in bir standalone file veya fold them -e bir existing sitemap — her ikisi dır fine. Google deprecated image:caption, image:geo_location, image:title ve image:license in August 2022; leaving them in sahiptir no dizine ekleme effect, bu nedenle yapmayın panic. Accepted image formats dır BMP, GIF, JPEG, PNG, WebP, SVG, ve AVIF. Cross-domain image hosting çalışır eğer her ikisi domains dır verified in arama Console ve robots.txt izin verir tarama. Bing yapmaz belge image-sitemap support.
Evidence for this claim Image sitemap extensions provide Google with information about images it might otherwise not discover. Scope: Current Google image sitemap behavior. Confidence: high · Verified: Google Search Central: Image sitemaps Evidence for this claim Each image sitemap entry requires image:loc; several legacy image fields were deprecated in 2022. Scope: Current image sitemap schema and deprecated fields. Confidence: high · Verified: Google Search Central: Image sitemap referenceTL;DR — bir image sitemap dır bir liste of images on sizin sayfalar şu siz hand -e Google bu nedenle o yapmaz miss herhangi bir — especially images şu load ile JavaScript veya al sunulan in bir way bir olağbir tarama -ebilir’t see. o’s değil bir separate magic file: siz ekle bir few image tags -e bir olağbir XML sitemap. o yardımcı olur Google bul images; o yapmaz yap them rank.
ne bir image sitemap dır
ne zaman Google tarar bir sayfa, o genellikle bulur images on o sadece fine — onlar’re yapğru orada in HTML. ama bazen images dır loaded tarafından JavaScript sonra sayfa renders, veya pulled -den bir separate image server, veya swapped in dynamically. şunlar dır ones Google -ebilir miss. bir image sitemap dır nasıl siz benşaret et Google straight at them.
önemli thing -e understand up front: bir image sitemap değildir bir special yeni kind of file. o’s bir olağbir XML sitemap ile bazı extra image tags eklendi. siz söyle Google “I’m including image info” tarafından adding bir image namespace -e file, ve o hâlde, her biri bençin sayfa, siz liste images şu görün on o.
Standalone file veya eklendi -e sizin existing sitemap?
her ikisi çalışır. -ebilirsiniz:
- ekle image tags -e sizin existing sitemap — koru bir file, sadece enrich o ile image info, veya
- yap bir separate image-yalnızca sitemap — handy eğer bir plugin veya oluştur adım generates o bençin siz.
Google yapmaz prefer bir üzerinde diğer. kullan whatever sizin CMS veya generator yapar easiest.
two tags siz aslında ihtiyaç duy
bençinde <url> entry bençin bir sayfa, siz wrap her image in bir <image:image>
block, ve bençinde şu siz ver Google image’s location ile <image:loc>.
şu’s minimum. bir sayfa -ebilir liste up -e 1 000 images bu way.
bir thing siz -meli değil forget dır image namespace at top of file. olmadan o, Google treats sizin image tags olarak gibberish ve ignores them.
yapar bu yardım et me rank in Google Images?
dolaylı olarak, at en çok. bir image sitemap yardımcı olur Google discover sizin images — şu’s
onun whole job. Whether şunlar images o hâlde göster up well in Google Images comes down
-e usual image-SEO stuff: good alt text, descriptive filenames, fast-loading
files, ve images şu dır aslında relevant -e sayfa. sitemap alır siz in
door; o yapmaz decide nerede siz sit.
iste namespace details, tags Google quietly deprecated, accepted file formats, ve nasıl cross-domain images çalışır? Switch -e Advanced tab.
Evidence for this claim Image sitemap extensions provide Google with information about images it might otherwise not discover. Scope: Current Google image sitemap behavior. Confidence: high · Verified: Google Search Central: Image sitemaps Evidence for this claim Each image sitemap entry requires image:loc; several legacy image fields were deprecated in 2022. Scope: Current image sitemap schema and deprecated fields. Confidence: high · Verified: Google Search Central: Image sitemap referenceTL;DR — bir image sitemap dır bir extension -e bir olağbir XML sitemap: ekle namespace
http://www.google.com/schemas/sitemap-image/1.1-e<urlset>, o hâlde nest<image:image>→<image:loc>bençinde her<url>(up -e 1 000 images per URL). olmadan namespace image tags dır ignored. Standalone file veya tags in bir existing sitemap — her ikisi dır fine. o surfaces images Google -ebilir miss (JS-loaded, dynamically sunulan). Google deprecatedimage:caption,image:geo_location,image:title, veimage:licensein August 2022 — leave them veya kaldır them, no dizine ekleme effect either way. Accepted image formats: BMP, GIF, JPEG, PNG, WebP, SVG, AVIF. Cross-domain images çalışır eğer her ikisi domains dır verified in arama Console verobots.txtizin verir tarama. Bing yapmaz belge image-sitemap support.
ne o dır, mechanically
bir image sitemap dır bir sitemap extension, değil bir distinct file type. siz take bir
standard XML sitemap ve ekle Google’s image namespace -e root <urlset>
element:
xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"
o hâlde, bençinde <url> block her biri bençin sayfa, siz ekle bir <image:image> element
per image, her containing bir <image:loc> ile image file’s URL. Google’s
docs describe <image:image> olarak element şu “[encloses] tümü information
hakkında bir tek image,” ve note şu her <url> tag -ebilir contain up -e
1 000 <image:image> tags. bu nedenle structure dır: bir <url> per sayfa →
çok söyleıda <image:image> per <url> → bir <image:loc> per image.
şu namespace line dır load-bearing. Leave o off ve Google ignores image tags entirely — onlar’re sadece unknown XML -e o. bu tek en çok yaygın neden bir “image sitemap” yapar nothing.
Minimum geçerli yapı
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">
<url>
<loc>https://example.com/sample.html</loc>
<image:image>
<image:loc>https://example.com/image.jpg</image:loc>
</image:image>
</url>
</urlset>Scripts lens keeps expanded sürüm bençin birden çok images ve implementation kontroller; bu smallest yararlı shape -e compare karşı generated output.
neden bother — discovery of images Google -ebilir miss
eğer sizin images sit in plain <img src="…"> tags in sunulan HTML, Google
generally bulur them aracılığıyla olağbir tarama ve siz yapmayın strictly ihtiyaç duy bir image
sitemap. durum bençin bir dır discovery of images tarama -ebilir’t easily see:
images loaded veya swapped in tarafından JavaScript, images sunulan dynamically, veya images
referenced in bir way şu değildir bir temiz HTML src. Listing them explicitly verir
Google bir direct path -e images o -irdi otherwise overlook. Like her sitemap,
bu bir discovery aid — o yapmaz guarantee dizine ekleme, ve o değildir bir sıralama
lever.
Standalone file vs. tags in bir existing sitemap
orada’s no yapğru yanıt burada — Google accepts her ikisi. -ebilirsiniz koru everything in bir
sitemap ve sadece ekle image tags -e relevant <url> entries, veya generate bir
dedicated image-yalnızca sitemap (çoğu zaman ne bir plugin yapar) ve submit o alongside
sizin regular bir. seç whichever sizin toolchain produces cleanly. -erseniz’re on bir JS
framework, arama framework name plus “sitemap image” önce hand-rolling
anything — orada’s genellikle bir module şu zaten yapar o.
deprecated tags — ve neden siz needn’t panic
bu nerede en çok üçüncü-party guides dır out of date. In August 2022 Google
removed four image tags -den onun dokümantasyon: <image:caption>,
<image:geo_location>, <image:title>, ve <image:license>. Google’s docs söyle
plainly şu o “removed following tags ve attributes -den bizim
dokümantasyon,” listing tam olarak şunlar four.
Crucially, removing them -den docs yaptı değil anlamına gel siz sahipti -e rush out ve strip them -den sizin files. Gary Illyes idi explicit şu, bençin plugin developers ve anyone managing onların kendi sitemaps, “orada’s no immediate action required; -ebilirsiniz leave bunlar tags ve attributes in place olmadan drawbacks.” orada’s no penalty ve no dizine ekleme effect either way. bu nedenle eğer sizin generator hâlâ emits them, leave o; -erseniz’d rather sahip bir temiz file, kaldır them. her ikisi dır fine — sadece yapmayın ele al onların presence olarak bir sorun -e düzelt urgently.
two tags şu hâlâ önem taşır dır structural ones: <image:image> ve
<image:loc>. şu’s güncel, supported surface area.
Kabul edilen görsel dosyası biçimleri
bir reasonable soru önce siz bother listing bir image: -ecek Google hatta dizin
o? Google arama supports images in BMP, GIF, JPEG, PNG, WebP, SVG, ve AVIF —
onun docs söyle o “supports images referenced in src attribute of img in
following file formats: BMP, GIF, JPEG, PNG, WebP, SVG, ve AVIF.” sizin
<image:loc> URL -meli benşaret et at bir crawlable file in bir of şunlar formats. benşaret et
o at something Google -ebilir’t okuyun ve listing o in bir sitemap won’t yardım et.
Alanlar arası görseller
sizin images yapmayın sahip -e live on aynı domain olarak sayfa şu displays them — bir CDN veya dedicated image ana makine dır fine. ama vardır two conditions bençin Google -e kullan cross-domain image references in bir sitemap:
- her ikisi domains -meli olmak verified in arama Console ( sayfa’s domain ve image ana makine’s domain), ve
- image ana makine’s
robots.txt-meli izin ver Googlebot -e tarama image files.
Miss either bir ve cross-domain images won’t olmak seçilen up. -erseniz sun images
-den bir image subdomain veya üçüncü-party CDN, verify şu property ve kontrol et onun
robots.txt önce siz assume sitemap dır doing onun job.
en iyi practices
sitemap dır plumbing; image-SEO fundamentals hâlâ uygula. izle Google’s
Google Images publishing guidelines: descriptive, accurate alt text; meaningful
filenames; high-quality, fast-loading images şu dır genuinely relevant -e
sayfa onlar sit on; ve bir stable, crawlable URL her biri bençin image file. liste yalnızca
images siz aslında iste surfaced, ve koru <image:loc> URLs in bir supported
format. sitemap improves discovery; bunlar practices dır ne decide whether
discovered images yap anything bençin siz.
bir note on Bing
bu bir Google extension. Bing yapmaz belge support bençin image sitemaps —
onun sitemap rehberlik defers -e base sitemaps.org protokol yerine adding bir
image namespace of onun kendi. bu nedenle yapmayın assume <image:image> tags yap anything
bençin Bing; ele al image sitemap olarak bir Google-specific araç.
nerede bu sits
bir image sitemap dır bir member of bir küçük family of sitemap extensions. base XML sitemap listeler sizin sayfa URL’leri; bir video sitemap yapar aynı job olarak bu bir ama bençin video, ile onun kendi namespace ve tags; bir sitemap dizin dır sitemap-of-sitemaps siz kullan once siz outgrow bir tek file; ve broader sitemaps overview ties them together. tümü of them dır hakkında aynı goal şu sits at top of bu küme — discovery.
AI özet
bir condensed take on Advanced sürüm:
- bir image sitemap dır bir extension -e bir olağbir XML sitemap, değil bir separate file
type. ekle namespace
http://www.google.com/schemas/sitemap-image/1.1-e<urlset>; olmadan o, image tags dır ignored. - Structure: bençinde her
<url>, nest<image:image>→<image:loc>( image file URL). Up -e 1 000<image:image>tags per<url>. - neden: -e surface images Google -ebilir miss — JavaScript-loaded veya dynamically sunulan. o aids discovery, değil sıralama, ve yapmaz guarantee dizine ekleme.
- Placement: bir standalone image-yalnızca file veya image tags in sizin existing sitemap — her ikisi dır fine.
- Deprecated Aug 2022:
image:caption,image:geo_location,image:title,image:licenseidi removed -den docs. Leaving them in place sahiptir no dizine ekleme effect ve no penalty — kaldır veya koru, sizin choice. - Accepted image formats: BMP, GIF, JPEG, PNG, WebP, SVG, AVIF. benşaret et
<image:loc>at bir crawlable file in bir of bunlar. - Cross-domain images: allowed eğer her ikisi domains dır verified in arama
Console ve image ana makine’s
robots.txtizin verir tarama. - en iyi practices: Google Images publishing guidelines — good alt text, descriptive filenames, relevant high-quality images at stable URLs.
- Bing yapmaz belge image-sitemap support (o defers -e sitemaps.org) — ele al bu olarak bir Google-yalnızca araç.
resmî dokümantasyon
birincil-kaynak dokümantasyon -den arama motorları.
- Image sitemaps —
<image:image>/<image:loc>reference, 1 000-images-per-URL limit, ve namespace. - oluştur ve submit bir sitemap — base XML sitemap format image extension sits on top of.
- Combine sitemap extensions — nasıl -e put image (ve video) tags in bir sitemap alongside sizin sayfa URL’leri.
- Google Images en iyi practices (SEO) — accepted image file formats (BMP, GIF, JPEG, PNG, WebP, SVG, AVIF) ve publishing guidelines bir image sitemap rides on.
- Sitemaps overview — nerede image sitemaps fit among sitemap types, ve “discovery, not indexing guarantee” framing.
Bing / Microsoft
- Bing yapar değil publish image-sitemap dokümantasyon — onun sitemap rehberlik defers -e base sitemaps.org protokol. orada’s no Bing image namespace -e bağlantı.
Quotes -den kaynak
On—record statements -den Google. her bağlantı dır bir deep bağlantı şu jumps -e quoted passage on kaynak sayfa.
Google — image:image tag ve per-URL limit
- “Encloses all information about a single image. Each
<url>tag can contain up to 1,000<image:image>tags.” — Google arama Central, image sitemaps. Jump -e quote
Google — tags o deprecated in August 2022
- “We removed the following tags and attributes from our documentation:
<image:caption>,<image:geo_location>,<image:title>,<image:license>.” — Google arama Central, image sitemaps. Jump -e quote
Gary Illyes, Google (on August 2022 deprecation — neden siz needn’t act)
- “there’s no immediate action required; you can leave these tags and attributes in place without drawbacks.” okuyun coverage
Google — kabul edilen görsel dosyası biçimleri
- “Google Search supports images referenced in the
srcattribute ofimgin the following file formats: BMP, GIF, JPEG, PNG, WebP, SVG, and AVIF.” — Google Images en iyi practices. Jump -e quote
Görsel site haritası — kısa başvuru
güncel tags ( ones şu hâlâ önem taşır)
| Tag / requirement | ne yaptığı | Notes |
|---|---|---|
| Image namespace | söyler Google file contains image info | http://www.google.com/schemas/sitemap-image/1.1 on <urlset> — required, veya image tags dır ignored |
<image:image> | Encloses tümü info hakkında bir tek image | Up -e 1 000 per <url> |
<image:loc> | image file’s URL | -meli benşaret et -e bir crawlable file in bir supported format |
Deprecated tags — removed -den docs Aug 2022 (safe -e leave; no dizine ekleme effect)
<image:caption><image:geo_location><image:title><image:license>
Leave them in place veya strip them out — either way orada’s no penalty ve no dizine ekleme impact. yapmayın ele al onların presence olarak bir fire -e put out.
Kabul edilen görsel dosyası biçimleri
| Google’ın dizine eklediği biçimler |
|---|
| BMP · GIF · JPEG · PNG · WebP · SVG · AVIF |
benşaret et <image:loc> at bir crawlable file in bir of bunlar.
Kısa bilgiler
- bir image sitemap dır bir extension -e bir olağbir XML sitemap, değil bir separate file type. Standalone file veya tags in sizin existing sitemap — her ikisi fine.
- onun job dır discovery (images Google -ebilir miss: JS-loaded, dynamically sunulan) — değil dizine ekleme guarantees, değil sıralama.
- Cross-domain images: her ikisi domains verified in arama Console + image
ana makine’s
robots.txtizin verir tarama. - Bing yapmaz belge image-sitemap support — ele al o olarak Google-specific.
bir minimal valid image sitemap
smallest correct örnek: bir <urlset> ile image namespace, bir <url>,
ve bir image. Note two namespaces on <urlset> — base sitemaps.org bir
ve Google’s image bir. Drop image namespace ve <image:*> tags dır
ignored.
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">
<url>
<loc>https://example.com/sample.html</loc>
<image:image>
<image:loc>https://example.com/image.jpg</image:loc>
</image:image>
</url>
</urlset>birden çok images on bir sayfa sadece anlamına gelir birden çok <image:image> blocks bençinde
aynı <url> (up -e 1 000):
<url>
<loc>https://example.com/gallery.html</loc>
<image:image>
<image:loc>https://example.com/photo-1.jpg</image:loc>
</image:image>
<image:image>
<image:loc>https://example.com/photo-2.webp</image:loc>
</image:image>
</url>ekle image tags -e bir existing sitemap vs. bir standalone file
siz yapmayın sahip -e maintain bir separate image sitemap. her ikisi of bunlar dır acceptable -e Google:
- Folded -e sizin existing sitemap — sadece ekle
xmlns:image="…"namespace -e sizin güncel<urlset>ve drop<image:image>blocks -e relevant<url>entries. bir file, enriched. - bir dedicated image-yalnızca sitemap — bir separate file containing yalnızca image tags (çoğu zaman ne bir plugin generates). Submit o alongside sizin regular sitemap.
orada’s no preference ve no advantage -e either — seç whatever sizin CMS, plugin, veya oluştur adım produces cleanly, ve submit o in arama Console aynı way siz’d submit herhangi bir sitemap.
kaynaklar worth sizin time
benim related yazma
- Beginner’s rehber -e teknik SEO — nerede sitemaps ve image discovery fit in bigger picture.
- Image SEO: 12 Actionable Tips (bençin daha Organic trafik) — alt text, filenames, ve file-format çalışır şu decides whether discovered images aslında perform.
resmî
- Google’s image sitemaps ve Google Images en iyi practices docs — güncel tag liste ve accepted formats. en çok üçüncü-party guides hâlâ belge deprecated tags; go -e kaynak.
-den yaklaşık industry
- Google Deprecates Image Sitemap Tags (arama motoru Roundtable) — contemporaneous coverage of August 2022 deprecation announcement, dahil Gary Illyes’s statement şu no immediate action dır required.
- sitemaps.org protokol — base XML sitemap spec şu image sitemaps extend; yararlı bençin understanding
<urlset>ve<url>structure önce adding image tags. - Image SEO rehberi (arama motoru Journal) — kapsar broader image optimization practices (alt text, file formats, filenames) şu determine whether discovered images aslında perform.
ne değil -e yap
Forgetting image namespace on <urlset>
neden o’s yanlış: olmadan xmlns:image="http://www.google.com/schemas/sitemap-image/1.1", her <image:image> block siz ekle dır sadece unrecognized XML — Google ignores tümü of o, silently. bu tek en çok yaygın way bir “image sitemap” yapar nothing.
yap instead: ekle namespace declaration -e <urlset> ilk, önce adding herhangi bir image tags, ve yapğrula o’s orada herhangi bir time siz troubleshoot bir image sitemap şu “isn’t working.”
Expecting bir image sitemap -e improve Google Images sıralamalar
neden o’s yanlış: sitemap’s job dır discovery — pointing Google at images o -ebilir otherwise miss. o sahiptir no effect on whether şunlar images rank well once found.
yap instead: ele al sitemap olarak plumbing ve put gerçek effort -e image-SEO fundamentals — descriptive alt text, meaningful filenames, fast-loading files, ve genuine relevance -e sayfa.
Rushing -e strip deprecated tags out of fear of bir penalty
neden o’s yanlış: Google removed <image:caption>, <image:geo_location>, <image:title>, ve <image:license> -den onun dokümantasyon in August 2022, ve Gary Illyes said explicitly orada’s no immediate action required ve no drawback -e leaving them in place. Treating bu olarak bir urgent cleanup wastes effort on bir non-sorun.
yap instead: leave tags eğer sizin generator zaten emits them; kaldır them yalnızca -erseniz’re tidying file anyway, değil çünkü siz think onlar’re hurting siz.
Assuming cross-domain images sadece çalışır çünkü siz eklendi <image:loc>
neden o’s yanlış: Google yalnızca picks up cross-domain image references ne zaman her ikisi sayfa’s domain ve image ana makine’s domain dır verified in arama Console, ve image ana makine’s robots.txt izin verir Googlebot -e tarama files. Skip either condition ve images dır ignored.
yap instead: verify image-hosting property (CDN veya image subdomain) in arama Console ve kontrol et onun robots.txt önce assuming bir cross-domain image sitemap dır doing anything.
Listing images in formats Google yapmaz dizin
neden o’s yanlış: Google arama yalnızca supports BMP, GIF, JPEG, PNG, WebP, SVG, ve AVIF bençin images referenced in src. Pointing <image:loc> at bir unsupported format anlamına gelir listing dır pointless hatta gerçben XML dır valid.
yap instead: yapğrula her <image:loc> URL resolves -e bir file in bir supported format önce adding o -e sitemap.
Building veya adding bir image sitemap
- Decide standalone vs. merged — bir dedicated image-yalnızca sitemap, veya image tags folded -e sizin existing XML sitemap. Google sahiptir no preference; seç whichever sizin CMS veya oluştur adım produces cleanly.
- ekle image namespace —
xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"on root<urlset>element. olmadan o, her image tag below dır ignored. - Nest
<image:image>bençinde her relevant<url>— bir block per image, her ile bir<image:loc>pointing at image file’s crawlable URL. Cap o at 1 000<image:image>tags per<url>. - kontrol et file formats — yapğrula her
<image:loc>benşaret eder -e bir BMP, GIF, JPEG, PNG, WebP, SVG, veya AVIF file. Anything else won’t olmak dizine eklenmiş hatta eğer o’s listed yapğru biçimde. - ele al deprecated tags deliberately — eğer sizin generator hâlâ emits
<image:caption>,<image:geo_location>,<image:title>, veya<image:license>, decide once whether -e leave them (no harm) veya strip them (cleaner file), ve move on. - Verify cross-domain setup eğer images live elsewhere — eğer images dır sunulan -den bir CDN veya image subdomain, verify şu property in arama Console ve yapğrula onun
robots.txtizin verir Googlebot -e tarama image files. - Validate in layers, değil sadece XML syntax — bir well-formed file ile bir valid namespace yalnızca proves file dır readable; o yapmaz prove images dır indexable. kontrol et her layer separately: XML validates karşı namespace ve nests yapğru biçimde; ana makine sayfa itself dır eligible bençin dizine ekleme (değil blocked tarafından
robots.txtveyanoindex); her<image:loc>URL döndürür bir successful response in bir supported format; ve Googlebot sahiptir tarama permission bençin image files (aynırobots.txtkontrol et olarak cross-domain durum above). bir syntactically valid sitemap şu benşaret eder at bir blocked veya broken image hâlâ won’t al şu image discovered. - Submit in arama Console — aynı süreç olarak herhangi bir diğer sitemap.
- yapğrula image-SEO fundamentals separately — alt text, filenames, quality, ve relevance dır ne decide whether discovered images perform; sitemap yalnızca alır them found.
araçlar bençin building ve checking bir image sitemap
- XML Sitemap Generator — oluştur bir base sitemap -ebilirsiniz o hâlde extend ile image namespace ve
<image:image>blocks, veya generate bir şu zaten bençerir image tags depending on sizin setup. - Sitemap Validator — kontrol et şu sizin finished file dır well-formed XML, şu image namespace dır present, ve şu
<image:image>/<image:loc>dır nested yapğru biçimde önce siz submit o. - Image SEO Checker — once images dır discoverable, kontrol et fundamentals şu decide whether onlar perform:
alttext, filenames, ve file quality. - arama Console — submit sitemap, ve -erseniz’re kullanarak cross-domain image hosting, verify image ana makine’s property burada de; olmadan şu verification cross-domain images in sizin sitemap dır ignored.
Quiz
Five questions -e kontrol et ne aslında stuck -den Advanced tab.
Değişiklik günlüğü
8 Ağu 2026 tarihinde güncellendi.
Editoryal özet ve kaydedilen değişiklik ayrıntıları.Değişiklik ayrıntıları
-
Ayrıntılı değişiklik notları şu anda İngilizce olarak mevcut.
Tam karşılaştırma kullanılamıyor — bu sürüm için önceki anlık görüntü arşivlenmemiş.
28 Tem 2026 tarihinde güncellendi.
Editoryal özet ve kaydedilen değişiklik ayrıntıları.Değişiklik ayrıntıları
-
Ayrıntılı değişiklik notları şu anda İngilizce olarak mevcut.
Tam karşılaştırma kullanılamıyor — bu sürüm için önceki anlık görüntü arşivlenmemiş.
18 Tem 2026 tarihinde güncellendi.
Editoryal özet ve kaydedilen değişiklik ayrıntıları.Değişiklik ayrıntıları
-
Ayrıntılı değişiklik notları şu anda İngilizce olarak mevcut.
Tam karşılaştırma kullanılamıyor — bu sürüm için önceki anlık görüntü arşivlenmemiş.