Google Meta-Tags

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 14 años
For the Froogle XML feed, you need to generate it in your admin tool, save it to your hard drive and then upload it through Google Base www.Google.com/base.  Be sure to keep the name consistent and refresh it from time to time (whenever you update products).
Hace 14 años
To get the xml file for froogle

Go To Admin section > Promotions > Providers > Froogle
Hace 14 años
I voted with the file method as I thought it was easier to copy back a single file when upgrading the site. The sitemap also worked perfectly.
Hace 14 años
Good to know everything's working fine at your side
Hace 14 años
Feel free to ask anything whenever you need any kind of help
Hace 13 años
SEO.Sitemaps.OtherPages  - Any idea how this works? i want to put all the pages i have on here, but not entirely sure what i am doing?

Any help, greatfully appreciated.
Hace 13 años
try turning it on, the open yoursite.com/sitemapseo.aspx and see what gets included.

brady
Hace 13 años
frankiewicks wrote:
SEO.Sitemaps.OtherPages  - Any idea how this works? i want to put all the pages i have on here, but not entirely sure what i am doing?

Any help, greatfully appreciated.

The setting SEO.Sitemaps.OtherPages takes a comma separated list of pages (relative to the root). For example, setting the value to:
page1.aspx, page2.aspx, topic/11-topic-name.aspx, boards/Default.aspx


results in the following being added to the end of the sitemapseo.aspx page:

  <url>
    <loc>http://www.example.com/page1.aspx</loc>
    <changefreq>Weekly</changefreq>
    <lastmod>2010-06-11</lastmod>
  </url>
  <url>
    <loc>http://www.example.com/page2.aspx</loc>
    <changefreq>Weekly</changefreq>
    <lastmod>2010-06-11</lastmod>
  </url>
  <url>
    <loc>http://www.example.com/topic/11-topic-name.aspx</loc>
    <changefreq>Weekly</changefreq>
    <lastmod>2010-06-11</lastmod>
  </url>
  <url>
    <loc>http://www.example.com/boards/default.aspx</loc>
    <changefreq>Weekly</changefreq>
    <lastmod>2010-06-11</lastmod>
  </url>


.
Hace 13 años
cool, im going to go add my extra pages now :) thanks
Hace 13 años
hi guys,


Is is required to add meta-tag on each n every page....or adding meta-tag on only root.master is acceptable????

thanks n BRgds,
v'jay
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.