Viewing Big SEO feature: Rich snippets in search results

Big SEO feature: Rich snippets in search results

Poll: Rich snippets
Yes! its important for my rankings
 
% (4 votes) Vote
No! I don't care about my rankings
 
% (0 votes) Vote
Total Votes:


User: Maarten C. 7 years ago
Hi Guys,

Im an avid user of Everweb for my website Coverband Infinity

I rank pretty high (top 5) in searchresults. To get better CTR I would like to add rich-snippets like having the following data:

1 customer review scores
2 picture or video next to search result
3 other snippet info like upcoming gigs.

It should be possible to add this somewhere in the software. It would be a huge gain: call it seo expansion pack and I wire you 200 euro for it. I'm not the only one who would love this feature.

Kind regards,
:)
User: Paul-RAGESW 7 years ago
HI Maarten,

Thanks for the suggestion. It is definitely something we are working on.

-------------------------------
Paul
EverWeb Developer
User: Amir Y. 7 years ago
Hiya,

Wondering can I add a rich snippet in <head> </Head> section?
User: Roddy 7 years ago
There are two approachs to this - entering MicroData into the HTML elements or using JSON-LD.

Using MicroData inside each HTML element is time consuming and not very practical for EverWeb users.

A better method is to use JSON-LD - java script Object Notation for Linked Data. There’s a free tool for creating a simple JSON-LD

The code will look like this ...

<script type='application/ld+json'>
{
"@context": "http://www.schema.org",
"@type": "WebSite",
"name": "EverWeb Widgets",
"alternateName": "EverWeb Codebox",
"url": "http://everwebwidgets.com"
}
</script>

Since this is non essential code, it should be inserted in the the appropriate Footer Code box. Non essential means the code is not required to generate the page content. An example of this type of is Google Analytics which should always be inserted last in the HTML doc.

A more comprehensive solution is the Schema App which is based on subscription payments starting at $15 per month. A Pro account is more cost effective and may be worth considering by those who design client sites.

-------------------------------
Roddy

Website: http://everwebwidgets.com
Contact: http://everwebwidgets.com/ewWidgets-home/contact.html
NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own.


Post Reply
You must login or signup to post.