seo

Different links for a product is beneficial or harmful for seo?

北慕城南 提交于 2019-12-10 20:05:41
问题 Opencart produces different links for a product like: website.com/product_name website.com/category/product_name website.com/category/subcategory/product_name website.com/brand/product_name etc. It is based on the listing page which you reach to product. My question is that, using different links for a product/content is beneficial or harmful for seo? I will make it one link if it is harmful or unnecessary. 回答1: Personally I find it bad for SEO. From what Google says, it really doesn't matter

How to get the “originally requested” URL when using IIRF URL Rewriting Engine

这一生的挚爱 提交于 2019-12-10 19:35:29
问题 I am using Iconic's IIRF URL Rewriting Engine on IIS and the "fancy" URLs are something like this: http://some-website.com/some-function/418/some-keyword-rich-filename.html This example URL corresponds to: http://some-website.com/some-function.asp?SOME-ID=418 Now inside the some-function.asp file I need to know the page that was requested by the browser. I went through all IIS variables but wasn't able to find the value /some-function/418/some-keyword-rich-filename.html inside any of them. As

Restrict robot access for (specific) query string (parameter) values?

橙三吉。 提交于 2019-12-10 19:30:12
问题 Using robot.txt is it possible to restrict robot access for (specific) query string (parameter) values? ie http://www.url.com/default.aspx #allow http://www.url.com/default.aspx?id=6 #allow http://www.url.com/default.aspx?id=7 #disallow 回答1: User-agent: * Disallow: /default.aspx?id=7 # disallow Disallow: /default.aspx?id=9 # disallow Disallow: /default.aspx?id=33 # disallow etc... You only need to specify the url's that are disallowed. Everything else is allowed by default. 回答2: Can just the

Rewrite rule for Apache not finding URL?

依然范特西╮ 提交于 2019-12-10 18:58:05
问题 Using the answer I received from rcs20 in my previous post when I add this entry to my .htaccess file I see the error 404 Not Found: Options +FollowSymLinks RewriteEngine on RewriteRule ^member\-([0-9]+)\-([^/])\.htm(l)?$ view_profile.php?id=$1 [NC,L] The URL I'm passing it is: mysite/member-8222-jane.html Any idea why this might be happening. My old rewrite rule works fine: RewriteRule view_profile=(.*)$ view_profile.php?id=$1 回答1: found it: The + sign needs to be added to [^/] => ([^/]+)

Find duplicate content in string?

帅比萌擦擦* 提交于 2019-12-10 18:48:49
问题 How would you solve the following problem: I have a semi-large file with text (about 10 pages) and I want to find duplicate content in this text. To be more specific, given a string, find the two longest strings that are identical. I've been looking at the Longest common subsequence: http://en.wikibooks.org/wiki/Algorithm_implementation/Strings/Longest_common_subsequence But these implementations take two strings as input. Maybe there's a service already doing this? 回答1: Here is a simple (but

Duplicated content on google. htaccess or robots.txt? [closed]

我的未来我决定 提交于 2019-12-10 18:45:01
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 7 years ago . In my website I have the following categories url structure: /category.php?id=6 (id=6 is for internet category) My SEO friendly url is like: /category/6/internet/ The problem is it can be accessed in any of those forms, and because of that, I'm getting duplicate content on google. So, I'm wondering how can I fix

Yoast SEO Plugin not recognising content from the Wordpress Template

倾然丶 夕夏残阳落幕 提交于 2019-12-10 18:21:46
问题 I have developed a Wordpress website recently and used all the contents in the template itself. And all the pages and posts fields of WP admin is empty lacking content. So my content is present in my template and not in the post and pages field. I used Yoast SEO for this website and when checking with pages in WPadmin. No content is recognized and thus my SEO score is very low. But my content is present in the template which will be displayed in live also. Example: I want to optimize home

When will my site's CSS affect my search engine ranking?

自古美人都是妖i 提交于 2019-12-10 18:16:15
问题 At first I thought css was used for absolutely nothing but styling the document when the user viewed it in a browser. But then I realized that css is also used by search engines in indexing pages. Search engines don't index content with display: hidden I believe, and heavily penalize sites that use keyword stacking (text that is never seen by the user, either the same color as its background or that appears far off the screen). Are my 2 assumptions correct? How else is CSS used by search

Facebook Scraper and Angular App with HTML5Mode Hashbang urls

妖精的绣舞 提交于 2019-12-10 17:44:00
问题 I added seo support in my Angular app http://staging.lovented.com I configured Html5Mode including Hashbang urls $locationProvider.html5Mode(true).hashPrefix('!'); By doing this both urls are valid http://staging.lovented.com/contest/extension_test_contest http://staging.lovented.com/#!/contest/extension_test_contest Then I setup the meta tags like <meta name="description" content="{{description}}"> <!--Facebook Meta Tags--> <meta property="og:title" content="{{title}}" /> <meta property="og

Prestashop - Module, SEO & URL and parameters?

坚强是说给别人听的谎言 提交于 2019-12-10 17:39:43
问题 I made a module for Prestashop that will display content based on the given ID in parameter (&id=X). I'd like to set a nice url for this module. Using SEO and URLS, I see that it's possible, but it keeps the ?id=X in the url. For example, if I define the url to my module to be /pretty-module I will have the same links but with the different id : /pretty-module?id=1 /pretty-module?id=23 What I'd like to do, is the following : /pretty-module => will set id to 1 /even-prettier-module => will set