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 9 years ago.
Improve this question
I'm doing an website which has multiple languages like Danish, English and German.
But what is the correct way to format the url for the different languages.
Is it like so:
English = http://www.mysite.dk/myController/Hepper (Without an /en/ in
the url)
or
English = http://www.mysite.dk/en/myController/Hepper (with the /en/)
Having the language in the URL is best in terms of SEO. Of course if there's a default language you might omit it. For example:
http://www.mysite.dk/myController/Hepper (English)
http://www.mysite.dk/fr/myController/Hepper (French)
http://www.mysite.dk/de/myController/Hepper (German)
...
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
We have developed a Magento 2 site. For last few weeks search term in admin panel shows Chinese words as below
바카라사이트¶ ( ―▷ 79ASK,CoM ◁― ) ¶33카지노바카라사이트33카지노바카라사이트33카지노바카라사이트33카지노바카라사이트33카지노바카라사이트33카지노바카라사이트33카지노
大奖娱乐HB老虎机送彩金www.djyl18.com
趣拍娱乐MG老虎机开户 www.qpyl18.com
大奖老虎机优惠红利 Q82019309.com.com
Searches term in Magento admin panel
Please, can anyone explain why the Chinese word exists in Magento search term? help me to solve the issue?
Thank You
pari.J
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 5 years ago.
Improve this question
How do you name a type if it should be public/exported and the name should stand for: iPhoneX, iOS, eBay, etc.
Do you name them IPhoneX and IOS? or how do you name a type if the name in real world starts with lowercase letter?
You need to start the name with uppercase letter if you want to have it exported anyway, so I would say that your proposed names would be fine for cases in which you need such names.
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 10 years ago.
Improve this question
Is there a quick and clean way to add a rel link in the head section of Magento.
Examples would include home,index,next,prev,canonical.
I'd like to be able to do this from either a helper, block, template.
See this for more information
http://googlewebmastercentral.blogspot.com/2011/09/pagination-with-relnext-and-relprev.html
You should search in magento core code, for example the one that handles REL canonical tags : class Mage_Catalog_Block_Category_View :
In a block for example :
$headBlock = $this->getLayout()->getBlock('head');
$headBlock->addLinkRel('canonical', $category->getUrl());
but you can do that wherever you can access a loaded layout.
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 11 years ago.
Improve this question
If i have such links in my site (i am using mvcsitemap):
http://mysite.com/coollink
http://mysite.com/coollink#contanttab1
http://mysite.com/coollink#contenttab2
If i want to submit site map to google for example, should i use the links with # in mysite XML sitemap? or better not to use them in sitemap XML?
Because in such case there would be 3 links to the same resource as i understand and it is not so good for SEO? could some one correct me if i am wrong.
As far as I know so far, hashes will be ignored by most of the search engines and they have no use for SEO. It is user more for internal page navigation or some sort of JavaScript actions.
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 9 years ago.
Improve this question
What are the response content types for .docx, .xlsx, .pptx, .zip etc. ? Can you give me a list of all content types ?
They're all here: http://www.iana.org/assignments/media-types/
I don't think there is any definititve list in existance, nor is there likely to ever be, of all content types because as soon as someone creates a new file format there's theoretically a new content type. Rightly, or wrongly, I've seen the following document types associated with .docx:
application/docx
application/msword
application/vnd.ms-word.document
Here you can find some: Internet media types