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 - ...
1
vote
1
answer
823
views
Hide "/angular/" in URL and use .htaccess to rewrite if the URL has a fragment identifier (#)
I have site setup in wordpress as root folder like /wordpress and one angular site setup in sub folder /wordpress/angular.
Currently if user visits url like example.com/wordpress/sample-page, it ...
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 ...
1
vote
0
answers
92
views
using prerender.io to cache article page with a fragment identifier
my website is running on SPA Angular 7. Currently, I am using prerender.io to cache the front page (/#/home) without problem.
my question is, I want prerender.io to cache my article page which shows ...
2
votes
1
answer
576
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 ...
1
vote
1
answer
761
views
Google indexing shows 'Soft 404' error on home page for Angular Site
We have a dynamic website built on Angular.js and node.js. The website's home page is not getting indexed on Google and gets a 'soft 404' error. Although the website is working fine and most of the ...
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
1
answer
104
views
SEO consequences for using IIS Rewrite rule to redirect to static content for crawlers only
I have an AngularJS site that's pretty slow which is causing the SEO to be rather poor. Not to mention, the metadata doesn't render correctly.
To fix this, my thought was to use IIS rewrite rules to ...
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 ...
1
vote
0
answers
124
views
How do I make my server-sider rendered Angular application not “flicker” when it transitions to the javascript application?
For our business, SEO is exceptionally important, so though we have an Angular 7 app, we use server-side rendering so that Google et al. can easily access our content. (I know they supposedly render ...
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 +...
0
votes
0
answers
258
views
Is Angular 6 Universal SEO friendly?
I like to create a friendly SEO web application, so I choosed Angular 6 framework Universal to render pages on server side, that's make my applications pages reachable to Google crawlers.
But even if ...
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
0
answers
43
views
HTML5 navigation and search engine optimization
I'm trying to use HTML5 navigation for AngularJS application. Everything works well, until SEO optimisation. For hashbang sub-urls (example.com/#!/siuburl) most of crawlers (google, facebook) which ...
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 (...