Pulkitblogs.devpulkit.in·Nov 15, 2024Boost Your Link Previews: Implementing Open Graph Images in Next.jsIntroduction In today's digital playground, having a social media presence is like having a megaphone for your awesomeness. One of the secret ingredients to making your content pop on platforms like Facebook, Twitter, LinkedIn and event WhatsApp is t...Discuss·1 like·54 readsopenGraph
Yug Jadvanitheyugjadvani.hashnode.dev·Sep 22, 2024How to Fix File-Based Metadata Issues in Next.js 14 for Dynamic PagesIntroduction Next.js 14 introduces exciting features for developers, including file-based metadata handling for SEO optimization. However, when building a website, you may encounter issues with dynamic metadata not being applied correctly across diff...DiscussMetaTags
Syed Aquib Alihadetan.hashnode.dev·Jun 2, 2024Forms, Semantic Tags and LinksForms and Input types HTML forms are essential for collecting user input and submitting it to a server for processing. Forms can include various types of input elements like text fields, checkboxes, radio buttons, and submit buttons. Here’s an in-dep...Discusslink attribute
IfeanyiChukwu Obisoftdevblogs.hashnode.dev·May 7, 2024DAY 8: Introducing Meta TagsINTRODUCTION: Hello everyone! This is Ify, the medic and newbie techie. I hope you are enjoying the week. To make your day better, I am bringing you newbie programmers some insight on META TAGS. WHAT ARE META TAGS? Meta tags are snippets of text that...Discuss·1 likeHTML5
Bharat Singhbharatblogs.hashnode.dev·Aug 3, 2023Cracking the Code of Meta Tags in HTMLIntroduction In this blog, we are going to learn about meta tags, What they actually are? <meta> tags contain information about information which means they contain information related to our web page. Note:- Content of the meta tags does not render ...Discuss·1 likeHTML5
Girl Meets Techgirlmeetstech.hashnode.dev·Jun 19, 2023Making Websites Accessible Using Meta Tags in HTMLToday, it's crucial to ensure that websites are accessible to everyone, including those with disabilities. Making our website accessible not only improves the user experience but also promotes inclusivity. One way to enhance accessibility is by using...Discuss·14 likes·55 readsHTML5
Opajobi Oyegokeoyegoke.hashnode.dev·May 19, 2023metadata And SeoOverview. A website's goal is defeated when it doesn't pass a simple Search Engine Optimization(SEO) test. SEO is the process of improving the quality and quantity of website traffic to a website or a web page from search engines. A Search Engine...Discuss·10 likes·32 readsSEO
Priti SolankiProcuriousmind.hashnode.dev·Apr 10, 2023Next.js Built-in SEO support with new Metadata APINext.js 13.2 SEO upgrades Previously, simple lib next/head was providing a way to add metadata. Now, Next.js enhanced how you optimize for search engines with the App Router (app) What is metadata In layman's terms, "data about data is metadata"! In ...Discuss·1 like·302 readsSEO for Developers
Kushal Daskushaldas.hashnode.dev·Dec 30, 2022Introduction to HTML Meta Tags.What are HTML Meta tags ❓ HTML meta tags are used to provide information about a webpage to search engines and web browsers. They are placed in the head section of an HTML document and are not visible to the user. Meta tags consist of a name and a co...Discuss·2 likes·53 readsWeb-devHTML5
Hamza Aliblog.hamzaa.dev·Nov 25, 2022meta tag in ReactBackground I was searching for a open source project to contribute to on GitHub. So eventually I did found a project to contribute to. Take a look a the project. When I found the project that looked like I could contribute to. I went on to reading th...Discuss·559 readsReact