---
title: "How to use schema.org in website for seo"  
description: "How to use schema.org in website for seo"  
author: "Anonymous User"  
published: 2016-01-23  
updated: 2016-01-23  
canonical: https://www.mindstick.com/forum/33913/how-to-use-schema-org-in-website-for-seo  
category: "web development"  
tags: ["web development", "webforms", "seo"]  
reading_time: 1 minute  

---

# How to use schema.org in website for seo

I want to use [schema.org](https://www.mindstick.com/blog/11011/advantage-of-schema-org) in [website](https://www.mindstick.com/articles/13110/why-copywriting-is-crucial-for-new-website-build) for [seo](https://www.mindstick.com/services/search-engine-optimization) how to do this please help me.

## Replies

### Reply by Anonymous User

Schema.org is the result of associate between Google, Bing, and Yahoo! to help you provide the information their search engines need to understand your content and provide the best search results. here we will try to give simple example below.

```
<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"><head>    <meta charset="utf-8">    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome = 1">    <meta name="viewport" content="width = device-width,  initial-scale = 1"> </head><body>    <div itemscope itemtype="http://schema.org/Book">        <span itemprop="name">Mvc Development</span><br />               <img itemprop="image" src="mvcbook.jpg" />       <br />         <span itemprop="author">Roshan singh</span>        <br />        <div itemscope itemtype="http://schema.org/PriceSpecification">            <span itemprop="price">200.00</span>        </div>    </div></body></html>
```


---

Original Source: https://www.mindstick.com/forum/33913/how-to-use-schema-org-in-website-for-seo

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
