seo Questions

2

I have been looking at rich snippets in google. Google lists the following schema.org items as being supported: Reviews People List item Products Businesses and organizations Recipes Events Mus...
Inkwell asked 24/8, 2012 at 12:28

1

Solved

Can someone spot what's wrong with my code below? (It doesn't validate in the Google Structured Testing Tool.) I'm trying to create the JSON-LD code to add to a page that has multiple products for ...
Thordis asked 30/7, 2015 at 16:16

2

Solved

This is a good practice to place this kind of links in head for multilanguage sites: <head> <link rel="alternate" hreflang="en" href="/en"> </head> But, according to an answer...
Canty asked 27/7, 2015 at 11:50

1

Solved

I'm working on a website for a friend (www.texasfriendlydds.com) and am trying to give them an edge with Rich Snippets that Google allegedly loves. It's a defensive driving school with 10 locations...

4

Solved

Let's say I have a relatively basic CRUD application for editing music albums. In the database I have: id | album_name | artist | navigation 1 Lets Talk Lagwagon lets-talk However, instead of a...
Basifixed asked 26/2, 2013 at 5:55

5

Solved

Web frameworks such as Rails and Django has built-in support for "slugs" which are used to generate readable and SEO-friendly URLs: Slugs in Rails Slugs in Django A slug string typically contai...
Scarecrow asked 24/10, 2010 at 16:58

2

Solved

I'm not sure which is the best to use for my site when redirecting from http to https. At the moment I am using IIS rewrite rules to do the redirect. The guides I've read on how to do this use eit...
Modernism asked 17/4, 2015 at 0:54

1

Solved

We compute our sitemap periodically with a cron job and store the results in s3. Can we 301 redirect https://oursite.com/sitemap.xml to the sitemap.xml hosted on s3? I know that the sitemap spec ...
Exacting asked 9/7, 2015 at 2:31

6

Solved

I found strange words, (have, here, imagery, sorry) that were supposed not to be on my site, being taken as keywords by the crawler from Google It seems like Google is having errors when crawlin...
Drakensberg asked 2/7, 2013 at 23:38

1

My question is does the <link rel="alternate" href="http://example.com/en" hreflang="en"> <link rel="alternate" href="http://example.com/it" hreflang="it"> should be like above an a...
Slaughterhouse asked 6/7, 2015 at 14:6

3

Solved

I'm using $routeProvider and $locationProvider to handle pushstate URLS in a single page app (SPA), something like this: angular.module('pets', []) .config(function($routeProvider, $locationProv...
Codification asked 6/1, 2015 at 11:14

4

Solved

I have an Angular SPA that presents a variety of recommendation lists, and a Google Map of locations, based on different cuts of some restaurant data (see m.amsterdamfoodie.nl). I want each of thes...
Borlow asked 14/12, 2014 at 7:11

2

Solved

This is probably a very basic question. I would like to run a headless browser PhantomJS as a server but not as a command line tool. Once it is running I would like to call it remotely over HTTP. ...
Faculty asked 8/6, 2015 at 15:46

1

Solved

I can't figure out how you would define a bunch of videos on the same page. i.e. a search page. Let's say you've a site that returns 50 different videos. Then how are you supposed to define this wi...
Rhettrhetta asked 28/5, 2015 at 11:50

1

Solved

Using Schema.org, I can set the name for my website so it’s visible in Google Search: https://developers.google.com/structured-data/site-name Example: <script type="application/ld+json"> {...
Ferdelance asked 26/5, 2015 at 14:25

2

Solved

This question is in regards to the article section and aside tags as it relates to best SEO practices. I've seen some tutorials teach that you should place an article tag and inside the article tag...
Doublecross asked 15/5, 2015 at 20:59

1

Solved

Are the two URLs equivalent with respect to browser caching and website seo? 1 - http://example.com/resource.html?a=a&b=b 2 - http://example.com/resource.html?b=b&a=a If the resour...
Milreis asked 16/5, 2015 at 16:19

7

At work, we have a dedicated SEO Analyst who's job is to pour over lots of data (KeyNote/Compete etc) and generate up fancy reports for the executives so they can see how we are doing against...
Spirituel asked 6/9, 2008 at 20:56

2

For single page apps, some advanced rewrite rules need to be implemented in your server conf to proxy web crawlers and social media bots to cached pre-rendered versions of the JavaScript SPA conten...
Strictly asked 2/9, 2014 at 17:29

5

Solved

I was wondering if anyone knows about the SEO impact of using bootstraps visible classes for creating a responsive website? I have created a new website with Bootstrap using these classes. On most ...
Beebeebe asked 25/4, 2015 at 17:11

3

Solved

I would like Google to ignore URLs like this: http://www.mydomain.example/new-printers?dir=asc&order=price&p=3 In other words, all the URLs that have the parameters dir, order and price sho...
Cantoris asked 5/2, 2012 at 13:55

1

Solved

I was reading Google documentation on how to impletement Sitelinks Search Box. In the example, they use itemscope itemtype="http://schema.org/WebSite" to implement sub-properties like potentialA...
Hyder asked 26/4, 2015 at 20:40

2

I am making a website with personal articles. The body of my articles is a basic div containing paragraphs, but recently I found it useful to use some span's out of the paragraphs to manage my cont...
Nodus asked 24/4, 2015 at 16:23

2

Solved

I have currently implemented my breadcrumbs like this: <div itemscope itemtype="http://data-vocabulary.org/Breadcrumb"> <a href="HOME URL" itemprop="url"> <span itemprop="title"&g...
Simmonds asked 23/4, 2015 at 7:32

4

I need to remove ?id= and &title= from this url using .htaccess file. URL now - http://www.XXXX.com/video.php?id=XX&title=XXX-XXX-XXX What I need - http://www.XXXX.com/video.php/XX/...
Ethics asked 21/4, 2015 at 7:0

© 2022 - 2024 — McMap. All rights reserved.