seo Questions
1
My project is a single page application using react js. I have heard that Google can crawl javascript pages including react js single page applications, without the need of server side rendering (e...
Dorren asked 20/8, 2016 at 11:17
15
Solved
I see two issues with AngularJS application regarding search engines and SEO:
1) What happens with custom tags? Do search engines ignore the whole content within those tags? i.e. suppose I have
&...
Nellanellda asked 21/11, 2012 at 17:44
4
Solved
I am looking into implement a lazy load feature on image on a website, however I am wondering if there is any SEO downfalls to this. The script i'm looking into is the following:
http://www.dynami...
Beersheba asked 15/9, 2010 at 10:17
5
Solved
Will google ignore words that are inside the elements that are set to "display: none" in css?
Example:
<div id="under_meny" style="display:none;">About Us | Contact Us</div>
It look...
Photoreceptor asked 10/10, 2009 at 8:56
7
My application uses AngularJS for frontend and .NET for the backend.
In my application I have a list view. On clicking each list item, It will fetch a pre rendered HTML page from S3.
I am using a...
Stuffy asked 1/7, 2016 at 9:41
2
Solved
Based on superluminary response here I've set up an Angular 1 app without Hashbangs and html5Mode(true) and rely on Google to execute javascript. The page is being indexed by Google but dynamic tit...
Ryder asked 21/3, 2017 at 14:4
3
Solved
We are testing a modal z-layer style popup (fancybox javascript implementation) on one of our content pages that blocks user interaction with the rest of the page without a signup. I am curious wha...
2
Solved
I'm using ng2-metadata with my angular app and google only seems to show the default title and meta description.
My tech: Angular version 4, webpack, typescript and firebase for hosting.
I'm dep...
Inset asked 15/4, 2017 at 20:9
4
Solved
In an Angular setting, I have chose Angular UI-router to switch between views.
My config looks as follows:
.config(function($stateProvider, $urlRouterProvider) {
$urlRouterProvider.otherwise('/...
Digged asked 7/9, 2015 at 15:27
2
Solved
Here is the main problem I'm having. I want to set social share buttons to an Aurelia application page.
In general, I have to set three meta tags objects:
head title
[property="og:image"]
[proper...
Compony asked 9/4, 2016 at 9:43
4
Since the end of may, I have a lot of new 404 errors in the Smartphone Crawl Errors page in Webmaster Tools / Google search console. All of them starts with /m/ or /mobile/, none of which are exist...
Intercut asked 12/6, 2015 at 8:7
7
Solved
I don't want the search engines to index my imprint page. How could I do that?
4
We have an AngularJS site using HTML5 routes. I just did some test "Fetch as Google" runs. The results are a bit confusing:
On the fetching tab, I see our site as it looks on view source, with a...
8
Solved
I am starting to redesign and develop a site that contains a lot of text and I am thinking of ways to organize the information on the site so that it looks cleaner. On some parts of the site I woul...
Adao asked 5/2, 2009 at 5:9
4
Solved
The answers to a previous question pointed out that the keywords meta tag in HTML is used by some search engines, such as Yahoo! and Ask.
Now, I know not many of us have direct knowledge of the a...
2
Whenever a visitor clicks a Google Ad on the site, the Ad opens in the same page, replacing my site, and I will lose the visitor.
Can we do something so that whenever a site visitor clicks on a Goo...
2
Solved
I'm trying to figure out how to get 404 document status error for Page Not Found on my AngularJS App to maintain good SEO. I would like to do something similar to how the Red Bull Sound Select webs...
4
I have a project using Spring MVC + AngularJS. All the data is dynamic.
Have some big database of locations in this app.
For SEO purposes, need to generate a static page for each location and pu...
Eec asked 22/6, 2016 at 4:58
4
Solved
I want to use canonical url's in my website. I read a few things about it on the internet, but i'm looking for a solution which will automatically generate the canonical for me runtime and add it i...
Alesiaalessandra asked 22/3, 2011 at 19:29
6
Solved
Does the title attribute in a link do the job of the real text in the link for SEO?
i.e
<a href="..." title="Web Design">Web Design</a>
is it the same as:
<a href="..." tit...
4
I have an AngularJS application that is injected into 3rd party sites. It injects dynamic content into a div on the 3rd party page. Google is successfully indexing this dynamic content but does not...
Reproachful asked 12/10, 2016 at 22:35
9
I am currently working on a new project where the entire page should be implemented in HTML5/JS working against an API/JSON. Since the entire application should only consist of one HTML file (index...
Lightless asked 7/9, 2012 at 18:12
1
Solved
Should 2 different versions of a user guide use a different canonical URL?
Documentation version 1.1.0.Final:
<link rel="canonical" href="http://docs.foo.org/1.1.0.Final/index.html">
...
Incapacious asked 7/10, 2016 at 8:50
1
Solved
I have a backbone application built on an Express JS API and Backbone JS frontend.
Every model and collection, thus consumes from the API, and I render them into the templates provided by a backbo...
Moffat asked 30/10, 2015 at 7:0
1
I have a new site and a new domain, will take about 2 months to complete development and then will go live. Only then I want google starts crawling and indexing my site.
So the question is how to "...
Iciness asked 14/9, 2016 at 16:29
© 2022 - 2024 — McMap. All rights reserved.