-
-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SEO 2020 #908
Comments
Sounds great :) Count me in! |
I'd like to nominate Nate Dame as well. Really looking forward to how this chapter turns out with how much enthusiasm there is for it 😄 |
I'd like to participate as an analyst in this chapter. |
I'm happy to be a reviewer again this year for the SEO chapter. |
I'd love to join! Since this would be my first year I'd like to be a reviewer if possible. |
I'd love to help in any way. |
I'd still like to help - but, there are quite a few participants. I'd like to gently recommend that folks make room for anyone that is underrepresented or new to putting themselves out there. Though it'd be good to find at least a balance in gender, I'm good to give my spot up to anyone that is new to the scene. Or act as mentor. <3 |
Still happy to help as I was when @AVGP kindly nominated over on the other thread, but hyper conscious I think the team should be a diverse one, so happy to bow out to help that happen |
Thank you @ashleyish and @dwsmart! I love to see it. @OBTo and I will be reaching out to our picks for the content team lead for each chapter, and once that person is confirmed for SEO they can choose their coauthor(s) as needed. SEO is an especially complex topic so I would expect this to have ~3 coauthors like last year. And for anyone else still interested in contributing, there is no limit on the number of technical reviewers so we'd welcome your help! @catalinred were you interested in contributing as a reviewer or analyst? |
@rviscomi I don't have the right skills for analyst so I was thinking about contributing as a reviewer maybe. |
Ok I've added you as a reviewer for now and you can reevaluate as needed. |
I will be happy to contribute. |
I'd be happy to help. I work in technical SEO and I've made a few BigQuery/archive queries to extract data from pages. Then ran out of money! Example. |
Happy to contribute as per the nomination on the main post but equally happy to act as a mentor as @ashleyish suggested and find a few new faces. |
@aleyda thank you for agreeing to be the lead author for the SEO chapter! As the lead, you'll be responsible for driving the content planning and writing phases in collaboration with your content team, which will consist of yourself as lead, any coauthors you choose as needed, peer reviewers, and data analysts. The immediate next steps for this chapter are:
There's a ton of info in the top comment, so check that out and feel free to ping myself or @rviscomi with any questions! @en3r0 @ipullrank we'd still love to have you contribute as a peer reviewer or coauthor as needed. Let us know if you're still interested! @aysunakarsu @ashleyish @dsottimano @dwsmart @natedame I've put you down as reviewers for now, and will leave it to @aleyda to reassign at their discretion |
@Tiggerito would you like to contribute as an analyst for the chapter? |
Happy to do that. |
I can contribute as an analyst too if there is still need at that part. Thanks. |
I'd be happy to help as an analyst. If there is enough analysts for this chapter, happy to help with another one as well :) |
Thanks @en3r0, really appreciate your feedback! I just applied your changes requests to the doc already. If you want I can give you access too, just let me know your email :) |
I'm all done, left a few comments and sorry for being late. Great work folks! |
Thanks @dsottimano! Great input :) I've applied all your edits/requested. Regarding the Web Vitals metrics/explanations: please keep in mind the existence of the performance chapter, that will be the "main" source of information about this topic (so we should try to avoid overlaying too much) and to which we will refer/link to point out major concepts/metrics. |
|
@antoineeripret spotted a few issues with the markup (my fault mostly for not telling you there are some differences from last year - sorry!). Made a comment against the first one but it applies to them all. Could we create a branch in the main repo (called |
@bazzadp: seen and understood! I'll apply the modifications later today and create the branch you just mentionned :) |
@Tiggerito: I have not helped you at all on the Lighthouse metrics and I'm not sure that metrics displayed in our bar charts come from the lighthouse.sql query. Can you confirm that? |
Good stuff @antoineeripret ! @aleyda is the chapter ready to move to Markdown yet or still want to change it in Google Docs? I can do a quick conversion tomorrow, add it to @antoineeripret ’s branch and pull request, then do a test release so you can get a feel for what it looks like. Then you can make any further edits in GitHub from then on until we’re happy to merge it. |
Thanks @antoineeripret :) @bazzadp There are just a couple of comments/conversations pending at the moment: from @borisschapira that have been answered by @fellowhuman1101 - Could you please take a look Boris so we can move forward? Thanks a lot :) |
Those charts and associated data came from extra tabs added to the sheet. I think Jamie (@fellowhuman1101) added them. |
I think if that's the only thing we're waiting on we can move to Markdown. I've done that in #1589 and will pick up the conversation there. |
@bazzadp based on @borisschapira original feedback, I reworked the performance section to avoid duplication and focus relevancy to the SEO chapter audience. |
@Tiggerito they've been removed to avoid duplication of the performance chapter. (Were originally pulled from their workbook before the charts were revised to bar charts) |
Have these changes been done in Google Docs or in the Markdown? If in Google docs could you copy your changes across to the Markdown version as that's the golden copy now? |
Hi @bazzadp ! @fellowhuman1101 has just done these changes in the doc so I was going now to implement them in the markdown version... I'll do them now :) |
Good stuff! I've just pushed a fix for some of the headings to that branch too so once you're done I'll generate another test version so we can see what it looks like now. Let me know when done. |
I just updated @fellowhuman1101 :) Can you please take a look at the markdown version? Thanks :D cc @bazzadp it's done from my side - feel free to do additional updates :) |
A background on the Structured Data data. I'll post it here because it's quite a bit of info. @ipullrank In 2019: Full data... Microdata itemtype values were checked for. JSON-LD @type values and an attempt to check @context to a max depth of 5 So no detection of untyped entities. For the results they just stripped out the context (I think most would have been missing) so the types could be for any vocabulary. In 2020: https://docs.google.com/spreadsheets/d/1ram47FshAjzvbQVJbAQPgxZN7PPOPCKIK67VJZCo92c/edit#gid=337739550 pct_has_raw_jsonld_or_microdata https://docs.google.com/spreadsheets/d/1ram47FshAjzvbQVJbAQPgxZN7PPOPCKIK67VJZCo92c/edit#gid=361660017 https://docs.google.com/spreadsheets/d/1ram47FshAjzvbQVJbAQPgxZN7PPOPCKIK67VJZCo92c/edit#gid=475182211 I implemented a more complex context builder so could reasonably accurately report on the vocabulary used. If my code could not work it out it would use http://complex-context.com/ or http://invalid-context.com/ I checked all entities and then looked for their type. Hence the -UnknownType- showing up. You may also see -ComplexType- (probably an array) or -InvalidType- (not a valid URI) And a few other things which we may use in the future: id references and sameAs values Notes 40% have JSON-LD or Mircodata. Between 1% and 2% are purely adding it via JavaScript. About 4.5% are altering it via JavaScript. JSON-LD is used more than Microdata. WebSite and SearchAction should be at the top. They are used for the sitelink search box enhancement, I think the only rich snippet Google offers specifically for the home page, and few get it. Most rich snippet features will not show on the home page. It looks like few are trying it on now (AggregateRating, Review). Organization or any subtype makes sense on the home page. Google does check the logo, business hours, address etc. data-vocabulary.org is going to be dropped in January. 0.37% Breadcrumbs were detected but who has a breadcrumb on the home page? Saying that almost 4% of home pages have schema.org breadcrumbs! There's the odd typo, like incorrect case. I think Google lets you off. I've the day off. I'll be around for a few hours before I have to go to the beach :-( |
Part II Chapter 7: SEO
Content team
Content team lead: @aleyda
Welcome chapter contributors! You'll be using this issue throughout the chapter lifecycle to coordinate on the content planning, analysis, and writing stages.
The content team is made up of the following contributors:
New contributors: If you're interested in joining the content team for this chapter, just leave a comment below and the content team lead will loop you in.
Note: To ensure that you get notifications when tagged, you must be "watching" this repository.
Milestones
0. Form the content team
1. Plan content
2. Gather data
3. Validate results
4. Draft content
5. Publication
The text was updated successfully, but these errors were encountered: