seo

Static files served by node.js on heroku - is it a good idea? [closed]

好久不见. 提交于 2019-12-08 00:51:31
问题 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 6 months ago . I have Backbone powered single page app. App consists of couple of files: index.html javascripts/app.js javascripts/vendor.js stylesheets/app.css images/ -> image assets I want to add prerender.io service to my app to make it SEO-friendly. The easiest way of doing this for me is to use express.js hosted on

Remove index.php?route= from OpenCart

家住魔仙堡 提交于 2019-12-08 00:37:29
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 using "www" and i'm changed .htaccess.I'm added rewrite rule and redirected mysite.com to www.mysite.com.Our problems are solved but now we have another problem. We are using Opencart - SEO and it's enabled.Our products seems like http://www.mysite.com/epson-claria-uyumlu-yazici-kartus-dolum-murekkebi-500g.html when we are reaching with www. But if i remove "www" tag on url, it seems like http://www

AngularJS SEO - Once and for all

给你一囗甜甜゛ 提交于 2019-12-07 20:24:02
问题 I'm in a big project with 15 sub sites and 13 different schema pages. Currently, the site is based on ui.route for all pages and my data set by $http angular request. After tests and trials on search console its looks like google don't see all my pages except the home page and data from $http request don't showing up. What I'm doing wrong? What I'm doing so far is: Set base tag in the <head> : <base href="/" /> Create .htaccess: RewriteEngine On Options FollowSymLinks RewriteBase /

How do I get non-existing Joomla URLS redirected to our 404 Error Page?

自古美人都是妖i 提交于 2019-12-07 20:10:53
问题 Brief: Any search friendly URL that starts with a number goes to a broken page that shouldn't exist instead of custom 404 Error Page Details: Any partial existing url & random characters seems to return a broken page and not the 404 page. Example non-exiting urls that correctly goes to 404 Error page: http://www.shareandcare.org/asdasd or http://www.shareandcare.org/a22sdasd Example non-existing or partially existing urls that SHOULD go to 404 Error page: http://www.shareandcare.org/17

IIS Redirect www to non-www and http to https: is it possible to do it with only one Redirect?

强颜欢笑 提交于 2019-12-07 18:56:42
问题 I need to avoid the double redirect I have after I created two IIS URL Rewrite rules to do: 1) Redirect www to non-www. 2) Redirect HTTP to HTTPS. This is my code: <rule name="Redirect to https" stopProcessing="true"> <match url="(.*)" /> <conditions> <add input="{HTTPS}" pattern="off" ignoreCase="true" /> </conditions> <action type="Redirect" url="https://{HTTP_HOST}{REQUEST_URI}" redirectType="Permanent" appendQueryString="false" /> </rule> <rule name="CanonicalHostNameRule1" enabled="true"

Legitimate URL Cloaking for SEO?

旧时模样 提交于 2019-12-07 14:21:21
问题 I have just asked these two questions, one on flash seo url best practices and one on url redirects for seo in flash, and it got me to read more about cloaking and sneaky javascript redirects. In that cloaking and sneaky javascript redirects article, it says: "Provide the textual contents of JavaScript in a noscript tag... Ensure that you provide the same content in both elements (for instance, provide the same text in the JavaScript as in the noscript tag). Including substantially different

Are Non-HTML tags in a HTML document bad for SEO? [closed]

走远了吗. 提交于 2019-12-07 13:51:32
问题 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 6 years ago . Is it a bad practice have non-HTML tags of the page? I need to use them for internal content processing needs and wonder if there are any troubles with it (SEO for example)? 回答1: Yes it is bad. Not particularly for SEO but for browsers. You are relying on the browser to ignore your tags and render the page

Descriptive URLs vs. Basic URLs

别说谁变了你拦得住时间么 提交于 2019-12-07 12:42:40
问题 I have a website and I'm employing Clean URLs to all of the links. I'm wondering what the opinion is about short, basic URLs versus longer, descriptive URLs. For instance, if my website was about Georgia Bulldog football news, which would be better for SEO purposes? http://www.example.com/news or http://www.example.com/georgia-bulldog-football-news I've read quite a bit, but I'm torn on the simple vs. descriptive factor. Can anyone give opinions based on SEO experience? 回答1: The descriptive

Best Permalinking for Rails

随声附和 提交于 2019-12-07 11:19:48
问题 What do you think is the best way to create SEO friendly URLs (dynamically) in Rails? 回答1: Override the to_param method in your model classes so that the default numeric ID is replaced with a meaningful string. For example, this very question uses best-permalinking-for-rails in the URL. Ryan Bates has a Railscast on this topic. 回答2: ActiveSupport has a new method in Rails to aid this - String#parameterize. The relevant commit is here; the example given in the commit message is "Donald E.

Pretty URLs Vs. Duplicate Content

流过昼夜 提交于 2019-12-07 11:13:08
问题 I'm trying to clear up a grey area about this much talked about topic... Like most devs, I've made some pretty URLs with mod_rewrite. My sites internal links point to the pretty URLs and things are working nicely. But, I can still access the old URL if I point to it directly. Now, this is most certainly going to cause duplicate content issues so after doing some research it seems that 301 redirects are the way to go. But.... and here's the grey bit... If you are working on a site with