GoDaddy Launches New Website Builder with Focus On Restaurant Website

GoDaddy Launches New Website Builder with Focus On Restaurant Website


GoDaddy has announced last week the launch of a brand new website builder with new features aimed specifically at restaurants. The new website builder provides ... read more

Atlantic.Net Upgrades All VPS & Cloud Servers to 1TB of Outbound Data Transfer

Atlantic.Net Upgrades All VPS & Cloud Servers to 1TB of Outbound Data Transfer


Atlantic.Net , a privately held hosting solutions provider operating since 1994, has announced last week that all VPS & Cloud Servers have been upgraded to include 1TB of ... read more

UK2.Net Announces New Website Builder

UK2.Net Announces New Website Builder


Web host UK2 announced on Thursday the addition of a new website builder to their list of hosting offers. The new platform allows UK2.Net clients to pick a template, add content and publish their respective websites. “Our new Website Builder is ... read more

Google's Matt Cutts Explains What To Expect In The Coming Months with SEO for Google

Google's Matt Cutts Explains What To Expect In The Coming Months with SEO for Google


Matt Cutts posted a great overview video of Google's plans for the next few months for orgnic search - what website optimizers and webmasters can ... read more

Midphase Hosting Introduces Cloud Servers

Midphase Hosting Introduces Cloud Servers


Atlantic.Net , a privately held hosting solutions provider operating since 1994, has announced last week that all VPS & Cloud Servers have been upgraded to include ... read more

Web.com Planning Office Expansion & Running A Hosting Sale

Web.com Planning Office Expansion & Running A Hosting Sale


Website builder Web.com is planning to hire 100 new employees in the Jacksonville, Florida area, a report from the Jacksonville Business Journal signaled on Tuesday. ... read more

Schema.org Video Markup Supported By Google

Posted on by Metalp3n in SEO Talk | Leave a comment
Tags: , , ,

Videos are some of the most commonly viewed media on the web, and one of the most common search result types on Google. So it should come as no surprise then that Google has been working hard to bring support for video markup – and as of Tuesday, February 21st – that support has finally arrived. Adding schema.org video markup is actually very simple - just define an itemscope, (itemtype=”http://schema.org/VideoObject”), and make sure to set the name, description, and thumbnailURL properties that Google requires. You’ll also need either the embedURL — the location of the video player — or the contentURL — the location of the video file. A typical video player with markup might look like this:

<div itemscope itemtype="http://schema.org/VideoObject">
<h2>Video: <span itemprop="name">Title</span></h2>
<meta itemprop="duration" content="T1M33S" />
<meta itemprop="thumbnailURL" content="thumbnail.jpg" />
<meta itemprop="embedURL"
content="http://www.example.com/videoplayer.swf?video=123" />
<object ...>
<embed type="application/x-shockwave-flash" ...>
</object>
<span itemprop="description">Video description</span>
<div>

I’ll leave you with the following video from Google showing you exactly what the benefits of adding the Schema.org video markup to your site are. If you need any help with this, feel free to leave a comment here or check out the Google Developers Help Guide for Video Markup.


Schema.org Workshop Announced

Posted on by Metalp3n in Internet News | Leave a comment
Tags: , , ,
schema org is an effort of google yahoo and microsoft 3333 800522638 0 0 14020194 300 Schema.org Workshop Announced

Almost 2 months ago I wrote to tell you about the launch of Schema.org - a project aimed at creating and supporting a common set of schemas for structured data markup. Microsoft recently announced the first Schema.org workshop to be held in Silicon Valley on September 21st, 2011. Bing describes the event as a “working session” where they will interact and accept feedback and discuss options to make it easier for site owners and publishers to incorporate the data markup defined by schema.org into their sites and ultimately the search engines.

Over the next couple of weeks Microsoft will be reaching out to various leaders in the appropriate standards communities, tool vendors and other various industries, and inviting them to participate in the discussions. If you would like to be involved you can send an email to workshop@schema.org or follow the Schema.org blog.

Welcome Schema.org

Posted on by Metalp3n in Internet News, SEO Talk | 2 Comments
Tags: , , , ,

Google, Yahoo and Bing have teamed up recently to develop Schema.org – a project aimed at creating and supporting a common set of schemas for structured data markup. To quote Google “Schema.org aims to be a one stop resource for webmasters looking to add markup to their pages to help search engines better understand their websites“.

Since Apple doesn’t support Flash, a large section of websites use html technology to run interactive web pages. The structured data, when converted to html, loses the tags -a problem which has been tackled so far by engines with rich snippets. In the new scheme of things, the webmasters can assign mark-ups from the universal common source directory of Schema.org which is a far more efficient way for SEO.

 

(more…)