phaserjs / phaser-ce-examples

Contains hundreds of source code examples and related media for the Phaser HTML5 Game Framework.
http://phaser.io/examples
1.76k stars 1.15k forks source link

Correct indexing in search engines #197

Open antonrybalko opened 3 years ago

antonrybalko commented 3 years ago

When googling something for Phaser 3 we get many links to Phaser 2 examples (half or more).

Please, try to add special tags to the site to skip indexing text "View Pahaser 3 examples here".

image

<div class="warning-box">
    <strong class="title">This example is for Phaser 2 / CE</strong>
    <!--googleoff: index-->
    <p>View the <a href="/examples/v3">Phaser 3 Examples here</a>.</p>
    <!--googleon: index>
</div>
antonrybalko commented 3 years ago
<!--googleoff: index-->
<!--googleon: index>