Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Meta-Tag file location and indexing ?

Meta-Tag file location and indexing ?

Locked

Views: 748

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
10 Mar 2010, 9:40 PM
#1
kevinmc3 avatar

kevinmc3

Totally Zenned

Join Date:
Jun 2006
Posts:
786
Plugin Contributions:
0

Meta-Tag file location and indexing ?

Ver 1.8.1a

Just want to confirm the corretc locati0oj for the Meta-Tag file is :
/public_html/includes/languages/english/CUSTOM FOLDER

And, does it take a few days before the new file is indexed and reflected on my aite?

When I do a VIEW SOURCE for my site I am still seeing the old MetaTag file information

10 Mar 2010, 9:46 PM
#2
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: Meta-Tag file location and indexing ?

That page is not "indexed".

It is used to assist in the composition of all your site's dynamic pages.

What will happen is this.

The search engines will visit your site and (if the internal linking is logical) they will "browse" your site as would a normal human being. As they follow the links, the site will "create" the pages for them, from which the content will be evaluated and ranked - and if the SE considers a page worthy enough, it will cache the page and index it.

10 Mar 2010, 9:48 PM
#3
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: Meta-Tag file location and indexing ?

You can assist the SE's by using SITEMAPS XML module, and then (via the SE webmaster dashboard) submit these XML Sitemaps for trawling.

A robots.txt file - appropriately configured to point to the xml sitemaps is an added bonus.

10 Mar 2010, 9:49 PM
#4
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: Meta-Tag file location and indexing ?

If you are seeing "old" info, you have probably edited the wrong file (wrong location) of you have not uploaded the edited file to the proper location.

10 Mar 2010, 9:49 PM
#5
kevinmc3 avatar

kevinmc3

Totally Zenned

Join Date:
Jun 2006
Posts:
786
Plugin Contributions:
0

Re: Meta-Tag file location and indexing ?

So, is my file path correct?

And, if so, WHY is my site not picking up the Metatag file information?

10 Mar 2010, 9:56 PM
#6
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: Meta-Tag file location and indexing ?

From your ZC forum signature I visited your site, and if this is the one you are referring to, then the EDITED meta_tags.php should be in

includes/languages/english/kevin/meta_tags.php

I suggest you ftp a COPY of that file to your hard drive and see if it is the one you edited...

If OLD data (stuff that was in the original meta_tags.php file) is still showing then the ONLY way that can happen is because the OLD data is still being referenced.

10 Mar 2010, 11:35 PM
#7
kevinmc3 avatar

kevinmc3

Totally Zenned

Join Date:
Jun 2006
Posts:
786
Plugin Contributions:
0

Re: Meta-Tag file location and indexing ?

schoolboy:

You can assist the SE's by using SITEMAPS XML module, and then (via the SE webmaster dashboard) submit these XML Sitemaps for trawling.

A robots.txt file - appropriately configured to point to the xml sitemaps is an added bonus.

I thought the robots.txt file was an "exclusion" file and NOT have any actual benefits for SEO.