forked from thesuss/shf-project
-
Notifications
You must be signed in to change notification settings - Fork 37
Ashley Engelund edited this page Feb 9, 2019
·
7 revisions
Put info about SEO concepts, goals, and work here
https://moz.com/beginners-guide-to-seo/basics-of-search-engine-friendly-design-and-development
-
basic meta tags structure and implementation for pages
- use
meta-tags
gem and add relevant meta tag information to pages
- use
-
Structured data: schema.org tags for individual companies, events, etc - to provide better info that is displayed by search engines
-
XML sitemap
- updated... when? [when a company page is updated? what kicks it off? Observer Pattern?
- how? Sitemap gem: https://github.com/kjvarga/sitemap_generator will generate it automatically (we can use a rake task + cron to set the frequency, and/or when someone adds a new company to re-generate the new page(s).
- Maybe admin can export it and upload it every now and then? No need to be a system responsibility. And it only lists the pages to crawl, NOT content.
https://moz.com/beginners-guide-to-seo/basics-of-search-engine-friendly-design-and-development