The use of Markup language
-
Hi,
We were thinking of adding markup language to our site. We have been reading about it to understand the actual benefits of doing so (we have seen many brands are not using it, including moz.com).
So I have two questions:
1- Would you recommend using it for our site? www.memoq.com
2- If yes, would it be better to create a snippet of code for our home page as an "organization" and then different snippets for our product pages as "products".
Looking forward to your comments,
-
Yes I have read almost every Google guideline and post about it. I guess I will delete the description from the organization as that text is not found as such in the page.
Thanks for the answer and for the help during these days!!
The Kilgray Team
-
Hi Kirsten,
I have one last question related to structured data. We have decided to use JSON-LD as it is the preferred form of markup language by Google. Now my question is regarding the standard of the code we are about to insert.
This is a part of the code we have created using Google testers tool:
-
Creating the piece for the code for the "Organization" using the tester tool from Google was pretty straightforward, however, I now have one more question, this time a little more conceptual:
When we started to create the snippet of code for our product, we were thinking of adding items such as "nam", "logo", "description", "url", "offer" (where we would include price), but also "reviews". I am not sure this is the best approach, as I would naturally relate reviews more with hotels, hostels, bars... but no necessarily with translation software. Nonetheless, review for translation software are everywhere, and it is very frequent that translators.
Do you have any advice? Is there any blog or article were I can read more about it?
Thanks,
-
Hi,
Like Kirsten already mentioned, I would definitely go with structured markup. The best thing around these these is JSON-LD to do this so you can separate your structured markup from the rest of the content. In this case I would also re-use the Organization information on your Product pages but also go indeed with the Product Schema. But what you can do as well is make sure that if you have review they're marked up with the Review Schema as well.
Best of luck!
Martijn.
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
1 multilingual site, 2 domains in different languages.
My client wants a multilingual site: English and Spanish but with a domain name in both languages: jorgewantstofight.com And jorgequierepelear.com Is it possible? To have 1 site with both domains pointing each one to its version? and how this affects SEO?
Technical SEO | | Trazo1 -
Best practice for URL - Language/country
Hi, We are planning on having our website localized into more languages. We already have an English and German version. The German version is currently a sub-domain: www.example.com --> English version de.example.com --> German version Is this recommended? Or is it always better to have URLs with language prefixes such a: www.example.com/de www.example.com/es Which is a better practice in terms of SEO?
Technical SEO | | Kilgray1 -
What is the best way to use canonical tag
Hi, i have been researching this since yesterday and have looked at this subject many times before but still cannot get my head around it. i done a report on my site which was very useful, i used http://www.juxseo.com for my site www.in2town.co.uk and it brought me some useful information but part of that info was it was telling me that i should have on my home page a canonical tag which would improve my seo. Now i am using sh404sef for my friendly urls and i am using joomla 3.0 and when i approached the makers of the sh404sef to ask about the tag they said i would need to be careful of using it as it could damage my site and my rankings. i have read lots of information but still do not have a clear understanding behind it. can anyone please explain the best way to use this and should i be using where i may have some sort of duplicate page, any help to understand this would be great.
Technical SEO | | ClaireH-1848860 -
Using the Moz to weed out bad backlinks
How do you use the opensite explorer to weed out bad backlinks in your profile, and then how do you remove them if you cannot contact the various webmasters.
Technical SEO | | marketing-man19900 -
Use of Location Folders
I'd like to understand the pro's and con's of using a location subfolder as an SEO strategy (example: http://sqmedia.us/Dallas/content-marketing.html), where the /Dallas folder is holding all of my keyword rich page titles. The strategy is to get local-SEO benefits from the use of the folder titled /Dallas (a folder which is unnecessary in the over all structure of this site), but how much is this strategy taking away from the page-title keyword effectiveness?
Technical SEO | | sqmedia0 -
What is the advantage of using sub domains instead of pages on the root domain?
Have a look at this example http://bannerad.designcrowd.com/ For each category of design, they have a landing page on the sub domain. Wouldn't it be better to have them as part of the same domain? What is the strategy behind using sub domains?
Technical SEO | | designquotes0 -
Markup reference data using Scheme.org
Can anyone point me to a page showing how to mark up reference data according to schema.org ? Ie glossary or dictionary page.
Technical SEO | | sprynewmedia0 -
.htaccess problem using POST method
Hi guys I'm after some help with trying to achieve the following: 1. Canonicalise to http://www. 2. Remove the index.php from root and subfolders. I have the .htaccess code below, which seemed to work fine, but the urls use the POST method and this isn't working with the rewrites. Can anyone please advise as to what I am doing wrong? As you can probably guess .htaccess isn't my strongest SEO discipline! The code I have is: http:// to http://www. RewriteEngine on
Technical SEO | | TrevorJones
RewriteCond %{HTTP_HOST} ^mydomainexample.com
RewriteRule (.*) http://www.mydomainexample.com/$1 [R=301,L] /index.php to / Options +FollowSymLinks
DirectoryIndex index.php RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index.php\ HTTP/
RewriteRule ^index.php$ http://www.mydomainexample.com/ [R=301,L] Subdirectory /index.php to / RewriteCond %{THE_REQUEST} ^[A-Z]+\ /([^/]+/)index.(php|html|htm?)[#?]?
RewriteRule ^(([^/]+/))index.(php|html|htm?)$ http://www.mydomainexample.com/$1 [R=301,L] Just to add to this I have found this which I think is what I need to restrict it to GET: RewriteCond %{THE_REQUEST} ^GET.*index\.php [NC]RewriteRule (.*?)index\.php/*(.*) /$1$2 [R=301,L] Thank you in advance for any suggestions as to how I may put this code together.. Trevor0