最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

next.js - NextJS Portfolio Preview not coming on WhatsApp Message - Stack Overflow

programmeradmin3浏览0评论

/

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.

发布评论

评论列表(0)

  1. 暂无评论