Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

870 packages but only 287 results in google #78

Closed
guaka opened this issue Jan 15, 2014 · 3 comments
Closed

870 packages but only 287 results in google #78

guaka opened this issue Jan 15, 2014 · 3 comments

Comments

@guaka
Copy link

guaka commented Jan 15, 2014

screen shot 2014-01-15 at 22 46 07

screen shot 2014-01-15 at 22 46 30

@Tarang
Copy link
Member

Tarang commented Jan 20, 2014

Yup it looks like google isn't keeping track anymore. Something with spiderable. Is this right?

$ curl "https://atmosphere.meteor.com/?_escaped_fragment_=key=value"
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
  __fast_render_config = {"subscriptions":{},"serverRoutePath":"/?_escaped_fragment_=key=value","subscriptionIdMap":{},"loadedSubscriptions":{}}
</script>

  <link rel="stylesheet" href="/e3558b3834cca258b380ba56d1faa13185e39282.css">


<script type='text/javascript'>__meteor_runtime_config__ = {"meteorRelease":"0.7.0.1","ROOT_URL":"http://atmosphere.meteor.com","ROOT_URL_PATH_PREFIX":"","DDP_DEFAULT_CONNECTION_URL":"ddp+sockjs://ddp--****-atmosphere.meteor.com/sockjs","autoupdateVersion":"42f32e9f-7cb1-dbaf-2916-dceb2d806c59"};</script>

  <script type="text/javascript" src="/191bd5c0a4f6bf89043019bdec5248354ab31df8.js"></script>


<title>Atmosphere | Beer. Wings. Smart Packages.</title>
  <link href='//fonts.googleapis.com/css?family=Arvo' rel='stylesheet' type='text/css'>
  <link href='//fonts.googleapis.com/css?family=PT+Sans' rel='stylesheet' type='text/css'>
  <link rel="search" href="http://atmosphere.meteor.com/opensearch.xml" type="application/opensearchdescription+xml" title="Atmosphere Repository" /><script type="text/javascript">

    var _gaq = _gaq || [];
    _gaq.push(['_setAccount', 'UA-34025267-1']);
    _gaq.push(['_trackPageview']);

    (function() {
      var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    })();

  </script>
<script type="text/javascript">
  if(typeof __init_fast_render == 'function') {
    __init_fast_render({"collectionData":{}})
  }
</script>
</head>
<body>

</body>
</html>

@Tarang
Copy link
Member

Tarang commented Jan 20, 2014

Yes it looks like spiderable isn't in the packages anymore let me add it back

@Tarang
Copy link
Member

Tarang commented Jan 20, 2014

Should be fixed with 35751b9

It'll take google a bit of time to index it all again

@Tarang Tarang closed this as completed Jan 20, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants