phranque

msg:4376890 | 2:40 am on Oct 20, 2011 (gmt 0) |
Creating a Video Sitemap - Webmaster Tools Help: http://www.google.com/support/webmasters/bin/answer.py?answer=80472 [google.com] About video content in Sitemaps - Webmaster Tools Help: http://www.google.com/support/webmasters/bin/answer.py?answer=80471 [google.com]
|
Mishaelo

msg:4378586 | 9:47 am on Oct 24, 2011 (gmt 0) |
Yes, I saw these pages before but none of them really talk video sitemaps for mobile sites
|
phranque

msg:4378616 | 11:41 am on Oct 24, 2011 (gmt 0) |
sorry - i didn't read your question carefully enough. i would try using something like this:
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1"> <url> <loc>http://www.example.com/videos/some_video_landing_page.html</loc> <video:video> <video:...> ... </video:video> <mobile:mobile/> </url> </urlset>
note that i said "would try" = i haven't actually tried this.
|
Mishaelo

msg:4379033 | 6:43 am on Oct 25, 2011 (gmt 0) |
yeah, that was what I thought of trying - combining both schemes. wondering though what I would like to appear under WMT "sitemap type" - Video or Mobile?
|
Mishaelo

msg:4380012 | 6:29 am on Oct 27, 2011 (gmt 0) |
i would try using something like this: <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1"> <url> <loc>http://www.example.com/videos/some_video_landing_page.html</loc> <video:video> <video:...> ... </video:video> <mobile:mobile/> </url> </urlset> |
| if anyone is interested this works and shows as both Video and Mobile under the sitemap type. Thanks for the help
|
|