# Category doesn't appear for search engine web spiders?

**URL:** https://meta.discourse.org/t/category-doesnt-appear-for-search-engine-web-spiders/16240
**Category:** Feature
**Created:** [04.Июнь.2014 21:27:57 UTC](https://meta.discourse.org/t/category-doesnt-appear-for-search-engine-web-spiders/16240 "2014-06-04T21:27:57Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![HAWK](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/hawk/32/86627_2.png) [@HAWK](https://meta.discourse.org/u/HAWK)
#### Post date: [04.Июнь.2014 21:27:57 UTC](https://meta.discourse.org/t/category-doesnt-appear-for-search-engine-web-spiders/16240/1 "2014-06-04T21:27:57Z")

</div>

Continuing the discussion from [SEO compared to other well known tools](https://meta.discourse.org/t/seo-compared-to-other-well-known-tools/3914/10):

> [@codinghorror](#):
>
> It is very easy to crawl Discourse.. try disabling JavaScript and see for yourself.
> 
> ### Topic List with JavaScript disabled
> 
> \<img src=“[//cdck-file-uploads-global.s3.dualstack.us-west-2.amazonaws.com/meta/original/1X/343249ef42d0e64f316d4f7f6d5745702c0f97a5.png](https://global.discourse-cdn.com/meta/original/1X/343249ef42d0e64f316d4f7f6d5745702c0f97a5.png)” width=“629” height=“685”\>
> 
> ### Topic with JavaScript disabled
> 
> \<img src=“[//cdck-file-uploads-global.s3.dualstack.us-west-2.amazonaws.com/meta/original/1X/4019ff74bcc5b74842bae2c7b7004bd62e9463a3.png](https://global.discourse-cdn.com/meta/original/1X/4019ff74bcc5b74842bae2c7b7004bd62e9463a3.png)” width=“690” height=“426”\>

Apologies for dredging up an old topic, but our SEO guy has some questions that I can’t answer, so I’m hoping you can arm me with some info @codinghorror

Specifically, the noscript version when rendered, does not have all the information (links) that you see in the dynamic version eg. the Forums homepage. With js disabled we are just seeing the links to topics - no category navigation.

He’s trying to get his head around how Google discovers all the topics and categories if it’s unable to see the category links when js is disabled. Is there any documentation or case study?

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [04.Июнь.2014 21:36:45 UTC](https://meta.discourse.org/t/category-doesnt-appear-for-search-engine-web-spiders/16240/2 "2014-06-04T21:36:45Z")

</div>

Well, the `/categories` page also works with JS disabled:

 ![](https://global.discourse-cdn.com/meta/original/3X/3/3/339b3b8463f19f76dc53b6b96fa7dfedc12f26b6.png) 

so presumably Google is navigating there. But you’re right that we don’t duplicate topnav, and arguably we _should_ be showing category alongside topics in the JS-disabled case.

![](https://global.discourse-cdn.com/meta/original/3X/f/1/f150d6a56642bc13bc51edab4fc9c1d6625c020b.png)

@neil can you add category to the topics in the js-off scenario? maybe like so:

`Adding own avatar provider [dev] (11)`

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [05.Июнь.2014 21:32:21 UTC](https://meta.discourse.org/t/category-doesnt-appear-for-search-engine-web-spiders/16240/3 "2014-06-05T21:32:21Z")

</div>

This is now complete. Great suggestion @hawk.

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [05.Июнь.2014 21:32:27 UTC](https://meta.discourse.org/t/category-doesnt-appear-for-search-engine-web-spiders/16240/4 "2014-06-05T21:32:27Z")

</div>


