@CurtisMatsko Even when no one else is here (no likes or comments in 7 hours is crazy).
Maybe we can connect and grow the business.
My wife just picked up a PLG purse and asked why I am not working with you to get more of them :-)
@MehtabKarta The metric that will show it is revenue per visit.
Then more granular would be profit per visit.
I would cut out the first 7 seconds to count actual users.
Benchmark this across past time bands.
@irentdumpsters@IMJustinBrooke will take and deserve your money. He will probably have his Hermes (multiple of them) teach you and set things up for you. :-)
Did a second version that kept the same number of questions/screens and same outputs (so it will not take any extra mapping in the crm etc)
https://t.co/XpexMR0HPS
I think forced decisions can be helpful to provide as people are looking for trusted sources and great questions are a part of that. Also for speed of getting to a result.
People do not always know how to articulate their problems accurately.
I had the llm act as an skilled esthetician instead of a host which is what Jack Principles was originally based on. Had it use the brand specific language as well in the conversation.
Truly look forward to hearing about the results as I never understood why it has not been implemented wider.
Nevermind.
I was able to pull your quiz and ran it though.
Here is the .md file rewrite with the Jack Principles implemented.
You can see all the changes etc at each question.
https://t.co/7RbSOSPJb7
Looks like Octaneai allows for split testing so should be easy to see the results. My guess is a 12.58% lift or more :-)
hey @DaveRekuc consider testing a new quiz implementing the Jack Principles. It will outperform your current one.
Feed an llm your current quiz and say implement the Jack Principles into my current quiz (give it this pdf https://t.co/739WxdHq5I) *from my dropbox from 2010 :-)
Let me know the results.
or even better:
1. Install https://t.co/8i4PxB0SmB (they have an unlimited 30 day trial and you get RUM. The #1 tool to understand your actual site performance) *not affiliated simply a great product and team behind it
2. Get your HAR report - click the gold button to download it after the scan runs and upload that to an llm (here https://t.co/VX8FILuN0b then I have a prompt to give Claude (or any llm) to go over the fixes.
3. See how you are being measured by google from real users here https://t.co/7zYlW7MNHt
BONUS:
1. Improve your current basic 404 Page (around 1% of your traffic hits it) and this prompt creates a customized 10/10 page https://t.co/EN0PN3IgxA
2. Check how your site is doing againts 111 web specs here (another tool I built) https://t.co/e9DYJh8wNu
Just published the public version (v1.2) here
(it will pre-populate your domain and pull in your products)
https://t.co/UabBVMt7O6
Anyone can enter their url and it will pull the public product suite.
https://t.co/kRgEp5C6Ur
You have to adjust the variables (Revenue, Orders etc) to get close to accurate data.
I also created a prompt that you can ask your data warehouse and get exact results. All the math is there as well with explanations if needed.
*it is based on the original page by Perry Marshall at https://t.co/KywCX9i2bY which I always referred to but it was painful to use and understand and explain to people so built my version that Perry gave the thumbs up to.
fixed can rerun here:
https://t.co/LBZ4izRKHj
Two issues, both from the checker assuming English + quoted markup:
lang attribute β your <html lang=de> uses an unquoted value (valid HTML5), but my detection only matched quoted ones (lang="de"). Fixed to accept both.
It now reads lang="de" correctly.
Privacy policy β I was only looking for the English word "privacy." Your page links "Datenschutz," which is exactly right for a German site. The check is now language-aware (German, Spanish, French, Dutch, etc.) and matches on both link text and URL.
https://t.co/APUSa5Fd1b went from 75% β 92% with those two false positives cleared. Appreciate the catch β exactly the kind of feedback that makes it better.