Code Monkey home page Code Monkey logo

angularjs-seo-article's People

Contributors

matsko avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

angularjs-seo-article's Issues

static HTML for SEO needs at github pages

Hello,

I'm a newbie in terms of angular/seo. Does your solution support serving static content for crawlers from github pages?

I know they need to be regenerated and uploaded each time the data changes, anyway, is serving seo-html from github pages possible?

For some reason , I'm getting 0 bytes for the captured snapshot.

Also when i try to capture for foloowing url ,, i dont get any snapshot.

± ./make-snapshot.sh http://192.168.1.105:5757/\#\!/videos/slow

fyi: I also get this message : phantomjs: command not found .

Testing all pages to see if they load properly
GET /home.html ‣
Error: timeout of 2000ms exceeded
at file:///Users/j/AngularJS-SEO-Article-master/test/lib/mocha/mocha.js:3644:14
GET /videos.html ‣
Error: timeout of 2000ms exceeded
at file:///Users/j/AngularJS-SEO-Article-master/test/lib/mocha/mocha.js:3644:14


I think the issue is heree:

fyi: I also get this message : phantomjs: command not found .

but I do have phantomjs installed on my mac. pls help

Google bot crawls it?

I tried put this in google form site:yearofmoo-articles.github.io/angularjs-seo-article and show only first page.

i get the ngRepeat commented out when i run the snapshot.sh.

$stateProvider
.state('trend', { // //// new
url: '/trend',
templateUrl: '/trend.html',
controller: 'TrendCtrl',
resolve: {
postPromise: ['trends', function(trends) {
return trends.getAll();
}],
slow : function() {
return true;
}

here's the controller for that ng-repeat.

App.controller('TrendCtrl', ['$scope', 'trends', '$rootScope',
function($scope, trends, $rootScope) {

    console.log(' ~~~~~~~ $rootScope.test  =', $rootScope.test); 
    $scope.ready();

    $('.nobullets').on("click", ".trendli", function(e) {
        var text = ($(this).text());
        $('#searchInput').val(text);
        $scope.$apply(function() {
            // console.log(' inside the click trend li 1st ');
        });
    });

    $('.form-group').on("change", ".searchInput", function(e) {
        var text = ($(this).text());
        $('#searchInput').val(text);
        $scope.$apply(function() {
            console.log(' inside the search bar ');
        });
    });



}

]);

!/home/ event not found

Not sure if it's a bug or it's me but i have a working site and when i try to generate the snapshots it gives me this:

vagrant@dev:~/www/AngularJS-SEO-Article$ ./make-snapshot.sh http://dev.client.com.br/#!/home
-bash: !/home: event not found

everything seems to be installed ok but still getting this ... any comments?

Wrong code in the article

Just under the Hashbangs or HTML5 History URLs? title, in the 3rd code block it reads:

//get the module from creating an angular module
angular.module('HTML5ModeURLs', []).config(['$routeProvider', function($route) {
  $route.html5Mode(true);
}]);

Where it should be $locationProvider (regardless of the injected variable name).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.