Search Engine Optimization is the use of various techniques to aid web pages' ranking in search engines. Non-programming SEO questions should be asked on network site Pro Webmasters - http://webmasters.stackexchange.com !

learn more… | top users | synonyms

0
votes
1answer
53 views

Prestashop Changed My Home Category URL After Update

I updated Prestashop from 1.4.3 to 1.5.3.1, when doing so I ran into an issue where Prestashop changed the URL to the products that are using Home Category as Main Category. In previous versions ...
-3
votes
0answers
19 views

Qn. about alexa rankings [closed]

We all know that alexa ranking is not accurate as it make use of only the visits by the users having the alexa toolbar installed in the browser. My question is, I'm regularly tracking the visits of a ...
-2
votes
0answers
14 views

why google don't count on forums links to my site [closed]

I have many links to my site in VBulletin forums. They aren't nofollow links but Google don't count this links and I can't see links in Google webmaster tools or when searching link:mysite.com
-3
votes
0answers
84 views

Is meteor.js and nginx a good fit [closed]

Is there any deal breakers to using meteor.js with nginx really like the mongo so meteor is looking very nice. A second question can I on the server side redner html for text only web browser/spiders. ...
0
votes
0answers
21 views

simple_format in Rails is not correctly displayed in google search results

To display an article I use the following line in the articles/show.html.haml = simple_format(@article.content) Viewing the result in a brower works perfectly. Anyhow, I use the first few words as ...
0
votes
0answers
28 views

Redirect existing posts 301 from main to sub site WordPress Multisite

Current situation: I have a multisite WordPress, the main website is our news site (www.example.com) I have other application in subdomain of the site (application.example.com) Expected changes: ...
3
votes
3answers
107 views

How to serve robots.txt with Perl Dancer

I am trying to serve a robots.txt using the Perl Dancer web framework. I thought having a route that just returned the text would work, but it seems to be wrapping it in html and body tags. I'm ...
2
votes
1answer
93 views

Page load before display - SEO Best practice

There are many ways to display a page only when content is loaded, but what is the best way regarding SEO ? Contents are : pictures, css, js, etc. Is Google bot getting smart enough to not-index ...
-1
votes
2answers
38 views

Is it ok to store SEO relevant content in a database [closed]

I'm building a website in the Zend Framework, and I'm using a layout page that gets applied to all of my pages. It's general structure is as follows: <!DOCTYPE> <html> <head> ...
1
vote
1answer
72 views

Using php to extract keyword pairs for SEO

I'm currently investigating some new ideas for long tail SEO. I have a site where people can create their own blogs, which brings pretty good long tail traffic already. I'm already displaying the ...
0
votes
0answers
47 views

Test htaccess REQUEST_URI for string, rebuild using RewriteRule for SEO

I'm trying to get my .htaccess rules to test for a string pattern. RewriteCond %{REQUEST_URI} ^/[a-z]{2}(-[a-z]{2})?/.+$ [NC] If successful I need to dynamically rewrite it to the following for my ...
0
votes
1answer
49 views

Azure Web Sites custom domain

I configured a custom domain for my Azure Web Site using CNAME records. Everything works fine, except for the fact that I can access my site using both *.azurewebsites.net and *.com. Isn't this a ...
1
vote
3answers
63 views

Tell google not to index some parts of website [closed]

I am working on a website and I am having troubles telling google not to index one <div> which is normally hidden (display: hidden;) on load because it is a popup (login popup). It is really bad ...
0
votes
0answers
77 views

Express.js with Phantom.js

Ok, I'm a newbie in this whole node.js, express.js thing so bare with me if this is so trivial. I'm using Greg Franko's great Backbone-Require-Boilerplate and I was thinking about SEO so I found ...
0
votes
1answer
36 views

Dynamic sitemap generation for GWT based appengine website

We are aware of the appengine limitation relating to writing files to disk. So the idea of having a dynamic sitemap via i/o seems a bit difficult for AppEngine. So here are some ideas that we wish to ...
1
vote
2answers
32 views

Permalinks vs pretty URLs

Let's say i have a simple blog engine. I've posted a simple post with URL http://example.org/blog/awesomr-post Few days later i've noticed the typo and fix my URL ...
0
votes
2answers
82 views

Sitecore - rewrite “ ” to “-” in urls but still allow dashes as legal item names

I've read a half dozen guides on rewriting spaces to something more friendly in Sitecore, but all of them rely on Sitecore's <encodeNameReplacements/> element which also reverses the replacement ...
0
votes
0answers
93 views

Why is google not using a headless browser to crawl clientside content? [closed]

I'm aware of the steps it takes to make a client side website crawlable: https://developers.google.com/webmasters/ajax-crawling/docs/getting-started?hl=nl I just wonder, why isn't Google just ...
-1
votes
1answer
27 views

SEO with similar pages [closed]

Our company has created a "comparison" tool that uses unique urls to choose who you want to compare, example: http://www.sportingcharts.com/nhl/2010-edmonton-oilers/vs/2008-calgary-flames/ ...
0
votes
1answer
65 views

How to get the request path in a multiple store Magento setup to use in hreflang?

We would like to get request path to build dynamic URL for public function countryStoresAlternateLinks(){ $stores = Mage::app()->getStores(false); $countryAlternateLinks = ''; ...
0
votes
1answer
22 views

Is There any way to change the snippet created by google indexed results?

Is There any way so that i change the snippet created by google indexing,so that it Drives more Traffic,Making it more Relavent which i can show to the users
-1
votes
0answers
17 views

301 redirect with search engine optimization [closed]

Here is an interesting question from my employer. He also has a print shop and knows bit about seo stuff. He has about 6 keywords domains and he wants me to do 301 redirect. example: if we assume ...
2
votes
1answer
95 views

Test Google Analytics from localhost

I've seen this: Can you test google analytics on a localhost address? and Getting Google Analytics to see a test server followed what was suggested, but nothing works. What I did: Edited my hosts ...
0
votes
1answer
31 views

Rewrite URL SEO

My site has a url like this http://www.mydomain.com/index.php?page=doctors&docid=99 Using SEO rewrite RewriteRule ^doctors/([0-9]+)/(.*).html$ index.php?page=doctors&docid=$1 [L] I get ...
-2
votes
0answers
35 views

SEO - finding old backlinks and redirect [closed]

I need help finding a clients old backlinks Ive found the old urls using wayback machine, but what I dont know is how to find the backlinks that are still active and pointing to 404 page. I want to ...
-1
votes
0answers
29 views

Any microdata for specifying a Software development company? [closed]

We're trying to get our company marked up with microformats and microdata. We've already coded our vcard and so with microformats but I've seen that microdatas have a lot more choices. So I would ...
-2
votes
0answers
18 views

Block all urls which contain “_” in multi-language website - robots.txt [closed]

I have multi-language website, let's say testsite.com/en/test-page I had lots of urls which contained "_", testsite.com/en/test_page_number_one Now I want all those links to be blocked by robots.txt ...
-2
votes
0answers
39 views

What is the best strategy for international sites? [closed]

I would really like some advice as to best launch our site internationally. This is the setup I would like: mysite.co.uk is the main UK site - the parent site This is a database driven site using ...
0
votes
0answers
15 views

SEO - Big revamp of my URL structure - please suggestions [migrated]

I have a big network of sites in many countries. There are over 30-40 Million indexed pages in 34 countries, what will be reindexed hopefully and will be redirected with 301 to the new URL structure, ...
0
votes
2answers
56 views

.htaccess rewrite multiple urls without redirects

Ok so i have urls like these demo1.domain.net, demo2.domain.net, demo3.domain.net and all needs to show the contents of a subfolder like this example demo1.domain.net will show the contents of ...
-2
votes
5answers
62 views

Robots.txt in my project root [closed]

I've seen tutorials/articles discussing using Robots.txt. Is this still a necessary practice? Do we still need to use this technique?
-1
votes
0answers
58 views

HTML5 section/header/aside/article tags and search engines [closed]

There are a lot of resources that recommend to use the section/header/aside/article tags to improve the ratings of the page in google/yahoo/bing etc. Is there some way to measure(and demonstrate) the ...
0
votes
0answers
34 views

Deeply nested html links in sitemaps / submenus (SEO, semantics Restful)

Intro to my problem It is one of these nights in which I can bitch endlessly on clean semantic coding in one of my projects. Lets say I have my portfolio in which I want to list the stuff I've ...
0
votes
2answers
47 views

Text-Indent to hide link text

Ive been searching for a method to replace the text-indent: -9999px css-trick used to hide link text and display images as links for say a home Logo button. Ive found a simple solution that seems to ...
-2
votes
0answers
46 views

Website Redesign, Search Ranking and SEO [closed]

Now I know there have been several questions in regards with website redesign and SEO. My questions however are very specific, and also, I think that it might be a good idea to get new insight in ...
-1
votes
1answer
26 views

Are some permalink typologies better than others for SEO indexing? [closed]

I am pretty new to WordPress and on my blog I am using permalinks. I have seen that there are 5 typologies of permalinks and I don't know if some types are better than others for the search engines ...
-4
votes
0answers
21 views

I cant see one page indexed by google seo [closed]

I have only one page moviereview.aspx that is not indexed by google. I have set all the anchor links to the master page and only moviereview page is not shown as indexed by google. What could be the ...
0
votes
0answers
14 views

my blog in blogger pageviews and that same blog pageviews in adsense are different why? [migrated]

i run many blogs for online earnings but my blog in blogger page views Total Pageviews 90,085 and that same blog page views in google adsense Total Pageviews 19,347 are different why? they ...
0
votes
4answers
77 views

Redirections + CodeIgniter + SEO?

OK, so here's my situation : I'm in the process of rewriting an old WordPress-based site of mine (with lots of content), as a Bootstrap, CodeIgniter-powered site. Since the website is almost 4-5 ...
-1
votes
3answers
80 views

Backbone and SEO cloaking [closed]

So I am building a page using Backbone.js that contains a jquery datatable and a panel with search options (to filter data in the datatable). Now that I would like this page to be indexed by Google or ...
2
votes
1answer
38 views

Multiple rewrite conditions for multiple parameters

There is an issue with the htaccess rewrite conditions in my setup. Currently I have the following code. Options +FollowSymLinks RewriteEngine on RewriteCond %{REQUEST_FILENAME}\.php -f ...
0
votes
1answer
31 views

How search engine will react to different unicode?

I am developing website in Georgian language. Georgian language has it's own unicode, but also there are special fonts for English unicode that make Georgian letters. for example the word ...
1
vote
1answer
31 views

Is rel=canonical needed in same content pages with translated titles?

For each page I have several versions, one per language. Each has its own links: mydomain.com/page ja.mydomain.com/page Both display the same content, with the headers translated to a different ...
0
votes
1answer
68 views

putting javascript after </html> tag

gtmetrix showing me to defer parsing of javascript for SEO Purpose of my website for that i searched the forums, google etc., then i got that it should be placed after tag in my template head.php ...
0
votes
1answer
19 views

Url and Site Structure for State/City Directory

I am creating a national directory for a niche service. Im thinking the structure should be broken down in one of two formats, but im open to suggestions. site.com/category/subcategory/state/city ...
0
votes
3answers
51 views

seo effect - include file with <html> tag inside

Maybe its a stupied question but i didnt fild any answer for it, If i have file with the html tag head tag&meta.. and I include him in all my web page, its effect the seo of the site? I have file ...
1
vote
1answer
49 views

What will happen if both Microdata and RDFa are on the same WebPage

What will happen if Microdata and RDFa both are on a webpage? What I can tell from my experience from a class of web pages where I have implemented Microdata where RDFa contents was already there is ...
0
votes
0answers
27 views

Productlist ajax and SEO? [closed]

I have seen a lot of stores having product list (category) pages, where it loads more products as you scroll down. Lots of these pages don't have paging navigation, so they only rely on the ajax when ...
-1
votes
0answers
30 views

What does that meaning to Google Trends? [closed]

In relation with operation of Google Trend at the next text: "For CakePHP, and Zend Framework, I have considered that the two most used are those of their names without spaces. In fact, searching ...
-3
votes
0answers
85 views

How to do SEO work in a dynamic website using PHP? [closed]

In PHP and MySQL project how can I do SEO work? In how many ways can I do this by using dynamic data? Tell me all possible ways.

1 2 3 4 5 79