As you all knows, Search Engine Optimization is very important for everyone in today’s time. Without SEO, you can’t get good traffic for your website.
For better ranking, we always use META Tags – The <meta> tag provides metadata about the HTML document. Metadata will not be displayed on the page, but will be machine parsable. Meta elements are typically used to specify page description, keywords, author of the document, last modified, and other metadata. (…by w3schools)
Basic Tags –
<meta name=”keywords” content=”top keywords, best tags”/>
<meta name=”description” content=”140-150 Words”/>
<meta name=”subject” content=”Site’s Title Tagline”>
<meta name=”copyright”content=”Your Company Name”>
<meta name=”language” content=”EN”>
<meta name=”robots” content=”index,follow” />
<meta name=”revised” content=”Friday, Dec 25th, 2015, 9:00 pm” />
<meta name=”classification” content=”Entertainment”>
<meta name=”author” content=”Your name, c”>
<meta name=”reply-to” content=”your-email@gmail.com”>
<meta name=”url” content=”http://www.example.com”>
<meta name=”identifier-URL” content=”http://www.example.com”>
<meta name=”directory” content=”submission”>
<meta name=”coverage” content=”Worldwide”>
<meta name=”distribution” content=”Global”>
<meta name=”rating” content=”General”>
<meta name=”revisit-after” content=”7 days”><meta name=”abstract” content=””>
<meta name=”topic” content=””>
<meta name=”summary” content=””>
<meta name=”designer” content=””>
<meta name=”copyright” content=””>
<meta name=”owner” content=””>
<meta name=”category” content=””><meta http-equiv=”Expires” content=”0″>
<meta http-equiv=”Pragma” content=”no-cache”>
<meta http-equiv=”Cache-Control” content=”no-cache”>
Open Graph Meta Tags –
<meta name=”og:title” content=”Fast And Furious”/>
<meta name=”og:type” content=”movie”/>
<meta name=”og:url” content=”http://www.imdb.com/title/tt1013752″/>
<meta name=”og:image” content=”http://ia.media-imdb.com/images/M/MV5BMTQwNDA2MTg3Nl5BMl5BanBnXkFtZTcwNTg3MzIyMg@@._V1_SY317_CR1,0,214,317_AL_.jpg”/>
<meta name=”og:site_name” content=”IMDb”/>
<meta name=”og:description” content=”Action based movie….”/><meta name=”fb:page_id” content=”153664931666070″ />
<meta name=”og:email” content=”your-email@gmail.com”/>
<meta name=”og:phone_number” content=”+91-9876543210″/>
<meta name=”og:fax_number” content=”+1-123-456-7890″/><meta name=”og:latitude” content=”30.6976707″/>
<meta name=”og:longitude” content=”76.7059157″/>
<meta name=”og:street-address” content=”Sec 70, Mohali”/>
<meta name=”og:locality” content=”Mohali, Chandigarh”/>
<meta name=”og:region” content=”IN”/>
<meta name=”og:postal-code” content=”160071″/>
<meta name=”og:country-name” content=”INDIA”/><meta property=”og:type” content=”game.achievement”/>
<meta property=”og:points” content=”POINTS_FOR_ACHIEVEMENT”/><meta property=”og:video” content=”http://example.com/video.mp4″ />
<meta property=”og:video:height” content=”640″ />
<meta property=”og:video:width” content=”320″ />
<meta property=”og:video:type” content=”application/x-shockwave-flash” />
<meta property=”og:video” content=”http://example.com/html5.mp4″ />
<meta property=”og:video:type” content=”video/mp4″ />
<meta property=”og:video” content=”http://example.com/fallback.vid” />
<meta property=”og:video:type” content=”text/html” /><meta property=”og:audio” content=”http://example.com/funny.mp3″ />
<meta property=”og:audio:title” content=”Amazing Song” />
<meta property=”og:audio:artist” content=”Amazing Band” />
<meta property=”og:audio:album” content=”Amazing Album” />
<meta property=”og:audio:type” content=”application/mp3″ />
You may also like:
- Top 5 Tips to Prevent Online Scams
- Top 10 Platforms to Learn Cybersecurity
- Top 7 Commercial Linux Distributions
- Why Do I Need a Website?
- Reinforcement Learning in Real-world Applications: The Latest Successes and Challenges
- Various Python Libraries for developing RESTful APIs
- Top 7 NodeJS Frameworks You Need To Know
- How Buying Instagram Followers Can Help Businesses Soar
- How To Find Gaps In Your Cybersecurity And How To Address Them
- How to close the site from indexing using robots.txt
Very nice information