seo

Creating dynamic urls in codeigniter

风流意气都作罢 提交于 2019-12-12 01:57:36
问题 I am currently making a small CMS for a news agency. The admin will update the news in a interval of time. Now I want the url to be look like http://somedomain.com/apple-iphoe5c-released , not like http://somedomain.com/top-news/1 . I have seen in gocart ( built in codeigniter ) , they have the url with the product name . How I am able to achieve this ? 回答1: for this thing you have use the routes in ci which are as given Consider the small example $route['aboutus'] = "any controller is map to

SEO friendly URL issue

痞子三分冷 提交于 2019-12-12 01:48:32
问题 I have a problem in after creating SEO friendly links in my site. here is the .htaccess file codes. RewriteEngine On RewriteRule ^www/category/([0-9]+)/(.*?).html$ www/product/productlist.php?category=$1 [L] preciously i have this link http ://www.mysite.com/www/product/productlist.php?category=00136 now SEO link is this http ://www.mysite.com/www/category/00136/aprons.html this is working okay. and the issue im having is after the page loads all other site links also changed. and those links

Prerender io giving 404 error

随声附和 提交于 2019-12-12 01:27:58
问题 I created an angulerjs web application and set the SEO tags for each pages like Angularjs website not indexing on google My web application is hosted in IIS server. So I changed my web config file to configure as follows. <?xml version="1.0"?> <configuration> <system.webServer> <httpProtocol> <customHeaders> <add name="X-Prerender-Token" value="XXXXXXXXXXXXX" /> </customHeaders> </httpProtocol> <rewrite> <rules> <!--# Only proxy the request to Prerender if it's a request for HTML--> <rule

Can I use multiple instances of http://schema.org/Organization?

我的梦境 提交于 2019-12-12 01:26:21
问题 I have a website which list multiple companies, my markup goes something like this: <h2>Checkout those cool companies</h2> <div itemscope="itemscope" itemtype="https://schema.org/Organization"> <img itemprop="logo" src="logo1.jpg" alt=""> <h3 itemprop="name">Company1</h3> <p itemprop="description">It's a great company</p> <span itemprop="url">http://company1.com</span> </div> <div itemscope="itemscope" itemtype="https://schema.org/Organization"> <img itemprop="logo" src="logo2.jpg" alt="">

Flex SEO & Google

元气小坏坏 提交于 2019-12-12 01:22:13
问题 I wrote a trivia game in Flex (flash). The site is written entirely in Flex. Almost all of the text is pulled from a database. It also has a fair number of images. The image file paths are pulled from the db. My site's not getting any hits. If I check on google site:mysite it the url appears only. I know that inbound links are important and I'll try to get some. At the moment, I don't have any inbound links. In google webmaster tools, if I look under the site's keywords, there are 0. My sites

Using itemprop without itemtype

岁酱吖の 提交于 2019-12-12 00:08:03
问题 If I understand it correctly, it is possible to use itemprop without itemtype . Is this true? If so, what's the difference in terms of SEO? Is it better to use it with itemtype ? I am guessing yes, obviously, but what if the Microdata is not equal to the site you have? For example, I have a dictionary and I could use book, but would this be a good thing to do? I don't know how Google will see this. It would be not fine to get a penalty because of bad use. So: Do I have to use schema.org

Url with pseudo anchors and duplicate content / SEO

拟墨画扇 提交于 2019-12-11 23:36:45
问题 I have a product page with options in select list (ex : color of the product etc...). You accede to my product with different urls : www.mysite.com/product_1.html www.mysite.com/product_1.html#/color-green If you accede with the url www.mysite.com/product_1.html#/color-green, the option green of the select list is automatically selected (with javascript). If i link my product page with those urls, is there a risk of duplicate content ? Is it good for my seo ? thx 回答1: At one time I saw Google

HTML-tag to annotate the origin of a section?

懵懂的女人 提交于 2019-12-11 23:17:43
问题 Google don't like it when you use same content across multiple sites, according to some. Is there any way to annotate/tag a block of content with the "source". Something like an attribute: <div original-content="http://some.url"> The purpose is solely to let Google that we have duplicated the content (I.e. not as part of a search ranking strategy). Search engines could then use this information somehow. 回答1: This might help you out: http://searchengineland.com/google-creates-metatags-to-help

IBM Commerce SEO URL issue with Ajax calls

孤街醉人 提交于 2019-12-11 23:15:06
问题 i am using WCS7 FEP7. i just enabled seo following below steps. httpd.conf changes RewriteRule ^/(.*)$ /webapp/wcs/stores/servlet/$1 [PT,NC] wc-server.xml changes <SEOConfiguration defaultUrl="" dynamicUrl="true" enable="true"> <context-root-rewrite value="/"/> </SEOConfiguration> I have run the keyword generation job..All SEO URLs are coming up nice.but OOB ajax calls are failing. Add to cart ajax calling is failing.. I see http:///AjaxOrderChangeServiceItemAdd Ajax POST call is being

Issue with structuring breadcrumbs

倾然丶 夕夏残阳落幕 提交于 2019-12-11 20:57:42
问题 I have the following html to structure my breadcrumbs: <ul class="browsePageBC"> <li class="product-breadcrumb" itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb"><a href="/Wanita" itemprop="url" alt="" title="Wanita"><span class="product-breadcrumb-title" itemprop="title">Wanita</span></a><span class="glyphicon glyphicon-chevron-right"></span></li> <li class="product-breadcrumb" itemprop="child" itemtype="http://data-vocabulary.org/Breadcrumb"><a href="/Wanita/Aksesoris" itemprop=