23/09/2022
[ADVANCED FACEBOOK LANDING PAGE HACK]
Post iOS14 targeting is as we know it... screwed.... but using broad campaigns has turned out to be much more powerful than many expected...
But what if you could give more details to FB about who you are trying to reach while still staying broad?
Well...what many people don't realize is that the FB pixel is picking up more than the default pixel code data.. fb is also reading SEO related data to help their data points.
We already have known that sending paid traffic to your website can boost your SEO dramatically... this is basically a result of "engagement".
So what if SEO can boost your paid ad targeting? "ah ha!" ...
The FB pixel is reading the landing page to gain intel for targeting audiences but so is the FB Bot Agent when you submit an AD.
The more data we can give the Agent the better ( as long as its the right data, since the agent is also there to slam your for policy violations ).
But how can we balance lander sales copy vs feeding data to Facebook pixel AI machine learning?
Simple.. SCHEMA markup
SCHEMA is used to help search engines list and rank your site, page...etc. by telling the search engine what the site and content is about.
We can also do this for Facebook... we can tell facebook what the content is about and feed it tons more data without dirtying up our sales copy, facebook will then use that data to aid in targeting audiences that more closely relate.
So for instance, below is a sample medical schema I built a framework for years ago for my spine surgeon clients, I've built SCHEMA's for every possible spinal condition and treatment... notice in the SCHEMA how much detail I can put in for "Foraminal Stenosis" vs what I might not want to put "on page" of a sales landing page.
You think FB could use some of this data in helping my ads hit the right targets?... I bet so!
In full transparency - I have not had a chance to A/B test this yet, I read about the topic .. a one liner stating the pixel code reads schema and lost the reference, but it stuck in my head... then I went back to some of my old SCHEMA's and it was a 'DUH' moment.
If this is old news.. then forgive me... but I've yet to see any conversations regarding paid media and SCHEMA.
What I do know very well is that when you add a target URL to your Ad and submit the Ad for review to go live... FB agent fetches and reads your landing page 8-11 times on average before the Ad goes live.. you can see this yourself if you using a tracking solutions such as voluum, funnelflux...etc.
We also know FB reads the content up to 3 links deep...it looks for policy violations, existence of disclaimer, privacy policy.. foul content...etc. And that is NOT new news...! But even as a seasoned SEO it just skipped my mind I guess that FB may use SCHEMA for its data gathering as well in the post iOS14 world... I certainly would!
This all goes beyond Open graph meta...so try not to confuse the two... Facebook has been mentioning since around 2018 that Schema may become a very important factor in Ad performance... the question - are we there?
Regardless - any data you can feed to FB to help your Ads is a WIN!
So... My little contrib for landers ... consider SEO'ing your landing pages from now on... specifically adding "Schema markup" in addition to full Meta and Open graph meta details... most clients I've worked with using solutions such as UnBounce don't even bother adding a correct Title Tag and Descriptions to the meta fields... at a minimum DO THIS!
{
"": "https://schema.org/",
"": "MedicalWebPage",
"audience": "https://schema.org/Patient",
"specialty": "https://schema.org/Musculoskeletal",
"about": {
"": "https://schema.org/",
"": "MedicalCondition",
"name": "Foraminal Stenosis",
"alternateName": "Stenosis",
"description": "Foraminal stenosis is an abnormal narrowing (stenosis) of the spinal canal that may occur in any of the regions of the spine. This narrowing causes a restriction to the spinal canal, resulting in a neurological deficit.",
"associatedAnatomy": {
"": "AnatomicalStructure",
"description": "The location of the stenosis determines which area of the body is affected."
},
"cause": {
"": "MedicalCause",
"description": "Aging, Arthritis, Heredity, Instability of the Spine, Trauma, Tumors of the Spine."
},
"signOrSymptom": {
"": "MedicalSignOrSymptom",
"description": "Symptoms include pain, numbness, paraesthesia, and loss of motor control."
},
"typicalTest": {
"": "MedicalTest",
"description": "The MRI has become the most frequently used study to diagnose foraminal stenosis. The MRI uses electromagnetic signals to produce images of the spine. MRIs are helpful because they show more structures, including nerves, muscles, and ligaments, than seen on x-rays or CT scans. MRIs are helpful at showing exactly what is causing spinal nerve compression."
},
"code": {
"": "MedicalCode",
"codeValue": "31116"
},
"medicineSystem": {
"": "MedicineSystem",
"name": "Nonsteroidal Anti-Inflammatories",
"description": "Naproxen, Ibuprofen"
}
}
}