Twitter card missing

No metadata tags related to twitter is found on a webpage. Twitter expect some basic metadata present in a webpage that helps twitter to render a card while someone tweet about that page.

Below are some basic metadata tags.

<head>
 <meta name="twitter:card" content="summary_large_image">
 <meta name="twitter:title" content="neeto: Get things done">
 <meta name="twitter:description" content="One-stop solution that offers simplicity, convenience, and efficiency for all your work.">
 <meta name="twitter:image" content="https://neeto.com/logo.jpg">
</head>
Screenshot 2024-02-16 at 12.11.31 PM.png

How to fix?

  1. Add Metadata: Ensure that your webpage includes the necessary metadata tags in the <head> section of your HTML code. These tags should include information such as the twitter:card,twitter:title, twitter:description, and twitter:image . Make sure these tags are correctly formatted and populated with relevant information.

  2. Validation Errors: Use SEO audit tool like NeetoSEO Audit to identify any specific errors with your metadata tags. The audit tool will provide feedback on any issues it encounters and suggest ways to fix them.

Can't find what you're looking for?