seo Questions

2

I'm searching a fully working example about SEO or Metatags with Angular 2 using Angular universal to render on server side (to be recognize by facebook, twiter, and other metatags) but I had not s...
Procure asked 29/8, 2016 at 15:38

2

probably duplicate question Best way to set up 404 pages in a angular SPA? but I didn't find a reliable answer for my question . I'm curious to know if there is a way to tell googlebot about a 404 ...

2

I have a very image-rich site. To conserve bandwidth for users, I would like to lazy-load images as they enter the view-port. There are assorted jQuery plugins and similar that accomplish this. Thi...
Ib asked 16/4, 2013 at 5:12

3

Solved

I'm referring to a main menu and a smaller supermenu (don't know the proper term), as seen here: For something like this, I was going to put two <nav> elements in the <header>. Is th...
Sir asked 6/3, 2012 at 12:0

7

So suppose I have legitimate content that's hidden through CSS, and I'm using javascript to selectively display it based on what the user clicks on. Also, non-javascript users can click on the same...
Polemic asked 4/2, 2011 at 4:35

1

I read a lot about these subjects and I know that no solution is perfect to handle a multilanguage site. I'm using different folder to serve content for different languages, thus I have www.example...
Nicotinism asked 6/8, 2015 at 16:47

6

Solved

I am using ASP.NET with MasterPages. Thus i cant just place this link in my pages that reference my MasterPage. <link rel="canonical" href="http://www.erate.co.za/" /> I need to place this...
Junkman asked 9/9, 2009 at 10:28

19

Solved

I've read a great deal of discussion recently (both on this site and elsewhere) about "friendly URLs" but I'm not sure what exactly makes a URL "friendly" and why we really even care (up to a...
Turnstone asked 6/2, 2009 at 22:23

8

Solved

Is there a way to detect if a site is on a Content Delivery Network and if yes, can we tell which service are they using?
Exodontist asked 9/9, 2010 at 9:6

1

As I mentioned several times here, I'm redoing one of my old sites with Laravel. Another problem I encounter is the following : I've got mainly two different types of urls on the old website : ...
Broderickbrodeur asked 9/2, 2016 at 7:11

6

Solved

I want to prevent that Google indexes the contents of one <div> on my page. Of course I can create an image but that's not really an option in my case since the data is very dynamic. So, I c...
seo
Unilingual asked 3/7, 2012 at 23:4

7

Solved

On researching how to do microdata for webpage breadcrumbs, I've found a couple of methods and I'm not sure which is correct. Firstly, my basic breadcrumbs in the HTML look like this: <div> ...
Chromate asked 6/8, 2015 at 16:38

2

Solved

When building responsive websites I sometimes use background images to render an appropriate image for the appropriate screen size. eg: #image { background-image: url(largeimage.jpg); } @m...
Amnion asked 10/9, 2014 at 18:58

5

Solved

I'm running Apache 2.0 and I'm just wondering if it is possible to make a 301 redirect using JavaScript or jQuery. I have an <a></a> tag with href to a specified location and I'm asked...
Lowndes asked 12/12, 2012 at 19:0

3

Solved

In robots.txt can I write the following relative URL for the sitemap file? sitemap: /sitemap.ashx Or do I have to use the complete (absolute) URL for the sitemap file, like: sitemap: http://sub...
Paradies asked 7/1, 2013 at 13:16

9

Solved

Is there an easy way to get the MvcRouteHandler to convert all hyphens in the action and controller sections of an incoming URL to underscores as hyphens are not supported in method or class names....
Allegraallegretto asked 15/1, 2010 at 10:45

2

Solved

If I don't specify a robots meta tag in the head of the document, the defaults are: <meta name="robots" content="index,follow"> My question is, if I only specify "no...
Decosta asked 11/6, 2014 at 14:30

2

Solved

For better SEO I need put some meta on my page like this: <!-- Schema.org markup for Google+ --> <meta itemprop="name" content="The Name or Title Here"> <meta itemprop="descriptio...
Convenience asked 18/3, 2015 at 13:31

0

I'm planing a new Project with Vue or Nuxtjs. I want to use Firebase Auth/functions/storage/firestore as a backend so hosting on firebase would be also nice. I would love to use Vuetify too. The L...
Davisdavison asked 8/8, 2019 at 14:45

11

Solved

Is it better to use meta tags* or the robots.txt file for informing spiders/crawlers to include or exclude a page? Are there any issues in using both the meta tags and the robots.txt? *Eg: <#...
Lanciform asked 27/7, 2010 at 21:39

6

I've read over the Google specification for crawling AJAX-enabled pages. Since part of Google's indexing method uses the URL itself, will converting to !# negatively effect SEO? For instance...
Starflower asked 5/10, 2011 at 0:48

1

Solved

I'm experimenting with rewriting a "static" web-app (server-side only PHP) using React as a SPA. Stuff works fine, but wondering how to go about dealing with open graph meta tags and such, particul...
Conclusion asked 27/4, 2019 at 19:37

2

Solved

Is it possible to include line breaks in the description of a page shown in Google search results?
Heterograft asked 30/5, 2011 at 19:5

4

I have a few single page web apps on multiple domains that heavily rely on javascript/ajax to fetch and show content. Based on logs and search results I can tell that googlebot runs javascript on s...
Wonderstricken asked 23/3, 2014 at 8:42

2

Solved

I use this meta tags to make google crawler know that I have two languages for my site, as suggested here support.google. <link rel="alternate" hreflang="x-default" href="http://www.example.co...
Digressive asked 25/2, 2019 at 19:22

© 2022 - 2024 — McMap. All rights reserved.