Remove tags json
article thumbnail

Creating an Angular Jamstack Blog

Netlify

A blog is a great place to share the inside scoop on your new features with your users or bring new eyes to your site with interesting content. Scully , the Angular Static Site Generator, makes it easier to create a blog using Markdown and the Angular framework we’re familiar with. generate a blog skeleton. Build a Blog.

article thumbnail

Implementing Schema.org in the Custom Breadcrumb Rendering

Perficient

As we have discussed about Schema.org in Sitecore and it’s benefits in my previous blog. In this blog, I am taking a scenario where I will be implementing Schema.org on the Custom Breadcrumb component in Sitecore. replaceChild(updatedScript, tags[0]); if (! replaceChild(updatedScript, tags[0]); if (!deleteOtherNodes)

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

How to Implement Schema.org in Sitecore

Perficient

In this blog, we will be discussing Schema.org, the role of schema.org in SEO, and how to implement Schema.org in Sitecore. In the next blog, we will discuss these components in depth. What is Schema.org? Schema.org is a universal way to describe web pages with structured data.

How To 111
article thumbnail

Implementing Schema.org in the Sitecore FAQ Accordion Rendering

Perficient

As we have discussed about Schema.org in Sitecore and its benefits in my previous blog. In this blog, I am taking a scenario where I will be implementing Schema.org on the FAQ Accordion component in Sitecore Prerequisites: Sitecore 9.1 replaceChild(updatedScript, tags[0]); if (!deleteOtherNodes) querySelector(".toggle-header.field-heading").innerText;

article thumbnail

Use Terraform to create ADF pipelines

Xebia

Using our method, one can simply look at the code (or specific tagged version of it) and tell for sure what is deployed. As mentioned, we didn’t start from scratch, but already had existing pipelines in JSON format and a process to generate them. json") : value => jsondecode(file("./pipelines/${value}")) pipelines", "*.json")

article thumbnail

Converting a Uniform Arrayed JSON Response to CSV Format in Postman

Perficient

The audience for the blog: Before we get into the topic, let’s first just understand the ideal audience and purpose for the engagement: If you want to convert an API response that is in array format and has a consistent structure into CSV format to retrieve it in a console log, this blog is for you. data // Here “.data”

Testing 64
article thumbnail

Sitecore JSS Development Essentials: Create new component in Sitecore Next.js app

Perficient

As Sitecore has started supporting Headless CMS architecture , from my working experience on headless JSS projects, I thought of putting together a series of blogs demonstrating the basics that one has to do in Sitecore Next.js In my first blog, I will explain about creating new component in sitecore and frontend project.