Help with new Google Analytics and getting schema to be detected on Google Structured Data Testing Tool and Rich Results Test

Hi,

I’m new to Webflow and I’m having issues with the following,

  1. Google Analytics issues: copied and pasted Global Site Tag (Google Analytics 4) on custom code > head code.

1st issue: new “Measurement ID” G-CPG4LCRT30 isn’t compatible with Webflow’s Google Analytics integration.
2nd issue: after copying and pasting the Google Analytics’ Global Site Tag on custom code > head code, it looks like Google Analytics is only tracking the home page/landing page

  1. Google Tag Manager issues when attempting to setup the schema
    Procedure used:
    Set up a new tag for home page schema and setup the trigger (page view)

     <script type="application/ld+json">
     {
       "@context": "https://schema.org",
       "@type": "Organization",
       "name": "Romans Tide",
       "alternateName": "Prime Deals 24-7 LLC",
       "url": "https://romanstide.com/",
       "logo": "https://romanstide.com/images/RT-logo.png",
       "sameAs": [
         "https://www.facebook.com/Romans-Tide-1566609780107085/",
         "https://www.linkedin.com/in/nshucet/"
       ]
     }
     </script>
    

Followed this tutorial to install Google Tag Manager on Webflow: Google Tag Manager — Webflow tutorial - YouTube

But schema isn’t detected on Google Structured Data Testing Tool and Rich Results Test for https://romanstide.com/

Following this topic as well!