Validation

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
10/16/2013 12:43:41 PM
Nik
Gravatar
Total Posts 36
mojoportal.net.ua - Russian community of mojoportal

Validation

If check mojoportal.com in http://validator.w3.org/ You'll see some Errors 

Bad value og:description for attribute name on element meta: Keyword og:description is not registered.
Bad value DC.subject for attribute name on element meta: Keyword dc.subject is not registered.
...
Bad value DC.format for attribute name on element meta: Keyword dc.format is not registered.
 

If change <meta name=... to <meta property=... these errors will disappear.

Example:
Change string 
<meta name="og:description" content="mojoPortal is an easy to use open source content management system for building modern mobile friendly web sites" />
to
<meta property="og:description" content="mojoPortal is an easy to use open source content management system for building modern mobile friendly web sites" />

The Open Graph protocol - http://ogp.me

11/12/2013 11:42:03 AM
Gravatar
Total Posts 18439

Re: Validation

This is fixed in the source code repository.

However, I must say that I do not understand why open graph protocol needs to make a separate description when there already exists a normal html meta description. So now we have 2 descriptions in the meta data just to make facebook happy. 

You must sign in to post in the forums. This thread is closed to new posts.