Open guastallaigor opened 5 years ago
I've never really dealt with SEO optimisation, so this is really new to me. But I agree, it would be much better if the demo page was accessible via Google so I'll look into it.
I'm guessing that I'll need to dive into Google Analytics?
I don't have a lot of knowledge about this as well, so I may be wrong, but I think is:
sitemap.xml
in the root of your project, example:
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://micah5.github.io/PSone.css/</loc>
<lastmod>2019-02-24</lastmod>
<changefreq>monthly</changefreq>
<priority>1.0</priority>
</url>
</urlset>
robots.txt
in the root of your project, example:
# Rule 1
User-agent: Googlebot
Disallow: /nogooglebot/
User-agent: * Allow: /
Sitemap: https://micah5.github.io/PSone.css/sitemap.xml
That's all I got 😄
You could also use [Google Tag Manager](https://www.google.com/intl/pt-BR/tagmanager/) but I don't know much about it either, I'm still looking into it.
Thanks! I've added everything you suggested and verified the tag with Google Search Console.
I'll leave this issue open for now though since I'm sure I've missed something (and I'm not sure how sitemap.xml
and robots.txt
are supposed to work yet- I've just used your examples)
Also about SEO should be good to add microdata references to the rest of the content if needed.
You can look for them at https://schema.org/docs/gs.html
Right now the framework isn't showing up at Google search, and has no metas for this. This issue is to suggest adding some of it, like NES.css:
Maybe add
sitemap.xml
androbots.txt
as well.Also we could add some share buttons like share on twitter/facebook.
If you want I can do some of the stuff, but some (like google stuff) it`s better if you do it, because some of it needs an google account.
But the issue that I`m saying here is that make the framework easier to people find it.