Skip to content

den-materials/seo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 

Repository files navigation

Intro to SEO

Learning Objectives

  • Explain what SEO is and why it's used
  • List a handful of basic steps to take to improve SEO

Framing: What is SEO?

  • Search Engine Optimization.
  • Getting your site to show up first in Google
  • Showing relevant data in the search results

Undeniable Leader

Look

Basic Steps

Use Google's documentation as your main resource.

How Google crawls and indexes your site is constantly changing, and there are TONS of tools that they provide that you should look into, like:

PageRank

One of the founding tools Google used to rank sites (why it eventually became a verb) is called PageRank. It's their patented algorithm, and you can read all about it. It's based on how many other sites link to yours.

This outline is inspired by Googles docs

  1. Tell Google to index your site
  2. Upload Sitemap 2a. You can try modules like express-sitemap to generate a sitemap.xml for your express app
  3. Add a unique <title> to the <head> of each page
  4. Add a unique description <meta> tag to the head of each page
  5. Understand the Anatomy of a Search Snippet
  6. Use heading tags to emphasize important text
  7. Use important words in your domain and URL paths example
  8. Make navigation very clear, like using breadcrumbs
  9. Optimize your images, like using the alt tag
  10. Use rel=canonical for similar URLs. Read More
  11. Make your site mobile-friendly
  12. Promote your website, like registering your business with google or getting on yelp
  13. Use google analytics

HTML Notes

  • Proper HTML boilerplate structure -> Easily crawlable by Google
  • Structure content with headings
  • Use semantic HTML (like nav, body, article, section, etc)
  • add alt tags to images
  • Google hits you for shitty CSS
  • Google detects when you put a shit ton of hidden h1 tags filled with all your keywords and dings you for it

Other Notes

  • WYSIWYG tools usually have tools that do a lot of these steps for you
  • Square Space has SEO tools built in
  • Yoast is the most popular WordPress plugin

Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published