Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Fili Wiese - Improving SEO in Cloud Environments

Tech SEO Connect
October 23, 2024
0

Fili Wiese - Improving SEO in Cloud Environments

Tech SEO Connect

October 23, 2024
Tweet

More Decks by Tech SEO Connect

Transcript

  1. Fili SEO consultant @ Search Brothers Improving SEO in Cloud

    Environments October 17 - 18 2024 CAM Raleigh 409 W. Martin Street Raleigh, NC 27603 fili.link
  2. SearchBrothers.com - SEO audits & training by ex-Google Search 127.0.0.1

    - - [01/Oct/2022:13:55:36 -0700] "GET / HTTP/1.1" 200 2326
  3. SearchBrothers.com - SEO audits & training by ex-Google Search 127.0.0.1

    - - [01/Oct/2022:13:55:36 -0700] "GET / HTTP/1.1" 200 2326 127.0.0.1 - - [01/Oct/2022:13:55:36 -0700] "GET / HTTP/1.1" 301 100
  4. SearchBrothers.com - SEO audits & training by ex-Google Search cn.ie/tdf

    cn.ie/aga origin (scheme and authority) double-check
  5. SearchBrothers.com - SEO audits & training by ex-Google Search User-agent:

    * Disallow: /cdn-cgi/ cn.ie/gqz Image credit: cn.ie/xfm
  6. SearchBrothers.com - SEO audits & training by ex-Google Search run

    load balancing cdn Image credits: cn.ie/mnq
  7. SearchBrothers.com - SEO audits & training by ex-Google Search host.endswith(“.run.app”)

    host.endswith(“.cqloud.com”) host.endswith(“.googleusercontent.com”)
  8. SearchBrothers.com - SEO audits & training by ex-Google Search Load

    balancer IP address Image credits: cn.ie/mnq
  9. SearchBrothers.com - SEO audits & training by ex-Google Search host.endswith(“.run.app”)

    host.endswith(“.cqloud.com”) host.endswith(“.googleusercontent.com”) is_load_balancer_ip_address
  10. SearchBrothers.com - SEO audits & training by ex-Google Search host.endswith(“.run.app”)

    host.endswith(“.cqloud.com”) host.endswith(“.googleusercontent.com”) is_load_balancer_ip_address host.endswith(“.appspot.com”)
  11. SearchBrothers.com - SEO audits & training by ex-Google Search Python

    (Flask): url_for('index', _external=True) PHP (Laravel): url('/') or route('index') Node.js (Express): ${req.protocol}://${req.headers.host}${req.originalUrl} Ruby (Sinatra): #{request.scheme}://#{request.host_with_port}/ ASP.NET Core: Url.Action("Index", "Home", null, Request.Scheme)
  12. SearchBrothers.com - SEO audits & training by ex-Google Search host.endswith(“.run.app”)

    host.endswith(“.cqloud.com”) host.endswith(“.googleusercontent.com”) is_load_balancer_ip_address host.endswith(“.appspot.com”)
  13. SearchBrothers.com - SEO audits & training by ex-Google Search <?xml

    version='1.0' encoding='UTF-8'?> <Error> <Code>AccessDenied</Code> <Message>Access denied.</Message> <Details>Anonymous caller does not have storage.objects.list access to the Google Cloud Storage bucket. Permission 'storage.objects.list' denied on resource (or it may not exist).</Details> </Error> 403
  14. SearchBrothers.com - SEO audits & training by ex-Google Search <?xml

    version="1.0" encoding="UTF-8"?> <Error> <Code>NoSuchKey</Code> <Message>The specified key does not exist.</Message> <Key>robots.txt</Key> <RequestId>5GR24N7K1T2S4QNV</RequestId> <HostId>edNvos50FIIRIRD6NpBUcpHC0vJZt9ADkf2qEZysvO BdB7v5Rg9Rh5Z2o9z3v7xy/Sp9UO5/Wao=</HostId> </Error> 404
  15. SearchBrothers.com - SEO audits & training by ex-Google Search 4xx

    (except 429) fili.link/juu & fili.link/qwu Allow: /
  16. SearchBrothers.com - SEO audits & training by ex-Google Search If

    the site slows down or responds with server errors, the crawl capacity limit goes down and Googlebot crawls less. cn.ie/zxv
  17. SearchBrothers.com - SEO audits & training by ex-Google Search <title>

    <?php get_bloginfo('name'); ?> - <?php get_bloginfo('description');?> </title> <link rel="shortcut icon" type="image/x-icon" href="<?php get_bloginfo('template_url'); ?>/favicon.ico" /> <link rel="stylesheet" type="text/css" media="screen" href="<?php get_bloginfo('stylesheet_url'); ?>"/> <link rel="alternate" type="application/rss+xml" title="RSS" href="<?php get_bloginfo('rss_url'); ?>" />
  18. SearchBrothers.com - SEO audits & training by ex-Google Search HTTP

    Headers Server-Timing: cache;desc=”Read from Cache”;dur=15.1 http.dev/server-timing cn.ie/gta cn.ie/iuo
  19. SearchBrothers.com - SEO audits & training by ex-Google Search If

    the site responds quickly for a while, the crawl capacity limit goes up, meaning more connections can be used to crawl. cn.ie/zxv