3
Mikro veriler meta etiketlerde uygulanabilir mi?
Lütfen mikro veri sağlamak için özniteliklerle işaretlenmiş aşağıdaki kodu göz önünde bulundurun: <!DOCTYPE html> <html> <head> <title>Micro data test - Normal version</title> </head> <body> <div itemscope itemtype="http://schema.org/Product"> <h1 itemprop="name">Product name</h1> <img alt="" itemprop="image" src="http://placehold.it/200x200" /> <div itemprop="description">This is the product description.</div> <div itemprop="offers" itemscope itemtype="http://schema.org/Offer"> <meta content="in_stock" itemprop="availability" /> <span …