Jump to content

What is the best way to place keywords?


natebc

Recommended Posts

Dear natebc,

 

Hello and thank you for the message. My suggestion is to download the SEO guide from PrestaShop here http://www.prestashop.com/en/white-paper-seo

 

There are also many modules that can help you in this process here at the PrestaShop Add-On store http://addons.prestashop.com/en/38-seo-prestashop-modules

 

These are two good places to start off on the right foot.

 

Thank you for choosing PrestaShop!

 

Regards,

 

Benjamin

  • Like 1
Link to comment
Share on other sites

You should make sure you've got your keywords in the following areas of your website:

Page title (inside the <title> tags)

Body text headers (as used within tags such as <h1> </h1>, <h2> </h2>, and so on)

Links to other pages (the link text between the <a> </a> tags)

Meta tags (specifically when used with the name="description" and the name="keyword" parameters)

Text body (keywords should be natural and not too much)

 

A good idea would be to repalce "home page". click here and alike with the keywords too.

to help choose the best keywords a good tool is Google adwords,

 

Good luck!

Edited by CrS27 (see edit history)
Link to comment
Share on other sites

Hi CrS27, Gaqua77 and Benjamin Utterback,

 

Thank you for the advice. I will us all the ideas. CrS27 I'm new to Prestashop and would like to know if you are talking about each page? and how do I added Page title and Body text headers?

 

Thanks

Nate

 

 

To add a title to your page, change your code so that it looks like this:

 

 

<html>

 

<head>

<title>My first web page</title>

</head>

 

<body>

This is my first web page

</body>

 

</html>

 

headings:

 

 

<H1> An H1 Heading </H1>

 

<H2> An H2 Heading </H2>

 

<H3> An H3 Heading </H3>

 

<H4> An H4 Heading </H4>

 

<H5> An H5 Heading </H5>

 

<H6> An H6 Heading </H6>

 

You can google more on this topic, there are just basic things.

Link to comment
Share on other sites

  • 2 weeks later...

 

 

 

To add a title to your page, change your code so that it looks like this:

 

 

 

<html>

 

<head>

<title>My first web page</title>

</head>

 

<body>

This is my first web page

</body>

 

</html>

 

headings:

 

 

<H1> An H1 Heading </H1>

 

<H2> An H2 Heading </H2>

 

<H3> An H3 Heading </H3>

 

<H4> An H4 Heading </H4>

 

<H5> An H5 Heading </H5>

 

<H6> An H6 Heading </H6>

 

You can google more on this topic, there are just basic things.

 

Hi CrS27,

 

Can you tell me the file where I can input this info?

 

Nate

Link to comment
Share on other sites

  • 10 months later...
  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...