I’m testing out Search Atlas on one of my client’s websites built with Blocs. The platform provides a script that’s installed in the of the project, which allows the software to control various on-page elements like page titles, meta descriptions, schema, and more.
I’m running the same script on a RapidWeaver site without any issues, but I’m encountering errors on the Blocs version. I have a support ticket open with Search Atlas, but I wanted to reach out here to see if anyone else has used Search Atlas on a Blocs site.
Can’t you just use a script like hereminus the iframe and place the script in the page head within Blocs like they seem to prefer. They have a ton of install videos, Squarespace, Webflow, Wordpress, Wix, Shopify, etc., Plus if it worked in RapidWeaver it should certainly work in Blocs.
Also do they know its Blocs App for Mac and not https://bloclibrary.dev/ ← given the list they provided ?
Thanks for the feedback, yes that’s how I’m doing it now and for some reason their not seeing it in their system even though we verfied that it’s in the head.
Blocs doesn’t use any of those to power the websites it creates.
The sites Blocs creates are typically only HTML, CSS and Vanilla JS. I would suggest asking the folks at Atlas how they would advise adding their service to a static website.
Typically most third party solutions offer some kind of CDN JS link you just add to the page or a code snippet you can place in the code of the webpage.
If they have downloadable resources you can self host, then adding those as either page or project attachments will likely be the best approach.
Which Stack are you using to add this functionality to your RW site?
I’m just pasting in the head section in RW just like Blocs. I confirmed that the issue isn’t with Blocs. I just activated the feature on another Blocs site I have with them and it worked like a charm. I might have to rip out the entire project with them and add it back, somehting most have gotten hosed up.
I was able to fix the issue. For some reason their script doesn’t like being the first one in the head. I put it little futher down in the head and it started working.