Skip to content

Instantly share code, notes, and snippets.

View rajavijayach's full-sized avatar
🏠
Working from home

Raja Vijaya Saradhi Ch rajavijayach

🏠
Working from home
View GitHub Profile
@rajavijayach
rajavijayach / teja.js
Created December 9, 2021 23:14
Hubspot Exam
var databycountry = _.groupBy(data.partners, 'country');
var d1 = new Date("2017-04-28");
var d2 = new Date("2017-05-02");
var diffindays = Math.abs(d2-d1)/86400000;
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "EventSeries",
"name": "Vibe City - Bengaluru",
"description": "Vibe City brings you Namma Bengaluru's pioneers and culture shapers. Enjoy food, culture, lifestyle & their stories in one of a kind experience, right at home",
"image": "https://s3.ap-south-1.amazonaws.com/cdn.flynote.in/vibecity/utilities/bengaluru.jpg",
"startDate": "2020-07-04T19:00:00+0530",
"eventStatus": "https://schema.org/EventScheduled",
"eventAttendanceMode": "https://schema.org/OnlineEventAttendanceMode",
@rajavijayach
rajavijayach / event-jsonld.html
Last active July 2, 2020 11:18
Schema Markup ( JSON - LD ) ( Structured Data ) for an online food event
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Event",
"name": "Bengaluru bakes with Chef Avin at Lavonne Academy",
"description": "Learn the art of baking with Bengaluru's favourite patisserie. Founder - Dr. Chef. Avin Thaliath recreates & teaches his exclusive dishes, ready to serve right at home!",
"image": "https://s3.ap-south-1.amazonaws.com/cdn.flynote.in/vibecity/utilities/poster.png",
"startDate": "2020-07-04T19:00:00+0530",
"endDate": "2020-07-04T20:00:00+0530",
"eventStatus": "https://schema.org/EventScheduled",
@rajavijayach
rajavijayach / meta.html
Last active September 16, 2023 14:59
Meta Tags for better SEO
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#0095b6" />
<link href="https://cdn.company.com" rel="dns-prefetch" />
<title>Title of the page</title>
<meta name="keywords" content="company name, company category" />
<meta name="description" content="company description" />