Skip to content

Instantly share code, notes, and snippets.

@xiaomi7732
Last active October 9, 2022 15:46
Show Gist options
  • Select an option

  • Save xiaomi7732/e5402cb1330be1fd29cd4c20af831345 to your computer and use it in GitHub Desktop.

Select an option

Save xiaomi7732/e5402cb1330be1fd29cd4c20af831345 to your computer and use it in GitHub Desktop.
SEO: Skip tags for search engine

This maybe does not work: https://www.seroundtable.com/google-no-block-indexing-parts-pages-29144.html

Pay attention to the commented tags, googleoff / googleon

<!--googleoff: index-->
<div id="themeToggle" title="toggle between light theme or dark theme (ALT+T)" accesskey="t">
    <div id="toggleThemePrompt">Ctrl + D to bookmark. Click this 🤔 => </div>
    <span id="sun">
        ☀️
    </span>
    <span id="moon">
        🌛
    </span>
</div>
<div id="search">
    <input id="search_input" type="search" accesskey="s" placeholder="Search (Alt + S)" />
</div>
<!--googleon: index-->
<h1 class="header-text">
    Learn C#/.NET, Code with Saar
</h1>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment