Archive for the ‘General SEO News’ Category

SEO for Video Content

Videos are some of the hottest content on the net. Everyone receives those periodic emails from a friend or business associate advising, ‘Check this out!’ Videos are the main form for viral content, add interest when embedded in a site, and draw traffic like a magnet.

Videos are easy to make, too. Anyone with any kind of camera can create one, and anyone with a computer can upload one. Popular videos don’t have to be high-quality, have good production values or even be well-edited to succeed. Skilled children can make them.

Why, then, isn’t everyone rushing to include video content on their site? There’s a reason SEO experts don’t push video content. Videos, like images, present problems when it comes to search engine crawlers. The search engines can’t see video content. This means that all the effort you put into getting a video onto your site is wasted, from a search engine optimisation point of view.

This doesn’t mean that you should avoid video content. Videos have proven attraction for internet users, and as time goes by they are being used increasingly as part of internet marketing strategies. The value of video content as an attention magnet can’t be ignored. The answer is to work around your video content to ensure that everything is done that can be done to explain its content to a search engine.

Optimise your videos

The search engines rely on extraneous information to determine what your video is all about. Much like they do when ranking your site, the search engines examine the on-page factors around the video, the links to the video and links from the page the video is on. On the whole, search engines are unable to view the content of the video, but it is thought they can detect some on-screen text. This makes it worth optimising any subtitles and titles.

Many people forget that the video file can be optimised. Use your keywords in the title and, if the platform your video is on allows it, map out an SEO-friendly description and tags. If you host the video on a site like YouTube, don’t forget to re-enter all of the meta data.

Format will also affect your video’s search engine friendliness. As time goes by, Google is developing techniques to work with Flash content. This may mean Flash videos will gain some SEO standing in the future. For now, it’s a good idea to consult your SEO firm about the best formats for search engines, and you can talk to us at SEO Consult on this issue.

How to maximise SEO techniques around videos

The content you put around your video is vital. Writing a brief description of the video will help users and search engines identify the content. Ensure you use the word ‘video’ as part of your keywords for that page. The very fact that you have a video can prove part of the attraction. Finally, include a link to a transcript of the video. This will ensure the content is used to maximum SEO effect.

HTML5 and Search Engine Optimisation

The global implementation of the new HTML standard, HTML5, is still undoubtedly a number of years away, but it is important that SEO’s are ahead of the game and understand how search engines may spider sites using HTML5 markup.

Although no-one is sure how exactly search engines will adapt their algorithm’s to support this new standard, it is important to consider how some of the new HTML element tags could affect the relevancy and authority of the content within.

<header> tag

This new tag is the more obvious tag that could affect SEO performance. This tag will surely carry the same impact as the various numbered header element tags of HTML4, but will facilitate the ability to nest various other HTML elements within, enabling us to assign high priority to more information than just the content within regular <h#> tags. The ability to nest multiple elements within the new <header> tag enables us to create semantically richer page headers along with more readable code for developers.
&lt;header&gt;
&lt;h1&gt;New Page!&lt;/h1&gt;
&lt;p id=’version’&gt;Version 1.1&lt;/p&gt;
&lt;/header&gt;

<article> tag

Another interesting HTML5 tag for SEO in particular is the <article> tag. This tag will represent an independent piece or entry of content, for example, a news article or blog post such as this! We can assume search engines will assign greater priority to content within these tags compared to other, more insignificant elements on the page, as the content within will be the core makeup of the page.

Again, using <article> will render much more lightweight and semantically rich mark-up, and thus we can assume faster search engine spidering.
&lt;article&gt;
&lt;h2&gt;New Article&lt;/h2&gt;
&lt;p&gt;Lorem ipsum….&lt;/p&gt;
&lt;small&gt;Posted by … on 23rd January&lt;/small&gt;
&lt;/article&gt;

<time> tag

With the recent implementation of Google and Bing’s realtime search efforts, there is potential for HTML5’s <time> tag to have significant effect on real time content search. Web sites such as blogs and news publications with constantly updating content may benefit from the semantic relevancy of this new tag, and search engines will be able to quickly pick out exactly when your blog was posted by viewing the machine readable datetime attribute:
&lt;article&gt;
&lt;h2&gt;New Article&lt;/h2&gt;
&lt;p&gt;Lorem ipsum….&lt;/p&gt;
&lt;small&gt;Posted by … on &lt;time datetime="2010-01-23"&gt;23rd January&lt;/time&gt;&lt;/small&gt;
&lt;/article&gt;

<aside> tag

The <aside> tag is preserved for content with a lower relevance in comparison with the main content. Examples could include ‘related posts’, ‘related products’ or ’supporting information’. We can wrap this secondary content on our pages in <aside> tags and although user experience isn’t affected, search engines can assign more authority to the main content on the page, and less so to the secondary content.
Another interesting future consideration is how search engines will index rich user generated content like audio and video. The inclusion of <audio> and <video> tags in HTML5 allow text alternatives to be placed within the tags themselves, which opens up the potential for search engines to index video and audio too!

These are just a few of the additional features added to the HTML5 specification. Each sport their own unique advantages, but collectively, they promote more semantically sound document structure, better accessibility and therefore undeniable benefits to your search engine optimisation campaign.