Tuesday, September 28, 2010 at 2:00 PM
- Glossary to define terms throughout the guide
- More example images to help you understand the content
- Ways to optimize your site for mobile devices
- Clearer wording for better readability


Labels: beginner, general tips
Labels: advanced, beginner, intermediate, search results
Labels: advanced, beginner, intermediate, sitemaps



Labels: advanced, beginner, intermediate, search results

Labels: advanced, beginner, intermediate, search results



Labels: advanced, beginner, intermediate, sitemaps, webmaster tools
video:player_loc or video:content_loc. In the case of an mRSS feed, these equivalent tags are media:player or media:content, respectively. We need this information to verify that there is actually a live video on your landing page and to extract metadata and signals from the video bytes for ranking. If one of these tags is not included we will not be able to verify the video and your Sitemap/mRSS feed will not be crawled. To reduce confusion, here is some more detail about these elements.video:player_loc or content video:content_loc location is required. However, we strongly suggest you provide both, as they each serve distinct purposes: player location is primarily used to help verify that a video exists on the page, and content location helps us extract more signals and metadata to accurately rank your videos. URL extensions at a glance:
Sitemap: mRSS: Contents: <loc> <link> The playpage URL <video:player_loc> <media:player> (url attribute) The SWF URL <video:content_loc> <media:content> (url attribute) The FLV or other raw video URL
NOTE: All URLs should be unique (every URL in your entire Video Sitemap and mRSS feed should be unique)
Labels: advanced, beginner, intermediate, sitemaps

Labels: advanced, beginner, intermediate, webmaster tools
Labels: advanced, beginner, intermediate, sitemaps
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:image="http://www.sitemaps.org/schemas/sitemap-image/1.1"
xmlns:video="http://www.sitemaps.org/schemas/sitemap-video/1.1">
<url>
<loc>http://www.example.com/foo.html</loc>
<image:image>
<image:loc>http://example.com/image.jpg</image:loc>
</image:image>
<video:video>
<video:content_loc>http://www.example.com/videoABC.flv</video:content_loc>
<video:title>Grilling tofu for summer</video:title>
</video:video>
</url>
</urlset>

Labels: advanced, beginner, intermediate, sitemaps

Labels: advanced, beginner, intermediate, webmaster tools
