Guiding Digital
Guiding Digital
  • Видео 23
  • Просмотров 119 179
Core Web Vitals: An Overview of Google's Upcoming Search Update
Google is releasing an update to Google search called the page experience update and included in this update are the new core web vitals ranking signals. In this video I'll give you an overview of the core web vitals, let you know when to expect the update, cover why core web vitals should matter to you, and discuss the next steps you should take to prepare for the update.
Subscribe for future videos►ruclips.net/user/GuidingDigital
Links:
- Google Search Console [search.google.com/search-console]
- Page Speed Insights Website [developers.google.com/speed/pagespeed/insights/]
- SEMrush [www.semrush.com/]
- Google Search Central Blog - April 2021 Update [developers.google.com/search/blog/2021/04/...
Просмотров: 316

Видео

GatsbyJS & GA4: Upgrading a Gatsby Site to Google Analytics 4
Просмотров 2,4 тыс.3 года назад
This video demonstrates how to upgrade a GatsbyJS site using Google Universal Analytics to Google Analytics 4 (GA4). There were 3 primary methods for implementing Universal Analytics on a Gatsby site: 1) using the gatsby-plugin-google-analytics plugin, using a gtag with the gatsby-plugin-google-gtag plugin, or 3) using Google Tag Manager (GTM) using the gatsby-plugin-google-tagmanger plugin. Th...
How to Add Google Analytics 4 to a Gatsby Site Using Google Tag Manager
Просмотров 7 тыс.3 года назад
In this video, I walk through creating a Google Analytics 4.0 account, installing the Google Tag Manager plugin on a Gatsby site, and go over how to implement Google Analytics 4 using Google Tag Manger. NOTE: This video covers how to add Google Analytics 4. Google Analytics 4 is now the default property type. If you are looking for how to add the previous version, Universal Analytics, see my pr...
GatsbyJS & Analytics: How to Add Google Analytics 4.0 To a Gatsby Site Using Gtag
Просмотров 8 тыс.3 года назад
In this video, I walk through creating a new Google Analytics 4 property, installing the Gtag (global site tag) plugin on a Gatsby site, and then configuring the plugin to deploy a Google Analytics 4 property. Note: This video covers adding a Google Analytics 4 property. Google Analytics 4 is now the default property type when creating new analytics properties. Subscribe for future videos►rucli...
Google Analytics 4 Overview: 7 Things to Know About GA4
Просмотров 8 тыс.3 года назад
Google Analytics 4 is now the default version of Google Analytics replacing Universal Analytics. In this video, I give an overview of the new version by giving 7 things that you need to know about the new version of Google Analytics. Subscribe for future videos►ruclips.net/user/GuidingDigital Links: support.google.com/analytics/answer/9964640?hl=en analytics.google.com skillshop.exceedlms.com/s...
GatsbyJS: Gatsby Markdown Pages - Mappings & Images
Просмотров 2,1 тыс.4 года назад
The markdown syntax is a popular way to write content in Gatsby sites. In this video, I go over how to setup relationships between your pages and how to use images within markdown pages. Subscribe for future videos►ruclips.net/channel/UCpJHkuyhTtGrelk9kVDVUlg Links: Completed Solution - github.com/guidingdigital/yt-gatsby-markdown Markdown Syntax - www.gatsbyjs.org/docs/mdx/markdown-syntax/ Mar...
GatsbyJS: Gatsby Markdown Page Basics
Просмотров 3,9 тыс.4 года назад
The markdown syntax is a popular way to write content in Gatsby sites. In this video, I go over the basics of how to use markup on a Gatsby site. I review the configuration needed to use markup pages and then create a simple detail page and a listing page. Subscribe for future videos►ruclips.net/channel/UCpJHkuyhTtGrelk9kVDVUlg Links: Completed Solution - github.com/guidingdigital/yt-gatsby-mar...
GatsbyJS: How to Implement Schema Markup on Your Gatsby Site
Просмотров 2,8 тыс.4 года назад
Schema markup is a way of providing search engines context about your website. If implemented correctly, it can play a big role in helping your site standout in Google's search results. In this video I walk through the process of how you can add schema markup to your Gatsby site. Subscribe for future videos►ruclips.net/channel/UCpJHkuyhTtGrelk9kVDVUlg Links: Completed Solution - github.com/guid...
How to Add Google Universal Analytics to a Gatsby Site Using Google Tag Manager
Просмотров 6 тыс.4 года назад
In this video, I walk through installing the Google Tag Manager plugin on a Gatsby site, go over how to implement Google Analytics using Google Tag Manger, walk through how to track custom events, and walk through how to track outbound links. NOTE: This video covers how to add Google Universal Analytics. Google Analytics 4 is now the default property type. Subscribe for future videos►ruclips.ne...
GatsbyJS AWS Hosting: Provisioning a Gatsby Site Using Terraform
Просмотров 8114 года назад
In this video, I go over how to use Terraform to deploy our Gatsby site to AWS. Terraform is a framework that allows you to use infrastructure as code to provision cloud resources and infrastructure. The infrastructure that we'll be deploying in this video is a S3 bucket that is configured to host a website, a Cloudfront distribution, a SSL certificate, and DNS records. This pattern is based on...
GatsbyJS: How to Build & Deploy a Gatsby Site to AWS with GitHub Actions
Просмотров 2,7 тыс.4 года назад
In this video, I go over the basic steps for implementing a simple automated build and deployment process using GitHub Actions. As a starting point, I have an out of the box Gatsby site that I created using the gatsby new command. During the video I'll go over how to setup the AWS credentials and go over how to add the GitHub action to our repo that will automatically build our application, dep...
GatsbyJS AWS Hosting: How to Add Redirects Using Lambda Edge
Просмотров 3,5 тыс.4 года назад
In this video we continue our series on hosting a Gatsby site using AWS by adding a redirect using an AWS Lambda Edge function. In the first video, we stepped through setting up the basic infrastructure needed to host a site. In the second video, we added the missing pieces to make it production ready. One of those pieces included setting up a second S3 bucket and CloudFront distribution for th...
GatsbyJS & Analytics: How to Add Google Universal Analytics To a Gatsby Site
Просмотров 4,8 тыс.4 года назад
In this video, I walk through installing the Google Analytics plugin on a Gatsby site, talk about some of the plugin's configuration options, walk through how to track custom events, and walk through how to track outbound links. Note: This video covers adding Google Universal Analytics properties. Google Analytics 4 is now the default property type when creating new projects. To follow along wi...
GatsbyJS: How to Make Your AWS Hosted Gatsby Site Production Ready
Просмотров 2,4 тыс.4 года назад
In this video, we continue our demo on setting up our hosting in AWS for a statically generated website built using GatsbyJS. In our first video (ruclips.net/video/pjUrLnWXHB8/видео.html), we setup a S3 bucket and CloudFront distribution in AWS to host the statically generated website. In this video we are going to add the remaining features to make it production ready: 1. Associate a custom do...
GatsbyJS: Hosting a Gatsby Site in AWS using S3 and Cloudfront
Просмотров 5 тыс.4 года назад
In this video, I go step by step through the process of setting up hosting for a website built with GatsbyJS on an AWS S3 bucket and a Cloudfront distribution. I use the Gatsby framework in this video to build my website, but the solution that I setup in this video can also be used for any statically generated website.. Subscribe for future videos►ruclips.net/channel/UCpJHkuyhTtGrelk9kVDVUlg Li...
Lighthouse CI: Adding a Google Lighthouse Audit to Your CI CD Process
Просмотров 7 тыс.4 года назад
Lighthouse CI: Adding a Google Lighthouse Audit to Your CI CD Process
WebP: How to Improve Your Web Page Speed with WebP Images.
Просмотров 1,4 тыс.4 года назад
WebP: How to Improve Your Web Page Speed with WebP Images.
Web Page Speed: 6 Tools to Help You Optimize Your Page Speed
Просмотров 4834 года назад
Web Page Speed: 6 Tools to Help You Optimize Your Page Speed
Web Page Speed: Benefits and Principles for Improving Page Speed
Просмотров 2854 года назад
Web Page Speed: Benefits and Principles for Improving Page Speed
Schema Markup: How to Add Schema Markup to Your Site
Просмотров 42 тыс.4 года назад
Schema Markup: How to Add Schema Markup to Your Site
Structured Data: The SEO Benefits of Structured Data
Просмотров 1,2 тыс.4 года назад
Structured Data: The SEO Benefits of Structured Data
Sitemaps and Gatsby: How to Add a Sitemap and Robots.txt to a Gatsby Project
Просмотров 4,5 тыс.4 года назад
Sitemaps and Gatsby: How to Add a Sitemap and Robots.txt to a Gatsby Project
Sitemaps: 7 Tips for Creating a XML Sitemap
Просмотров 2,7 тыс.4 года назад
Sitemaps: 7 Tips for Creating a XML Sitemap

Комментарии

  • @relaxinggospelmusic2421
    @relaxinggospelmusic2421 4 месяца назад

    😗

  • @parimitabisht8234
    @parimitabisht8234 8 месяцев назад

    SHORT AND VERY EFFECTIVE. THANKS FOR THE VIDEO

  • @user-by5kd1iu2b
    @user-by5kd1iu2b 9 месяцев назад

    When applying the gatsby-plugin-google-gtag plug-in, it must be applied at the top of the plug-in plug-in list to work well. I kept thinking about it because the data stream wasn't analyzed, but the plug-in order was important

  • @cideveloper01
    @cideveloper01 9 месяцев назад

    Nice Tutorial ! Thank you !!!!

  • @TauvicRitter
    @TauvicRitter 10 месяцев назад

    It takes weeks for Google to pick it up . How will that work when you change product prices daily?

  • @abhiram6087
    @abhiram6087 Год назад

    underrated

  • @mtt786
    @mtt786 Год назад

    Great video but How to solve this issue "Reduce the impact of third-party code Third-party code blocked the main thread for 250 ms" while using this plugin?

  • @getoverhere1225
    @getoverhere1225 Год назад

    Recommend just drop in the music everything else is good man.

  • @thiagorossener
    @thiagorossener Год назад

    This was super helpful. Thank you so much!

  • @camixxx
    @camixxx Год назад

    Is there a way to set a nonce using the gtag plugin config?

  • @AlistairQuinn
    @AlistairQuinn Год назад

    Will this allow SSR and DSG too?

  • @dopetag
    @dopetag Год назад

    I've been getting "403 permission denied". Solved it with Principal: "*" in Policy Editor.

  • @dopetag
    @dopetag Год назад

    Nice one! I'm just getting started. It showed me the way 😉 Thank you!

  • @CoryMckinnonHandle
    @CoryMckinnonHandle Год назад

    Followed this to the T and still no analytics. Am getting a 307 status for the gtag. I think the plugin might be pushing out javascript that is preventing the gtag to be communicated? "if(true) { window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-4XJYSFRSR9', {"send_page_view":false}); }". I don't know if something broke in the plugin?

  • @amalitsky
    @amalitsky Год назад

    Do you know what is the reason/benefit of using gatsby-route-chage event instead of native page_view?

  • @JKhalaf
    @JKhalaf Год назад

    I don't see a tracking ID for my property in Google Analytics. Things have changed :(

  • @arsawatt
    @arsawatt Год назад

    thanks!

  • @julieta1790
    @julieta1790 Год назад

    Thank you! This helped a lot!

  • @podwithprice
    @podwithprice Год назад

    Thanks for the information. It was really, really good.

  • @nehajangid1158
    @nehajangid1158 Год назад

    Thanks for the detailed video! I got it finally, how to do it.

  • @arifistiaque9558
    @arifistiaque9558 2 года назад

    You need to talk a little slower and more clearly. Video has great information but you ruined it.

  • @DavisonIncorp
    @DavisonIncorp 2 года назад

    Great video, thank you!

  • @brianruizy
    @brianruizy 2 года назад

    what's the difference between google-tag and google-tagmanager plugins? do I need both installed?

  • @RizaHariati
    @RizaHariati 2 года назад

    Please write number on your videos so we can understand what you meant when you were saying : Watch my previous video. You have a lot of videos and I have no idea where to start. Very good and clear explanation btw. Excellent videos

  • @WillGains
    @WillGains 2 года назад

    Great video mate, still valid in 2022, thanks again!

  • @FerIsella
    @FerIsella 2 года назад

    bravo

  • @lakdahulara
    @lakdahulara 2 года назад

    Great video! Thanks 😇

  • @mohammedalhaj2446
    @mohammedalhaj2446 2 года назад

    very useful tips .. thanx

  • @mirt3327
    @mirt3327 2 года назад

    Brilliant! Thank you so much!

  • @shoaibkhan-ly9rz
    @shoaibkhan-ly9rz 2 года назад

    Hi sir, You are delivering such an amazing content. Thank you so much.

  • @CookingWithGunnar
    @CookingWithGunnar 2 года назад

    Fantastic video - thank you so much. Clear and to the point. It all worked first time :)

  • @vadymmotornyi555
    @vadymmotornyi555 2 года назад

    nice, ty

  • @DivyanshBatham
    @DivyanshBatham 2 года назад

    Took me ages to find an up to date video, all the other videos that I found we outdated and things were not working for me. Thanks for such an amazing video, you got a new subscriber with bell notifications on!

  • @savitakumari729
    @savitakumari729 2 года назад

    Google rich results test not showing any items. I can see script tag with application/ld+json under elements tab in developers tools but not on google rich results test. Any idea ? Struggling with same thing for gatsby-plugin-next-seo

  • @TheRonpe
    @TheRonpe 2 года назад

    Really good video. Thanks again.

  • @karthikeyanseenivasan171
    @karthikeyanseenivasan171 2 года назад

    Hi phil, I'm begginer to gatsby, I facing one Issue that handling image, In my code,I'm uploading image through netlify-CMS, that save image in git and path "/src/image/uploads/img.png" like this, in this case I tried with your code but it's not working please help to solve this issue

  • @shwetaadake6719
    @shwetaadake6719 2 года назад

    If I test code . Then its showing page is not eligible for rich results

  • @JulioHenriqueBitencourt
    @JulioHenriqueBitencourt 2 года назад

    How to track custom events?

  • @Wakpinside
    @Wakpinside 2 года назад

    Thanks :)

  • @zzdandanzz
    @zzdandanzz 2 года назад

    So helpful. Thank you.🤓

  • @videos-el8xl
    @videos-el8xl 2 года назад

    He is reading . . . And giving explanation

  • @AnthonyLepki
    @AnthonyLepki 2 года назад

    Concise and to the point. Great presentation

  • @MichaelsPaintingChannel
    @MichaelsPaintingChannel 2 года назад

    I've done a whole Howto Schema Markup, but it does not show me in the preview anything. Any idea? There were warnings but no error.

  • @Goeinavund
    @Goeinavund 2 года назад

    Great video! Very clear and to the point.

  • @chrishan9138
    @chrishan9138 2 года назад

    The "gatsby-plugin-google-gtag" plugin just wasn't working for me, but your approach was seamless. Thanks!

  • @cameroncameron6800
    @cameroncameron6800 2 года назад

    Damn, your videos are super clear

  • @outmind-1707
    @outmind-1707 2 года назад

    Hi, is there a guide of how to implement data schema for a table of data? I believe its called data-set schema. Still there are so many fields that I dont understand even their meaning. Can you explain how to generate dataset schema? Thanks!

  • @late7844
    @late7844 2 года назад

    Hello i've got a problem with the npm install, which fail every time on the action part. It retrun npm ERR! code EONENT... and Error : Process completed with exit code 254. someone can help me plz !

  • @firstworker7555
    @firstworker7555 2 года назад

    Will schema automatically generated by Yoast SEO plugin interere with the more precise method you're showing, or will one override the other? Also, if I have more than 2 service locations (for which i also have seperate landing pages), can I do service markups for both locations? Will Google see this as some "interference" or "irregularity"? And thank you for the great info, sir!

  • @akiij
    @akiij 2 года назад

    how do you add multiple tracking id with this plugin? :3 i know easier way is to use the gtag plugin but my project has this version plugin and i'm not allowed to upgrade my gatsby version or use diff plugin