This file contains hidden or 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
<script type="application/ld+json"> { | |
"@context": "https://schema.org", | |
"@type": "Product", | |
"name": "$PRODUCT_NAME", | |
"description": "$PRODUCT_DESCRIPTION", | |
"image": "$PRODUCT_IMAGE_URL", | |
"category": "$PRODUCT_CATEGORY", //e.g. Natural Cosmetics | |
"offers": { | |
"@type": "Offer", | |
"priceCurrency": "RSD", // valuta |
This file contains hidden or 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
http://35.180.38.231/ | |
http://35.180.38.231/growth-profitability-management/ | |
http://35.180.38.231/pricing-optimisation/ | |
http://35.180.38.231/corporate-performance-management/ | |
http://35.180.38.231/plateform/ | |
http://35.180.38.231/features/ | |
http://35.180.38.231/services/ | |
http://35.180.38.231/category/services/ | |
http://35.180.38.231/financial-performance-kpis-dashboards/ |
This file contains hidden or 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
<IfModule mod_rewrite.c> | |
RewriteEngine On | |
RewriteCond %{HTTPS} !=on | |
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L] | |
</IfModule> |
This file contains hidden or 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
<script type='application/ld+json'> | |
{ | |
"@context": "http://www.schema.org", | |
"@type": "LocalBusiness", | |
"name": "$BUSINESS_NAME", | |
"description": "$META_DESCRIPTION", | |
"url": "$WEBSITE_URL", | |
"logo": "$WEBSITE_LOGO_URL", | |
"contactPoint": { | |
"@type": "ContactPoint", |
This file contains hidden or 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
<script type="application/ld+json"> | |
{ | |
"@context": "https://schema.org", | |
"@type": "Product", | |
"name": "$DEVICE_NAME_AND_MODEL", | |
"description": "$DEVICE_DESCRIPTION_TEXT", | |
"image": "$DEVICE_IMAGE_ABSOLUTE_URL", | |
"category": "Mobile", | |
"offers": { | |
"@type": "Offer", |
This file contains hidden or 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
<script type="application/ld+json"> | |
{ | |
"@context": "http://www.schema.org", | |
"@type": "Organization", | |
"name": "Orange YO", | |
"description": "We always felt the pulse of Jordanian youth, so we dedicated the entire website to them. Learn more about mobile services for young people of Jordan!", | |
"url": "https://yo.orange.jo/", | |
"logo": "https://yo.orange.jo/sites/default/files/logo_1.png", | |
"contactPoint": { | |
"@type": "ContactPoint", |
This file contains hidden or 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
<script type='application/ld+json'> | |
{ | |
"@context": "https://www.schema.org", | |
"@type": "Product", | |
"name": "$PRODUCT_NAME", | |
"description": "$PRODUCT_DESCRIPTION", | |
"image": "$PRODUCT_IMAGE_URL", | |
"category": "$PRODUCT_CATEGORY", | |
"brand": "$PRODUCT_BRAND", | |
"logo": "$PRODUCT_BRAND_LOGO", |
This file contains hidden or 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
<script type="application/ld+json"> | |
{ | |
"@context": "http://schema.org", | |
"@type": "WebSite", | |
"name": "Shoppster Srbija", | |
"url": "https://www.shoppster.com/sr-RS/", | |
"sameAs": [ | |
"http://www.facebook.com/shoppstersrbija", | |
"http://instagram.com/shoppstersrbija", | |
"https://www.youtube.com/channel/UCnbH2TcrFH3uoWoY4duHJDQ" |
This file contains hidden or 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
<script type='application/ld+json'> | |
{ | |
"@context": "http://www.schema.org", | |
"@type": "Organization", | |
"name": "Shoppster Srbija", | |
"description": "Shoppster online prodavnica – top brendovi i akcijske cene uz više načina isporuke.", | |
"logo": "https://api.shoppster.com/medias/shoppster-logo.svg", | |
"url": "https://www.shoppster.com/sr-RS/", | |
"image": "https://api.shoppster.com/medias/About-us.jpg", | |
"telephone": "+381114545400", |
This file contains hidden or 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
<script type="application/ld+json"> | |
{ | |
"@context": "https://schema.org", | |
"@type": "Event", | |
"name": "Sea & SPA Yoga retreat with Baya - 3 or 5 days", | |
"description": "Book a 3-day Yoga retreat session with Baya, our Yoga instructor in beautiful Kotor cove.", | |
"startDate": "2021-05-14", | |
"endDate": "2021-05-19", | |
"eventAttendanceMode": "https://schema.org/OfflineEventAttendanceMode", | |
"eventStatus": "https://schema.org/EventScheduled", |