Meta Tags and SEO - Search Engine Optimization Tutorial part 3
Key Takeaways
Explains the importance of meta tags for search engine optimization
Full Transcript
hello and welcome to part three of my seo tutorial this tutorial is going to be concerning the relationship between meta tags and search engine optimization so how important are these meta tags and which ones if you don't know what meta tags are what they are is there are these html tags that go within the head or the header of your html documents so you know your whole website's description might actually literally go within your header file and then subsequent pages might have very specific meta tags so if you've never seen a meta tag what i can do is i'm going to show you an example of meta tags on my website and really the only meta tag that's important these days i mean there's a whole bunch of them but basically in the old days people used to use the meta keywords tag and just slap in like a hundred keywords into there and uh argue about whether they should be space delimited or delimited or comma or whatever but nowadays um google has come right out and explicitly said that they don't even read the meta keywords so there is absolutely no point to them so don't even bother with meta keywords but what is important is the meta description so what google does with this meta description is they'll use that meta description whenever they deem it appropriate in the search results basically if they don't think they've got a better bit of text to use now at least in my experience i found this to be a pretty common occurrence for them to use the meta description so i definitely do think it's in your best interest to use it because you can write exactly what you want it to say now keep in mind it's a description so you're not just going to you don't want to like throw in a bunch of keywords here you want to actually describe your website and be really short usually if if the whole thing fits in underneath like the google uh search result it usually has a better click-through rate but we can talk more about that kind of stuff later so what i'd like to do is show you guys the meta tags so you can right click on any page view the source and you should be able to see immediately we've got a meta meta name equals description content and then here is basically the meta description here for my website so sentiment analysis and opinion mining just a couple quick things uh right off the bat and then it just explains what sentiment analysis is so anyway as you can see it's very short and even this one doesn't fit into the whole description so keep that in mind i mean you'd really need to stop it probably like right here to get it to fit but it can be beneficial to do that the other thing you'll notice is a lot it's not a meta tag but it's a tag that goes in your header and that's the title of the page right here so you this one is just syntax but if i go to another page um like free stock analysis or something the title of this page is free stock analysis right and so it goes there it'll be in the title tags as well free stock analysis and then you know for syntax but so that can be beneficial too and it is going to read those titles so it's important to use the title as a really really short description of what's in there but you definitely want to use them now just one quick note to make is like centex is a wordpress website now a lot of people still kind of have um sour taste in their mouth when it comes to wordpress i took a while to even get into wordpress as well i was never much of a blogger so i never really used it but pretty quickly wordpress kind of changed into all-encompassing website machine so it's actually really useful to use and wordpress basically immediately does a lot of things automatically that are really good for search engine optimization so there's a lot of things you don't even have to worry about when it comes to that but things like meta tags aren't or at least meta description isn't just inherently there but if you didn't notice it one of the things if you do have wordpress i highly suggest you get this yoast wordpress seo plugin it's very good and it's very quick and super easy to do a lot of stuff just within here and saves you a lot of time rather than like going in and editing the files yourself by hand so anyway if you do have wordpress that's that and that's still my case for wordpress i think it's a very useful uh way to launch a website now that pretty much covers the tags will really just met a description and then you want to have a title of a page and the next thing i'd like to talk about is the urls not only what you're going to call your urls but also the structuring of your url and so on so that's what we're going to talk about in the next video as always thanks for watching thanks for your support your subscriptions and until next time
Original Description
How important are meta tags? Which meta tags matter?
Sentdex.com
Facebook.com/sentdex
Twitter.com/sentdex
Watch on YouTube ↗
(saves to browser)
Sign in to unlock AI tutor explanation · ⚡30
Playlist
Uploads from sentdex · sentdex · 0 of 60
← Previous
Next →
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Matplotlib Python Tutorial Part 1: Basics and your first Graph!
sentdex
Python Encryption Tutorial with PyCrypto
sentdex
Python's Logging Function
sentdex
wxPython Tutorials 1: Making Windows GUIs with Python : Installing + 1st window!
sentdex
wxPython Tutorials 2: Making Windows GUIs with Python: Customizing Window Parameters
sentdex
wxPython Programming Tutorial 3: Menu Bar and Menu Button
sentdex
wxPython Programming Tutorial 4: Panels
sentdex
wxPython Programming Tutorial 5: User Input Saved To Variables
sentdex
wxPython Programming Tutorial 6: Multiple Choice Input
sentdex
wxPython Programming Tutorial 7: Adding Static Text and Colors
sentdex
wxPython Programming Tutorial 8: Custom Button Images
sentdex
wxPython Programming Tutorial 9: Tool Bar Items and Sub Menus!
sentdex
Basic PHP Tutorial 13: Multi-dimensional Array
sentdex
Basic PHP Tutorial 15: Functions and Global Variables
sentdex
Basic PHP Tutorial 12: Associative Array
sentdex
Basic PHP Tutorial 14: Foreach loop
sentdex
Basic PHP Tutorial 16: Include and Require
sentdex
Basic PHP Tutorial 7: Assignment, comparison and Logical operators
sentdex
Basic PHP Tutorial 4: Variables and Comments
sentdex
Basic PHP Tutorial 11: Arrays part 1, basic array
sentdex
Basic PHP Tutorial 6: If else and else if conditionals cont'd
sentdex
Basic PHP Tutorial 1: Intro to PHP
sentdex
Basic PHP Tutorial 3: HTML with PHP
sentdex
Basic PHP Tutorial 9: While Loop
sentdex
Basic PHP Tutorial 10: Switch Statement
sentdex
Basic PHP Tutorial 2: Print and Echo
sentdex
Basic PHP Tutorial 5: If else and else if conditional statements
sentdex
Basic PHP Tutorial 8: Arithmatic Operators: Doing math with php
sentdex
Basic PHP Tutorial 17: User Input Form Example / String Manipulation
sentdex
Basic PHP Tutorial 18: HTML Entities and forms cont'd
sentdex
Basic PHP Tutorial 19: Finding words in strings
sentdex
Basic PHP Programming Tutorial 20: Saving to a File / writing and appending
sentdex
Basic PHP Programming Tutorial 22: Hashing part 2: salting
sentdex
Basic PHP Programming Tutorial 23: Variables in Strings and tokenizing
sentdex
Basic PHP Programming Tutorial 21: MD5 Hashing For Security
sentdex
Basic PHP Programming Tutorial 24: String similarity
sentdex
Basic PHP Programming Tutorial 25: Time and Time stamps
sentdex
Basic PHP Programming Tutorial 26: Die and Exit
sentdex
Basic PHP Programming Tutorial 27: MySQL Databases Part 1
sentdex
Basic PHP Programming Tutorial 28: MySQL Database Part 2: Reading From Database
sentdex
Basic PHP Programming Tutorial 29: MySQL Database Part 3: Inputting Data
sentdex
Basic PHP Programming Tutorial 30: MySQL database in Use
sentdex
Django Tutorial Web Development with Python Part 1: Installing Django
sentdex
Python Tutorial: File Deletion and Folder Deletion / directory deletion
sentdex
Python Tutorial: How to Rename Files and Move Files with Python
sentdex
3D Graphs in Matplotlib for Python: Basic 3D Line
sentdex
3D Plotting in Matplotlib for Python: 3D Scatter Plot
sentdex
3D Charts in Matplotlib for Python: Multiple datasets scatter plot
sentdex
Sikuli Tutorial 1: Visually programming in python!
sentdex
Sikuli Tutorial 2: Program visually in python!
sentdex
Sikuli Tutorial 3: Program visually in python!
sentdex
3D Bar Charts in Python and Matplotlib
sentdex
3D Plane wire frame Graph Chart in Python
sentdex
Raspberry Pi Part 1 Introduction
sentdex
Raspberry Pi Part 8: First Download and Update! (Firmware)
sentdex
Raspberry Pi Part 10: How to set up a Linux Web Server on your Pi
sentdex
Raspberry Pi Part 11: Remote Desktop
sentdex
Twitter Analysis: How to rank a user's influence
sentdex
GPIO Tutorial for Pi Part 2 - Programming the GPIO
sentdex
GPIO Tutorial for Raspberry Pi Part 1 - Setting up
sentdex
Related Reads
📰
📰
📰
📰
Claude HUD: Adding a Terminal Heads-Up Display to Claude Code
Dev.to AI
AI Resume Generator That Gets Shortlisted
Dev.to · Amrendra N Mishra
AI Is Changing What Software Is Worth Building
Dev.to · Kshitij Chaudhary
I Edited One Photo with AI — Instagram Immediately Flagged It. Here’s What’s Really Happening
Medium · AI
🎓
Tutor Explanation
DeepCamp AI