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
0answers
8 views

How do I have an itemprop nested in one itemscope actually be applied to a different itemscope?

TL;DR --> I want an itemprop nested in one itemscope to actually be applied to a different itemscope. How do I do that? Here's a a gist of the code I have (I've removed classes and other extraneous ...
0
votes
0answers
12 views

jQuery 1.6.1, script that disallow the loading of images

i have a website with galleries that use supersizer. Supersizer is a fullscreen slideshow that load images by a script. The images are not hard coded and this is a big lack, cause google doesn't see ...
1
vote
3answers
212 views

How can I present multiple pages with similar content (mostly images) without Google penalizing me?

I have a website that presents Q&As to mathematical problems, mostly for pupils aged approx. 16-18 years old. Due to the difficulties of presenting formulas on webpages, the Q&As (formulas) ...
-1
votes
1answer
10 views

ISAPI redirect to redirect www.mydomain.com/index.php to www.mydomain.com [closed]

I need to redirect www.mydomain.com/index.php page to www.mydomain.com. I need to do this with a ISAPI rewrite as it is a "windos" based server I think. I have no clue how to get this done and the ISP ...
8
votes
13answers
3k views

How to detect if a visitor is human and not a spider [closed]

I am logging every visit to my website and determining if the visitor is human is important. I have searched the web and found many interesting ideas on how to detect if the visitor is human. if ...
0
votes
0answers
8 views

Does authorship `rel=author` and `rel=publisher` affects the preview of the rich snippet in serps

Does authorship rel=author and rel=publisher affects the preview of the rich snippet in serps. I can view the snippet in the google structured data testing tool but it does not shows in serps. Its ...
-3
votes
0answers
34 views

How to convert a text into spun using PHP? [closed]

I have a text like below You should only ask practical, answerable questions based on actual problems that you face. Chatty, open-ended questions diminish the usefulness of our site and push other ...
0
votes
0answers
7 views

htaccess file to redirect all but root page to other domain (good idea or not?)

I have the following issue: I have a website running on website.com It has nice PageRank and many incoming links, however the website is in Dutch and we get more and more international clients. ...
1
vote
1answer
16 views

Is the mobile browser script at top of page affecting my SEO

Print designer trying to get the hang of this lark so be gentle please.. Built my first site for a mate - seemed to work okay and built a mobile site for him and dicked about for ages trying to get ...
0
votes
0answers
22 views

Joomla k2 SEO consistency

This is a problem I noticed that should not be a problem. Basically in k2 if you have a tag view like so: http://site.com/menu/k2-root-item/tag-menu-item You can get a nice clean tag view that ...
1
vote
1answer
32 views

i18n URL format with language parameter always in URL

I'm working on a new website and I have a question regarding internalization (i18n) and SEO. Here's the case. I'm using this CodeIgniter code to translate my website in 2 languages. Let's say these ...
-1
votes
1answer
15 views

SEO Multi language Website (translation file via PHP require) [closed]

I'm setting up a multi-language website and I would like to have your help to take the best decision as regard SEO. I'm going to include the PHP files with translation, in this way: $lang = ...
-1
votes
0answers
9 views

Should I use subdomain or subfolder for my shop? (SEO) [closed]

I'm currently working on a website that offers repairs of technical equipment. I'm building a webshop/e-commerce that sells technical equipment so it is in the same niche as the main site. I've tryed ...
0
votes
1answer
114 views

Cut page title with Google Analytics filters

Question: I'm trying to use some regex to cut off a section of the page title, so the results in one of my dashboards is less cluttered. Example: Page title: Apartment in Sunny Valley(id: 3242) - ...
0
votes
1answer
38 views

Double request on “next url”

rails 3.2.13 ruby 1.9.3 Hi, I'm adding next and prev urls for the best SEO results. But I realized that I have 2 page requests (current page and next page) in my server log. Here is a piece of my ...
1
vote
2answers
24 views

Is this good or bad Ad SEO? [closed]

Say that I got a customer that want to advert on my webpage with a text and a link. The customer want to put this text as close to our own text as possible. To clearly show for the users of the site ...
15
votes
2answers
6k views

What is the purpose of <meta name=“MSSmartTagsPreventParsing” content=“TRUE”>?

What it does? is there any pros to add this in for all browser?
0
votes
1answer
18 views

Implement friendly URLs with product name

I'm currently working on an e-commerce site with the following URL format for individual products: examplesite.com/shop.php?sec=prod&prod=373 Where 373 is an individual product number. I would ...
0
votes
0answers
42 views

HTML5 pushstate and SEO link

I try to implement pushstate history on my website in order to load content from a single.php page inside a index.php container. My website have two main page : index.php and single.php . On the ...
0
votes
2answers
20 views

How to add META tags in Plone custom content template

I have a Plone 4.2 customized home page template (view.pt) that is missing META tags which appear in the (main_template.pt). I've added the entire section from main_template.pt to the same place in ...
-1
votes
0answers
5 views

Facebook in wordpress widget not read by robots plus other issues/questions

I really do thank you in advance! im not a complete newbie but not into coding or web design in my day job so please do offer me as much plain english as you can! massive thanks for your time to all! ...
0
votes
1answer
19 views

Safely redirect old Wordpress blog links to new WP blog

I have two Wordpress blogs on the same domain, (one called 'News' and another called 'Blog') I am moving across all the content from the 'News' blog to the 'Blog' blog but I need to setup the 301 ...
-1
votes
0answers
7 views

dynamic web links focused on SEO [closed]

I'm creating company blog that should be well SEO optimized, and I want to ask you guys how to handle title constructed url that could be changed over time let say admin will create blog article with ...
12
votes
8answers
5k views

SEO: Relative URL vs Absolute URL [closed]

Do search engines care if I use relative paths in my internal links instead of absolute paths? <a href="/">My site root</a> <a href="http://mysite.com/">My site root</a>
-1
votes
1answer
32 views

PHP, SEO, special characters in URL [closed]

I'm trying to create search engine with static URL addresses containing parameters. For example: www.domain.com/search,city,region,type.html For some reason (database relations are not well ...
0
votes
0answers
9 views

Adding title tags to language folders in Joomla

How can I add a title tag to language folders in Joomla? I use the fallang option to translate all the pages but there is no place to be found to edit the title tag or meta tags of any of these page. ...
0
votes
1answer
27 views

How to Specify a Vary: Accept-Encoding header?

Google and pingdom.com says i should "Specify a Vary: Accept-Encoding header" i do not know or understand how to do this. Can anyone explain what it is and what it does?
0
votes
1answer
28 views

SEO and ajax loaded content link

I need some help to better understand SEO with ajax loaded content. Here the context: I have a single.php where content is dynamically generated (with php and an xml database) for each single post. ...
0
votes
1answer
2k views

Remove index.php?route= from OpenCart

I'm a .NET developer but my friend called me for support.I made some changes with .htaccess but i'm corrupted SEO. Everything started with "www" tag on url.I see we get some errors when we are not ...
0
votes
1answer
31 views

Replace whitespace with hyphen in URL

I am trying to create a SEO friendly site. At the moment the page works because the id is shown in the URL so like product.php?id=4 however I want to replace ID with the product_name, but the value to ...
0
votes
1answer
14 views

Relative links with htaccess

How can i convert all links within html to a relative links using .htaccess? For example: http://www.mydomain.com/info.html to /info.html
-1
votes
3answers
42 views

Meta tag Keywords, myth? [closed]

I have been reading about SEO, and it's quite ambiguous. Everywhere says about meta tags, keywords and so on. But everywhere says also, that modern search engines just ignore the Keywords tag. So, I ...
-1
votes
1answer
17 views

Why does my site not show up in Google, even when i type in the exact url? [closed]

We have a website socialcrunch[dot]com, and when someone Googles this, everything show up fine. And in the past our marketing website: about[dot]socialcrunch[dot]com used to show up in this search. ...
2
votes
2answers
2k views

SEO for multilingual sites: language-specific results without changing URL?

I have a site that has 2 languages: English and Swedish. What I want is, if someone Googles the site in Sweden, it should show the Swedish results. That is, I want Google in Sweden (google.se) to ...
10
votes
5answers
1k views

HTTP Status code for language redirect

I wonder which HTTP Status code I should have to send in language redirects. I have the following php code to redirect via HTTP headers to most important language in Accept-Language browser header. ...
3
votes
4answers
865 views

microformat : how to add this into my website?

I have used some tools for checking my SEO and I got the result: "Your website does not take advantage of Microformats. Microformat is a technical semantic markup that can be used to better structure ...
-1
votes
0answers
27 views

I want sitemap implementation and They need to be Google schema breadcrumbs

Hi I have placed sitemap control in my asp.net application, it is running very fine. but my client asking that they need to be google schema breadcrumbs. so is it possible to do this using sitemap ...
0
votes
2answers
19 views

Duplicated PHP condition content for SEO

for responsive web design purposes I'd like to use PHP conditions like in this pseudo code : if(small_screen_resolution){ <small div> My content </small div> else{ ...
-2
votes
2answers
13 views

Reviews on search results [closed]

Our website collects feedback from all of our customers which is 99% positive. I have see site have their own reviews listed under there search results. Please look at image for example. I want ...
1
vote
1answer
16 views

Multiple slug types with cakePHP

I'm working on a CMS writing from base by my own. I implemented it's content section with Node and NodeType logic. ( every Node belongs to a NodeType) There's Slug field in both Nodes and NodeTypes ...
-2
votes
0answers
15 views

schema.org - plumber services [closed]

I am having a plumbers index website, and I have a question. The plumber is doing a lot of things - sink install, leak detection, Plumbing Checkup and more. Under which schema.org tag I need to ...
-4
votes
1answer
20 views

transfer the SEO value [closed]

When I started my business I took domain name according to the key words, but now I bought domain name under the firm name, and I would like to know how to transfer the SEO value from my old domain ...
1
vote
2answers
54 views

Clear URL with .htaccess

I am pretty new to webdesign and haven't been able to figure this one out.. I am using HTML5Boilerplate as a template for my new website. The .htaccess file that ships with the template rewrites ...
1
vote
1answer
54 views

Create high quality, unique backlinks from keywords to improve SEO and search engine rankings [closed]

I need some help to create Javascript or a PHP script for my HTML website. I would like to create high quality back-links to improve my search engine rankings. The basic idea is to create a bunch of ...
-1
votes
0answers
19 views

Pros/Cons of YouTube videos VS YouTube videos embedded in players like JWPlayer in websites [closed]

We are hosting a Wordpress site where users are able to register and share videos they have already uploaded on YouTube. At the moment we offer two options of doing this: 1) Providing the YouTube link ...
0
votes
2answers
425 views

Htaccess domain.com to www.domain.com works, but it loses other rules related to SEO

EDIT: FIXED Well, after stumbling around this site and Google for a few hours, I found the problem: Bad code: RewriteCond %{HTTP_HOST} !^www.domain.com$ [NC] RewriteRule ^(.*)$ ...
0
votes
2answers
32 views

Indexing an HTML page that redirects onload

I have a pure GWT based website and as we are aware the search engines cannot index pure gwt based websites. Thus, I have created an alternate web page as shown below which is stored as a separate ...
-1
votes
2answers
33 views

Best techniques to prepare image-based web design for SEO - noscript? [closed]

Okay, so I know that this is really frowned upon, and this is something that I don't typically do. In fact, I've never launched a website like this one. But there doesn't seem to be much of an ...
1
vote
1answer
25 views

Static HTML Screenshots in Django for SEO

We make use of ajax in our Django web app pretty extensively. It's not a one page design but in most cases we just serve a HTML skeleton with Django's build in template engine and load most of the ...
0
votes
2answers
31 views

HTML5 Microdata/Schema.org “Thing>Person” implementation

The old way of using Microdata to semantically declare an itemprop="image" for itemtype=".../Person" was as follows: <section itemscope itemtype="http://data-vocabulary.org/Person"> <h1 ...

1 2 3 4 5 80