/
This is my portfolio, built in NextJS.
I wrote the metadata code in a file "meta_seo.ts". Here it is:
export const meta_seo = {
AAK: {
title: "Abdullah Ahmad AAK® Portfolio",
desc: "I help businesses build scalable web applications with seamless integration, optimized performance, and user-friendly design for long-term growth.",
image: "/assets/abdullah-ahmad-aak-full-body-picture.jpg", // check
icon: "/assets/abdullah-ahmad-aak-full-body-picture.jpg", // check
keywords:
"Web and Mobile App Development Creative Design Services SEO Optimization Experts UI/UX Design Solutions Full Stack Development Digital Marketing Agency Security Testing Services Mobile App Developers Custom Web Development Search Engine Optimization Creative Branding Solutions User Interface Design Mobile App UX Design Comprehensive SEO Services Website Security Testing End-to-End Web Development Innovative Digital Marketing Top UX/UI Designers Full Stack Developer Services Brand Identity Design",
},
};
export const openGraphImage = { images: ["/assets/abdullah-ahmad-aak-full-body-picture.jpg"] }; // check
I'm not sure why the preview is not coming. I wait 1 minute for the preview to load after writing the link in a WhatsApp message, but it still doesn't come. It does come on Facebook and LinkedIn though.