FAQ Database Discussion Community
javascript,ajax,seo,sitemap,shebang
My site is a Single Page Application and uses alot of javascript. I've got my server setup to generate the site the user sees with javascript so Google sees the same content. Google knows about this via the fragment meta tag and converts links with the shebang to escaped_fragment to...
meteor,url-rewriting,seo,iron-router
I'm working on a Meteor app which uses ms-seo package. I was wondering if there is a way to make URLs more SEO friendly? Router.route('/item/:_id', { name: 'item.detail', controller: 'ItemsController', action: 'detail', where: 'client', onAfterAction: function() { var data = this.data(); if (data) { SEO.set({ title: data.title + ' -...
wordpress,seo,woocommerce,robots.txt,google-sitemap
I'm using Wordpress and WooCommerce for my online shop. With the theme I'm using you can customize the product-category pages by adding "blocks". So if I want to have a text on the top of a product category page I simply create a block page, lets say its called "category-info"....
SEO and … tags with JavaScript functionality
javascript,html,twitter-bootstrap,seo
Since we are diving into SEO guidelines the past weeks we came across a question for which we didn't find a satisfying answer. (We simply didn't agree on this topic). We would like more opinions on this. Since many projects use jQuery and Bootstrap lately, anchor tags often get used...
responsive-design,seo,responsiveness
I'm currently using the WooRank website to improve my sites SEO> However, it keeps failing on "Touchscreen Readiness". It states my buttons should be 40px in height/width which they appear to be.. but it's failing. Any advice? URL: http://www.answer-hut.com...
html5,seo
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 various section tags. However some books I've read have it the other way around...
http,caching,seo,uri,url-parameters
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 resource for the first URL is cached and the browser needs to find the resource for the second URL can it use the cached resource? I want to know...
seo,sitemap,robots.txt
Having to manage a multilingual site, where users are redirected to a local version of site, like myBurger.com/en // for users from US, UK, etc.. myBurger.com/fr // for users from France, Swiss, etc... How should be organized the robots.txt file in pair with the sitemap? myBurger.com/robots.txt // with - Sitemap:...
seo,contact-form
I would like to place the form in the footer of the page, and use the "Contact" link in the main <nav> as an anchor to the <footer>. Would this be fine from an SEO perspective, or should I scrap this idea and stick with a straight-up contact page? Or...
seo,sitemap,googlebot,google-sitemap
I noticed that some results of searching on Google are not a single url but a single url with a two-column list of what I call 'important links' of this website. For example: If you open Google and search for "amazon.it", without the double quote, you got this: As you...
seo
if possible, I would like to know what is the best practies for SEO to put url in <a href=""> Method 1: <a href="/blog-1"> Method 2: <a href="http://example.com/blog-1"> Can you help me?...
javascript,html,ajax,seo,google-search
Have a look on this search where you can see that just my main page is indexed. But why does Google/Search engines not take arda-maps.org/about/ and the other subpages? Is my deep linking done in a wrong way? Do the search engines need more time? If they do need more...
javascript,html,angularjs,seo
Recently I've seen articles stating that Google now crawls sites and renders CSS and Javascript. Example article by Google themselves: http://googlewebmastercentral.blogspot.co.uk/2014/05/understanding-web-pages-better.html I have a single page application setup in Angular with HTML5 mode on the routing. An ng-view in my index.html is populated based on the URL like so: app.config(function($routeProvider,...
seo,semantic-web,schema.org,microdata,google-rich-snippets
I've been trying to figure out this riddle from a day now. Lets say that we have a TV Episode as following, <main itemscope itemtype="https://schema.org/TVEpisode"> <h1> <a itemprop="url" href="self.html"> Pokemon - <span itemprop="episodeNumber">88</span> </a> </h1> <h2 itemprop="name">In the Pink</h2> <p>Source: <span itemprop="partOfSeries">Pokemon</span> <span itemprop="partOfSeason">Orange Islands</span> </p> </main> Now the problem...
redirect,seo,sitecore
Having a sitecore website. Situation is for every country, there are two URLs that you can use to hit the homepage. www.abc.com/en/home and www.abc.com/en We only want one - this is bad for both SEO and analytics. I want to retire www.abc.com/en/home and want www.abc.com/en to only work. I already...
php,.htaccess,seo
I have links like /getdata.php?name=somebody&id=123 masked by .htaccess like /somebody-123 I catched google (or another bot) in Google Analytics looking at my "getdata.php" file. Normally it's impossible to get that file (if you don't know that it exists because it doesn't get mentioned anywhere in a code and it just...
php,html,apache,.htaccess,seo
My url is www.abc.com/cbn/either/index.php and I want to access this by only current url. When I change the path of the index.php file, i.e. www.abc.com/cbn/index.php Still, I am accessing index.php file which is a bad approach for SEO point of view because now google will index two URLs of the...
html,seo
Ok so I'm not sure if this will effect my page seo? What I've done is created a paragraph and put my h1 tags in the middle of it. I'm trying to rank for freelance web design belfast and it's in the middle of the text and because it looks...
php,.htaccess,codeigniter,url-rewriting,seo
I'm facing issues while rewriting URLs in codeigniter framework. Here is my URL http://localhost/article/lg-watch-urbane-vs-moto-360-a-detailed-real-world-comparison/19 And I've a controller like this : class Article extends CI_Controller { function __construct() { $this->set_page_name( "View Article" ); } function index($perma_link="",$id="") { $this->response['article'] = $this->restutil->get("portal/articles/get/".$id,array('id'=>$id))->article; $this->render_view('articles/view'); } } And my .htaccess is like this:...
php,seo
I have a table shoes(id,shoename,color,brand,price,imagename,available). I am trying to sell shoes online through my website. Currently what's happening is, catalog.php(a page on my website) shows all the shoes in my table 'shoes'. Here's the code in inside a loop. echo "<div class='shoe-view'>"; echo "<img class='show-view-image' src='scripts/shoes/uploads/".$result["imagename"]."' alt='".$result["imagename"]."'/>"; echo "<form action='viewshoe.php'...
meteor,seo,prerender,modulus.io
UPDATE I am able to install prerender on the modulus server now. BUT there is a problem with where to place the prerender token: app.use(require('prerender-node').set('prerenderToken', 'YOUR_TOKEN')); Where in the .demeteorized node app does this line go? I am running a meteor app on modulus.io I have installed the https://github.com/prerender/prerender-node package....
apache,seo,clone,cracking
I have a website of mine (freeofficefinder.com) that is being cloned (see here: thelawyerserviceratings.org) There are actually over 25 websites that are currently cloning our website. Obviously this is hurting our SEO ranking greatly due to "duplicate content". Is there something that I could add to the Apache config file...
seo,schema.org,google-rich-snippets
I have implemented Schema.org (using Microdata) inside my product pages and when I check Google Webmaster Tools it is crawled by Googlebot and interpreted successfully. The point is I have not implemented some properties inside Product type like brand. I need to know whether there is some subset of all...
magento,seo,robots.txt
I followed this procedure : system > configuration > catalog > seo > Use Categories Path for Product URLs : NO Use Canonical Link Meta Tag For Products : yes in our site we added same product to 5 different categories. we have some 1000 products. if i follow the...
php,seo,bots,robots.txt
I'm configuring the robots.txt file for robots, and can't really understand what dirs I should block from them. Of course, I've read some infos at the internet, but yet there's some gap between what I want to know and what I've been found so far. So, it would be nice...
angularjs,nginx,seo,google-crawlers,prerender
I am using prerender.io to make my AngularJS website crawlable. However, since I started using prerender.io, the majority of my CRUD requests (e.g. update, delete) return an nginx 405 Not Allowed response. Original (working) nginx location block (before using prerender.io): location / { try_files $uri $uri/ /index.php?$query_string; } Current location...
seo,semantics,shared-hosting,spdy,http2
NodeSPDY on shared host I got a webspace hosted by uberspace and want to use NodeSPDY, but there is a loadbalancer in between which cuts off the tls connection. On uberspace one can request a Port to be opened. With this port it is possible to request resources directly by...
php,mysql,seo,content-management-system
I'm creating a simple CMS with a table called 'articles' that all the articles are stored in it. In my AddArticle.php page on the website I have a form that creates the articles and feeds the table. Now I'm confused with article linking. As far as I know a CMS...
seo,prestashop,product,schema.org,microdata
I am editing a Prestashop installation and have a slightly odd situation. In PS when you add a colour attribute to a product it shows an <a> tag with a background colour to show the colour choices. In the shop I am building for an art supplier, we are having...
jquery,google-analytics,seo
New EU cookie law do not allow page to set cookies on first load and until user make any action, scroll is consider as implicit acceptance I'm not sure if ga('set', 'anonymizeIp', true); is enough to allow google analytics to be considered as non profiling cookie how can i activate...
css,twitter-bootstrap,seo
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 of the pages the main content is on the left and then there are a number of...