Skip to main content

Questions tagged [angular.js]

For questions about AngularJS (not to be confused with Angular). For Angular (2.x) questions, use the angular tag.

Filter by
Sorted by
Tagged with
0 votes
0 answers
25 views

I'm trying to test some of my web pages on Google Search Console. Some of the times i can see the content of the page i look for (but without the dynamic HTML), and sometimes I'm getting errors like - ...
Noam Atishkin's user avatar
5 votes
3 answers
185 views

I have an angular app, and while google does index those now, many other sites do not. I have built some middleware that intercepts requests from crawlers and serves static HTML pages that those ...
Chris Kooken's user avatar
2 votes
1 answer
579 views

Our website is responsive but it is showing the below mobile usability issues at Google search console. Content wider than screen Clickable elements too close together Text too small to read When we ...
user101070's user avatar
0 votes
0 answers
628 views

Preamble Hello, I'm trying to improve SEO of a web app built with Angular 7. Unfortunately, I can't (not allowed to) install node on the server it's being hosted on, so I cannot implement server-...
Nicolae Cojocaru's user avatar
0 votes
0 answers
105 views

I have a problem in the search console, and google is marking my unique urls as duplicate The application is build with Angular Universal and is rendered in the server Note: This site is only created ...
putkicjer's user avatar
0 votes
0 answers
33 views

I developed a web project which is a web service that helps pupils and abiturients to find the most appropriate university based on their needs, grades, preferences. The tech stack is using AngularJS +...
Denis Evceev's user avatar
1 vote
0 answers
112 views

I'm working on a multilanguage app in Angular. Universal is already setup and working but I have issue with googlebot indexing the page. When user navigates to url https://example.com only loader ...
Piotr Smyda's user avatar
1 vote
3 answers
706 views

According to What can cause "Discovered - currently not indexed" in the new GWT This status means that the google doesn't think the content should be indexed. In our case, this an NG (...
Elia Weiss's user avatar
1 vote
0 answers
144 views

I am new to AngularJS and due to some technical issues or maybe I'm just not aware of the right way, I am facing SEO related issues. So at the moment I plant a proxy server running behind the main ...
Vikas Chaudhary's user avatar
1 vote
1 answer
287 views

There is a site with dynamic content generation (angular). Google is not indexing it well. But it is indexed well with static pages (same content). Static pages are not fast because of page reloading ...
iv12345's user avatar
  • 19
3 votes
3 answers
2k views

I am trying to get all pages of my site indexed by Google but only the first page is. As mentioned in the title, it is an Angular (5) SPA. When I run this query: https://www.google.com/search?q=site:...
yannick1976's user avatar
1 vote
0 answers
44 views

A developer wants to create an Angular site and of course still populate the page with HTML so the search engines can read the content. In the source code there are Angular tags like in the ...
mat boy's user avatar
  • 339
3 votes
2 answers
1k views

If I use the anchor tag as: <a href="/page1" onclick="return false;">page 1</a> Will the Search engines see it? Will pass the link juice to it? Is it OK for SEO? I'm using angular4 to ...
jcdsr's user avatar
  • 168
1 vote
2 answers
353 views

I have created a website using AngularJS. I'm not sure this website will be properly indexed by Google and other search engines. The cached Google versions of the indexed pages are white with no ...
alexanoid's user avatar
  • 113
1 vote
1 answer
40 views

I have a Angular 1x SPA that uses the HATEOS standard to manage navigation. This is further complication by the links needing to be digested and processed to direct the user to the correct content ...
Taylor Ackley's user avatar
1 vote
0 answers
48 views

I get multiple urls for same song url1 -> first 5 sec of song url2 -> next 15 sec of song and so on I have to use them to play the song without any lag. Is it possible using html5 audio ? Thanks in ...
dev's user avatar
  • 151
1 vote
1 answer
1k views

I am using Angular JS to develop my web application. My current URL will be like this: localhost:8080/#!/home. I can remove hash tag from the url and make it: localhost:8080/home but does that help ...
Developerrr's user avatar
2 votes
1 answer
826 views

I have done SEO for a site in angularjs 1 using phantomjs. The site has enabled html5 mode true so there will be no "#!" in the URL. I have added a check for $args ~ _escaped_fragment_. Will search ...
dev's user avatar
  • 151
2 votes
2 answers
2k views

I'm building an Angular app that supports English and Japanese. The main site: domain.com, is displaying in Japanese. The other one: domain.com/en, is displaying in English. There's a logic that ...
Thịnh Phạm's user avatar
1 vote
0 answers
1k views

I am working on Angular2 based web app. I used Angular CLI to generate app and then to build it for prod. I have hosted website on AWS S3 & Cloudfront. When I use 'Fetch as Google' tool from the ...
Nilesh G's user avatar
  • 111
1 vote
2 answers
147 views

I've got a pretty large Angular SPA, and I currently use ?_escaped_fragment_ to serve up static versions of all our pages. I've discovered, however, that this often has issues with newly deployed/...
gidgicken's user avatar
1 vote
1 answer
206 views

I'm working on a web application that will allow users to create a dedicated page for them like www.example.com/john.doe So the structure I've come up with is this: Landing Page: Pre-rendered at ...
Vikram S. Rathore's user avatar
1 vote
1 answer
368 views

I am not a specialist in SEO, and some time talking to one told me that Google indexes, which is in the view-source, I wonder if this is really true? I am developing an application and took Angle and ...
ccdiego5's user avatar
  • 113
3 votes
1 answer
445 views

I'm prerendering a Angular app for SEO. When I check in the webmaster tool, there are a few hundred 404 and 403 errors. Will this affect my SEO ranking?
user70266's user avatar