seo

MVC site is not crawlable by main stream search engines?

大憨熊 提交于 2019-12-11 08:51:35
问题 It's based on MVC 3 + Razor, and now there is no DNS created for the site, but just public IP. Due to lack of understanding of whether and how google handle the spider for IP sites, we're getting a headache that found we cannot get any search results of our public IP in google. Someone insists that this is because of MVC 3, which cannot be indexed by main stream search engine. Frankly, that sounds a big joke to me, how could google handle AJAX sites but cannot crawl MVC web sites? I cannot

How to use inline CSS for above the fold content

落爺英雄遲暮 提交于 2019-12-11 08:39:46
问题 I've recently came across some tasks for website performance improvement but due to the concept above and below used in the question I feel confused to realize what is being asked. (ーー;) Does the fold means where the page splits in two parts? (by design and css rules) so the solution is to detect the css used for the 2nd part and load it at the bottom of the page? Task The below the fold styles in style.css are delaying the rendering of the above the fold content. Improve the load speed for

New articles don´t work in Joomla 3.3.3 anymore

蓝咒 提交于 2019-12-11 08:15:51
问题 New articles don´t work anymore after Joomla 3.3.3 update. Every new article I try to do it fails to open it. For example this article: http://eflexfuel.com/fi/lisatarvikkeet/asennuspaketti But I noticed that non-seo friendly site works fine: http://eflexfuel.com/fi/?option=com_content&view=article&id=50:asennuspaketti&catid=22&Itemid=139&lang=fi Same things happens every new article I try to make. I have tried different template. Try to fix articles dates. I haven´t done any changes but

Making SEF URLs with K2 v2.6.5

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-11 08:12:25
问题 I'm using Joomla 2.5.1 along with K2 2.6.5. I am trying to figure out how to use SEF urls in K2. I have my site with the 'real' folder 'coolmovies'. Joomla controls this folder. Within K2, I have a category alias='scifi', within which I have an item alias='startrek' and 'startrek' has the item id 42. Currently this url works: http://mycoolsite.com/coolmovies/42-startrek I update the SEF settings for K2 to the following: In theory, this should now work: http://mycoolsite.com/coolmovies/scifi

How to avoid pagination in a website to have a flat architecture?

。_饼干妹妹 提交于 2019-12-11 07:47:21
问题 I've been reading the book "The Art of SEO", a very good book about SEO in my opinion. In the sixth chapter of this book, the authors assert the importance of a flat architecture for a website from a SEO perspective and they recommend the webmasters to avoid the use of pagination because it facilitates a deep architecture and lets some content be inaccesible unless an high number of clicks. The authors missed the chance to give also one or more advice to solve the problem they have raised. So

what meta-tags in the header of an (x)html page should be enough for SEO whitout overload it?

家住魔仙堡 提交于 2019-12-11 07:46:31
问题 what meta-tags in the header of an (x)html page should be enough for SEO whitout overload it? 回答1: A few years back, meta tags were important to search engine optimization. However, they've been abused and are generally ignored by almost all search engines (including Google, Yahoo and Live search). The most important tags for SEO that you can include in your (X)HTML are the <title> and <meta name="description"...> tags. <title> should generally be what you'd want the search engine to name

creating href link within select option tag without the help of javascript or jquery

被刻印的时光 ゝ 提交于 2019-12-11 06:53:36
问题 I have dropdown and onchange of that dropdown I'm doing some ajax call and updating the table contens like this, Main_page.php <select> <option>go to one</option> <option>go to two</option> <option>go to three</option> <option>go to four</option> </select> <table> on change of dropdown will update this contents </table> also I have seprate link's like, http://example.com/Main_page.php/go-to-one http://example.com/Main_page.php/go-to-two like this now I want to give these http links to

Does Google crawl HTTPS Links?

有些话、适合烂在心里 提交于 2019-12-11 06:49:31
问题 I have a secured site. Will Google (and other search engines) crawl the pages on the site? 回答1: Yes, Google will index both HTTP and HTTPS pages. It's evident if you try to use search, although I can't seem to find confirmation from any "official" source at the moment. 来源: https://stackoverflow.com/questions/9980613/does-google-crawl-https-links

Make a friendly URL with 2 parameters on PHP with Apache

谁都会走 提交于 2019-12-11 06:39:58
问题 So I am in a bit of a soup here. I need to make a friendly URL. This is the URL where I enter the search values project_name and version localhost:8080/demo_webpages_project/retrieval.html This is where it takes me to on submitting the values localhost:8080/demo_webpages_project/download.php?project_name=QT&version=3.1.2 I want the URL in the following form localhost:8080/demo_webpages_project/download/QT/3.1.2 I tried doing this using .htaccess but not really finding a solution The following

GWT with a Content Management System

家住魔仙堡 提交于 2019-12-11 05:43:31
问题 I have GWT page with rich functionality. I wanted to use this module in different web sites as a widget. But due to limited flexibility of this module I can't change design easily, nor embed this module into different SEO(search engine optimized) pages. If there any CMS or methodology to ease work with GWT? 回答1: Take a look at GaSP: http://code.google.com/p/gasp-web-engine/ It's a CMS that I wrote based on GWT/SQL/PHP. It's pretty flexible. Let me know if you are willing to test it out. It