Last active
December 30, 2021 12:21
-
-
Save LimaniBhavik/28c1afc80450d4a357f9e4c2da1c66b8 to your computer and use it in GitHub Desktop.
Google Ranking Jobs - Schema for job post
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Graphics Designer Job --> | |
<script type="application/ld+json"> { | |
"@context" : "http://schema.org/", | |
"@type" : "JobPosting", | |
"title" : "Graphics Designer", | |
"description" : "<p>Qualities:</p><ul><li>Creative thinker with the ability to think out of the box</li><li>Passionate about design</li><li>Meticulous & Able to work independently</li><li>Customer Service-centric</li><li>Self Starter with a good sense to collaborate and build a team</li></ul><p>Responsibilities:</p><ul><li>Design mobile applications & websites that are user-friendly and attractive</li><li>Deliver creative design ideas that match customer requirements</li><li>Design marketing campaign ingredients like banners, pamphlets that have a high visual impact</li><li>Think creatively to produce new ideas and concepts</li><li>Demonstrate illustrative skills with rough sketches</li></ul><p>Requirements (Must haves):</p><ul><li>Experience with Mobile App & Website Design</li><li>Experience with creating Marketing Campaign Designs</li><li>Portfolio of creative designs</li><li>Strong sense of colour combinations and their usage for an appropriate message</li><li>Experience with various design tools like Photoshop, Illustrator, CorelDraw, XD etc</li></ul>", | |
"identifier": { | |
"@type": "PropertyValue", | |
"name": "Widle Designing" | |
}, | |
"datePosted" : "2021-11-20", | |
"validThrough" : "2021-01-01T00:00", | |
"employmentType" : "CONTRACTOR", | |
"hiringOrganization" : { | |
"@type" : "Organization", | |
"name" : "Widle", | |
"sameAs" : "https://www.widle.studio", | |
"logo" : "https://widle.studio/wp-content/uploads/2018/11/Widle-Logo-1.jpg" | |
}, | |
"jobLocation" : { | |
"@type" : "Place", | |
"address" : { | |
"@type" : "PostalAddress", | |
"streetAddress" : "C-1126, siddhivinayak tower", | |
"addressLocality" : "Ahmedabad", | |
"addressRegion" : "GUJ", | |
"postalCode" : "380051", | |
"addressCountry": "IN" | |
} | |
}, | |
"baseSalary": { | |
"@type": "MonetaryAmount", | |
"currency": "INR", | |
"value": { | |
"@type": "QuantitativeValue", | |
"value": 25000.00, | |
"unitText": "MONTH" | |
} | |
} | |
} | |
</script> | |
<!--End Designer Job Post--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- SEO Job Post--> | |
<script type="application/ld+json"> { | |
"@context" : "http://schema.org/", | |
"@type" : "JobPosting", | |
"title" : "Junior SEO Executive", | |
"description" : "<p>The Opportunity:</p><p>We are on the hunt for an outstanding SEO Account Executive to join our growing team.</p><p>Overview of the role</p><p>Reporting to the Head of SEO you will be responsible for providing clients with technical and on page recommendations as well as producing reports with insightful analysis.</p><p>Day to day responsibilities will include:</p><ul><li>• Technical recommendations to improve SEO performance</li><li>• Reporting and analysis</li><li>• Website technical auditing and recommendations based on SEO best practice</li><li>• Keyword research and mapping</li><li>• Provide on page recommendations</li><li>• Getting involved in training, team and agency initiatives</li><li>• Monitoring of accounts</li><li>• Understanding of basic technical SEO best practices</li><li>• Understanding cross-device SEO</li><li>• Knowledge of Google Search Console and Google Analytics</li><li>• Excellent technical skills – HTML, HTML5, JavaScript</li><li>• Basic understanding of server responses and behavior</li><li>• Strong analytical point of view with a keen interest in Marketing is essential</li><li>• Excellent communication skills in written and verbal format</li><li>• A creative mindset, able to think outside the box to drive growth and development</li></ul><p>Apply today to be considered for this opportunity</p><ul><li>[email protected]</li></ul>", | |
"identifier": { | |
"@type": "PropertyValue", | |
"name": "Widle Digital Marketing" | |
}, | |
"datePosted" : "2021-11-20", | |
"validThrough" : "2021-01-01T00:00", | |
"employmentType" : "CONTRACTOR", | |
"hiringOrganization" : { | |
"@type" : "Organization", | |
"name" : "Widle", | |
"sameAs" : "https://www.widle.studio", | |
"logo" : "https://widle.studio/Widle-Logo-1.jpg" | |
}, | |
"jobLocation" : { | |
"@type" : "Place", | |
"address" : { | |
"@type" : "PostalAddress", | |
"streetAddress" : "C-1126, siddhivinayak tower", | |
"addressLocality" : "Ahmedabad", | |
"addressRegion" : "GUJ", | |
"postalCode" : "380051", | |
"addressCountry": "IN" | |
} | |
}, | |
"baseSalary": { | |
"@type": "MonetaryAmount", | |
"currency": "INR", | |
"value": { | |
"@type": "QuantitativeValue", | |
"value": 25000.00, | |
"unitText": "MONTH" | |
} | |
} | |
} | |
</script> | |
<!--End SEO Job Post--> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment