Google Video Sitemaps Doing Anything For Anyone??
I have video sitemaps on all my vshare sites. I'm signed up in Google webmasters, and Google scans my sites frequently. I can see results from the pages themselves, but no "video" results at all. In fact the only video results I ever see on google are from youtube and metacafe.
Has anyone seen any evidence that Google does anything at all with the video sitemaps it collects?
Re: Google Video Sitemaps Doing Anything For Anyone??
Re: Google Video Sitemaps Doing Anything For Anyone??
It's almost one year since I posted my sitemap with no result! :-|
Re: Google Video Sitemaps Doing Anything For Anyone??
Yah same here... I don't see a single "video" result in Google for anything but Youtube, Metacafe, and maybe one or two other major video sites. I almost think that a standard sitemap (like from a blog) will do more to get Google listings than this video sitemap.
Re: Google Video Sitemaps Doing Anything For Anyone??
It works for me. I have found several of my site's videos in the results.
Re: Google Video Sitemaps Doing Anything For Anyone??
Quote:
Originally Posted by bplex
It works for me. I have found several of my site's videos in the results.
Which kind of sitemap are you using?
Re: Google Video Sitemaps Doing Anything For Anyone??
Re: Google Video Sitemaps Doing Anything For Anyone??
I use video sitemaps too, and I guess I need to clarify.... I do see my pages coming up in Google search results, just never in the VIDEO results, like when they show a youtube video thumbnail with the query return.
For example, if you google "punjabi alphabet" you get a few returns, then the fourth return is a youtube video link, then the bottom of the page my site, thewall.net and a different Punjabi alphabet video, but returned as a text result rather than as a video result.
http://www.google.com/search?sourceid=n ... i+alphabet
Re: Google Video Sitemaps Doing Anything For Anyone??
See, for me, I don't get any video results in the main search, but I do get video results in the video search. I believe that if you want video search results in the main search, you need a different site map style for that. I'll have to research to see how to accomplish that.
Re: Google Video Sitemaps Doing Anything For Anyone??
That was what I meant, with my videositemap I have my videos indexed and direct linked in Goolge but WITHOUT any thumbnail!
This is crazy, but I think that google is "filtering" in some way some other sites... :(
Re: Google Video Sitemaps Doing Anything For Anyone??
Does your sitemap send the thumbs? If not, that may be the reason why.
Re: Google Video Sitemaps Doing Anything For Anyone??
Yes it does, standard video sitemap compliant.
Re: Google Video Sitemaps Doing Anything For Anyone??
Quote:
Originally Posted by bplex
See, for me, I don't get any video results in the main search, but I do get video results in the video search. I believe that if you want video search results in the main search, you need a different site map style for that. I'll have to research to see how to accomplish that.
Hmmm that made sense so I tried it with the same search I showed above.... and my site didn't show up at ALL.
http://thewall.net/videomap.php
Re: Google Video Sitemaps Doing Anything For Anyone??
Well, mersh, there are two problems with your video site map.
1. Your video sitemap isn't XML according to the header. You will need to send header information that declares it as XML (as Google Video checks this).
2. Your player's path listed in your sitemap is incorrect. Google will not show videos if it cannot load everything in the map.
Re: Google Video Sitemaps Doing Anything For Anyone??
Thanks, bplex... you know, I downloaded that php file here, never even looked at it :) just figured it was ok.
Re: Google Video Sitemaps Doing Anything For Anyone??
Ah. Yeah, I wrote my own as mine does not link directly to the videos. Rather, to the page on my site. When you search on Google, it directs you to my site to watch the videos.
Re: Google Video Sitemaps Doing Anything For Anyone??
Quote:
Originally Posted by bplex
Your video sitemap isn't XML according to the header. You will need to send header information that declares it as XML (as Google Video checks this).
Code:
<?xml version="1.0" encoding="iso-8859-1" ?>
- <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:video="http://www.google.com/schemas/sitemap-video/1.0">
shows up at the top of the map - isn't this what I want?
Re: Google Video Sitemaps Doing Anything For Anyone??
Yes, you want that as well. However, no, that declaration doesn't specify that the page is XML. Rather, it specifies that the content is XML. You will want to add this before you start echoing your page:
Code:
header("Content-Type: text/xml");
header("Expires: 0");
Re: Google Video Sitemaps Doing Anything For Anyone??
So long, and thanks for all the fish!
Re: Google Video Sitemaps Doing Anything For Anyone??
What Does SEO Optimisation Actually Involve? I know what SEO optimisation is.....What I am asking is that what does the process actually involve and what do SEO optimisers undertake in order to achieve rankings? If I were to hire a SEO optimiser to optimise my site, what tasks would he undertake in order to get my site on the front page?
___________________
keyword research ~ keyword tool ~ keyword tracking ~ affiliate elite
Re: Google Video Sitemaps Doing Anything For Anyone??
i get hundreds of unique hits a day from google video search. solankie
http://www.google.com/search?q=seo+foru ... US302US302
Re: Google Video Sitemaps Doing Anything For Anyone??
Quote:
Originally Posted by solankie
What Does SEO Optimisation Actually Involve? I know what SEO optimisation is.....What I am asking is that what does the process actually involve and what do SEO optimisers undertake in order to achieve rankings? If I were to hire a SEO optimiser to optimise my site, what tasks would he undertake in order to get my site on the front page?
Any optimizer who states that they can get you on the front page is lying to you. If it were that easy, everyone would be doing that. What SEO optimization does is it evaluates the content of your site based on the sites relevancy. So, for example, if you run a site about dogs, they make sure that all of the content in your site is relevant to dogs. Also, they make sure that your site has keywords in both the body and in the meta tags that are all relevant to top searched terms used to find dogs.
Optimizing a tube site is extremely difficult to do. This is because tube sites are dynamic. What a good optimizer would try to do is set it up so that the text that is displayed on each video is relevant to that particular video. However, because new videos are uploaded all of the time, you will have an ongoing, never ending, SEO process. I would recommend that you learn about SEO and do it yourself versus hiring someone to optimize a tube site.