Questions tagged [angular.js]
For questions about AngularJS (not to be confused with Angular). For Angular (2.x) questions, use the angular tag.
48 questions
0
votes
0
answers
25
views
How can make sure my app Module will be always available to Google Search Console (AngualrJS app)
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 - ...
5
votes
3
answers
185
views
Does rendered HTML from an angular app need to be styled and pretty when shown just to search engine bots?
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 ...
2
votes
1
answer
579
views
How to fix Mobile Usability Issues (page resources are not loaded) in Google Search Console
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 ...
0
votes
0
answers
628
views
Serving static HTML pages generated using Rendertron - Is it considered cloaking?
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-...
0
votes
0
answers
105
views
Google is marking as duplicate my unique URLs powered by Angular Universal
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 ...
0
votes
0
answers
33
views
Is it good idea to develop websites on Angular? [duplicate]
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 +...
1
vote
0
answers
112
views
Angular2 - Google indexing loader instead of redirected home page
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 ...
1
vote
3
answers
706
views
Does AngularJS make it more likely that URLs will be "Discovered - currently not indexed " in Google Search Console?
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 (...
1
vote
0
answers
144
views
Is it good to crawl metadata via proxy for several bot engines?
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 ...
1
vote
1
answer
287
views
Will disabling javascript be considered as cloaking by Google
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 ...
3
votes
3
answers
2k
views
Only first page of Angular SPA is indexed by Google
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:...
1
vote
0
answers
44
views
Would having Angular tags in source code hurt SEO or would they just be ignored?
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 ...
3
votes
2
answers
1k
views
Is it SEO friendly to disable link clicks in JavaScript when the click is handled with AJAX or Angular?
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 ...
1
vote
2
answers
353
views
AngularJS application and searchengine optimization, empty Google cached page version
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 ...
1
vote
1
answer
40
views
Does Google or Bing follow dynamic HATEOS links that are not in an 'a' tag?
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 ...
1
vote
0
answers
48
views
how to use html5 audio player to play single song whose content is divided into an array of urls? [closed]
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 ...
1
vote
1
answer
1k
views
Does Hashtag in the URL affect SEO rankings for as Angular JS web application
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 ...
2
votes
1
answer
826
views
Does escape fragment works without a hash in the URL?
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 ...
2
votes
2
answers
2k
views
Does Angular browser language detection and redirection affect SEO?
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 ...
1
vote
0
answers
1k
views
Angular2 : 'Fetch as Google' doesn't render page [closed]
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 ...
1
vote
2
answers
147
views
Allow bots to read dynamically injected content
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/...
1
vote
1
answer
206
views
How to make my angularjs + Django web application SEO friendly?
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 ...
1
vote
1
answer
368
views
AngularJS and Google SEO Indexing
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 ...
3
votes
1
answer
445
views
Do 404 and 403 errors listed in Google Search Console affect SEO ranking?
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?